.py-5 {
	padding: 1rem 0 !important;
}

.back-to-top {
	display: none !important;
}

.navbar-light .navbar-nav .nav-link::before {
	background-color: #E47027;
}

.dropdown .dropdown-menu a:hover {
	background-color: #E47027 !important;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
	background-color: #E47027 !important;
}

.display-2 {
	font-size: 3rem;
}

.footer {
	padding: 10px 0;
	background-color: #2A4E76;
}

.home .footer p {
	text-align: center;
	margin: 0 0 5px;
	font-size: 13px;
	color: #FFF;
}

/* Footer  */
.inner .footer h4 {
	color: #e47027!important;
	text-transform: uppercase;
}
.inner .footer i {
	color: #e47027 !important;
}
.inner .footer p {
	color: #FFF;
	font-size: 16px;
	margin: 0 0 5px;
}
.inner .footer p.location {
	color: #e47027 !important;
	font-weight: bold;
}
.inner .footer p.address {
	padding-left: 20px;
}

.copyright {
	background-color: #2a4e76 !important;
	color: #FFF !important;
}

/* Introduction */
.introduction-content {

}
.introduction-content p {
	font-size: 16px;
}
.introduction-content ul {
	font-size: 16px;
}

.introduction .bg-breadcrumb {
	background-image: url(../images/about.jpg);
}

/* Strength */
.strength-content {

}
.strength-content p {
	font-size: 16px;
}
.strength-content p strong {
	font-size: 18px;
	font-weight: strong;
	color: #e47027 !important;
	display: block;
}
.strength-content ul {
	font-size: 16px;
}

.strength .bg-breadcrumb {
	background-image: url(../images/our-strength.jpg);
}

/* Commitment */
.commitment-content {

}
.commitment-content p {
	font-size: 16px;
}
.commitment-content p strong {
	font-size: 18px;
	font-weight: strong;
	color: #e47027 !important;
	display: block;
}
.commitment-content ul {
	font-size: 16px;
}

.commitment .bg-breadcrumb {
	background-image: url(../images/commitment.jpg);
}

/* Our Presence */
.presence-content {

}
.presence-content p {
	font-size: 16px;
}
.presence-content p.image {
	text-align: center;
}
.presence-content p strong {
	font-size: 18px;
	font-weight: strong;
	color: #e47027 !important;
	display: block;
}
.presence-content ul {
	font-size: 16px;
}

.presence .bg-breadcrumb {
	background-image: url(../images/our-presence.jpg);
}

.presence  h4 {
	color: #e47027 !important;
	font-size: 20px;
}

.presence .presence-info .flex-column {
	box-shadow: 0px 0px 10px #CCC;
	padding: 20px;
	min-height: 200px;
}

/* Step Forward */
.forward-content {

}
.forward-content p {
	font-size: 16px;
}
.forward-content p strong {
	font-size: 18px;
	font-weight: strong;
	color: #e47027 !important;
	display: block;
}
.forward-content ul {
	font-size: 16px;
}

.forward .bg-breadcrumb {
	background-image: url(../images/step-forward.jpg);
}

/* Products */
.products-content {

}
.products-content p {
	font-size: 16px;
}
.products-content p img {
	width: 100%;
}
.products-content p strong {
	font-size: 18px;
	font-weight: strong;
	color: #e47027 !important;
	display: block;
}
.products-content ul {
	font-size: 16px;
}

.products .bg-breadcrumb {
	background-image: url(../images/step-forward.jpg);
}

.products .sidebar {
	padding: 0 10px;
}
.products .sidebar h5 {
	color: #e47027 !important;
	font-size: 16px;
}
.products .sidebar img {
	width: 100%;
}


/* Careers */
.careers-content {
	text-align: center;
}
.careers-content iframe {
	margin: 0 auto;
}

/* Contact  */
.contact .bg-breadcrumb {
	background-image: url(../images/step-forward.jpg);
}

@media screen
    and (max-device-width: 640px) {
    .footer-item {
    	padding-left: 20px;
    }

    .introduction-content p, .strength-content p, .commitment-content p
    .presence-content p, .forward-content p, .products-content p {
    	padding: 0 10px;
    }
}