/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
}
a {
	color: #f28322;
}
a:hover {
	color: #f1775d;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	background: #f28322;
	color: #fff;
	transition: all 0.4s;
}
.back-to-top i:hover {
	background: #201d1e;
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0px 0px 0px;
}
#header.header-scrolled {
	padding: 12px 0;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#header .logo img {
	width: 450px;
    height: auto;
}
#header .tuv img {
    float: right;
}
#header .slogan{
	font-size: 15px;
    color: #0f2f57;
	font-style: italic;
	margin-bottom: 0px;
	padding-left: 100px;
}
@media (max-width: 991px) {
	#header .logo img {
		margin: 0px auto;
		width: auto;
		height: auto;
	}
	#header .tuv img {
		display: none;
	}
	#header .slogan{
		padding-left: 0px;
		text-align: center;
	}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
	padding: 10px 0px;
	margin: 10px 0px;
	background-color: #005b85;
}
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu > ul {
	display: flex;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 10px;
}
.nav-menu a {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
	color: #f28322;
}
.navbar-light .navbar-toggler{
	color: #000;
	font-size: 14px;
	line-height: 30px;
    border-color: transparent;
	margin: 0 auto;
	background: #eee;
    border-radius: 0px;
    border: 0px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
}
@media (max-width: 991px) {
	section {
		padding: 20px 0;
	}
}
.section-bg {
	background-color: #fff;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home .page-title {
	padding-bottom: 40px;
}
.home .page-title h2 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	color: #0f2f57;
	text-transform: uppercase;
	text-align: center;
}
.home .page-title h2::before {
	content: "";
	width: 50px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
.home .page-title h2::after {
	content: "";
	width: 50px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
.home .page-title h3 {
	font-size: 22px;
	line-height: 32px;
	color: #f28322;
	text-align: center;
}
@media (max-width: 991px) {
	.home .page-title {
		padding-bottom: 10px;
	}
	.home .page-title h2 {
		font-size: 22px;
		line-height: 32px;
	}
	.home .page-title h2::before {
		display: none;
	}
	.home .page-title h2::after {
		display: none;
	}
	.home .page-title h3 {
		font-size: 16px;
		line-height: 26px;
	}
}
.home p.lead{
	padding: 20px;
    background-color: #005b85;
	color: #fff;
	font-weight: 500;
    text-align: center;
	margin: 0px;
}
.counts {
	padding-top: 0;
}
.counts .count-box {
	box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 100%;
	background: #fff;
}
.counts .count-box i {
	display: block;
	font-size: 30px;
	color: #f28322;
	float: left;
}
.counts .count-box span {
	font-size: 42px;
	line-height: 24px;
	display: block;
	font-weight: 700;
	color: #0f2f57;
	margin-left: 50px;
}
.counts .count-box p {
	color: #0f2f57;
	font-size: 14px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 50px;	
}
.counts .count-box a {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: #0f2f57
}
.counts .count-box a:hover {
	color: #2169c4;
}
.home .industries p{
	text-align: center;
	color: #005b85;
	padding-top: 5px;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about {	
}
.about-page-header {    
	position: relative;
	padding: 30px 0;
	background-color: #005b85;
}
.about-page-header h2 {    
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	margin: 0px;
}
.about .vision {	
	background-color: #005b85;
	padding: 30px;
}
/*.about .vision:hover {
	box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.3);	
	width: 100%;
}*/
.about .vision i {
	display: block;
	font-size: 40px;
	color: #fff;
	float: left;
}
.about .vision h3 {
	display: block;
	color: #fff;
	margin-left: 60px;
	text-transform: uppercase;
}
.about .vision p {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	color: #fff;
}
.about .mission {
	background-color: #f28322;
	padding: 30px;
}
/*.about .mission:hover {
	box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
}*/
.about .mission i {
	display: block;
	font-size: 40px;
	color: #fff;
	float: left;
}
.about .mission h3 {
	display: block;
	color: #fff;
	margin-left: 60px;
	text-transform: uppercase;
}
.about .mission p {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	color: #fff;
}
.about .page-title h3 {	
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about .page-title h3::after {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
@media (max-width: 991px) {
	.about p.mobile {
		padding-top: 20px;
	}
}

/*--------------------------------------------------------------
# Our Team Page
--------------------------------------------------------------*/
.team-page-header {    
	position: relative;
	margin: 0px;
	padding: 220px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.team-page-header:before {
    content: '';
    background: rgba(50, 50, 50, 0.6);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.team .page-title h2 {	
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
}
.team .page-title h2:after {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}

.team .page-title h3 {	
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
}
.team .page-title h3:after {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
.team .member {
	text-align: center;
	color: #0f2f57;
}
@media (max-width: 991px) {
	.team .page-title h3 {	
		margin-bottom: 10px;
	}
	.team .page-title h3::after {
		display: none;
	}
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page-header {    
	position: relative;
	margin: 0px;
	padding: 30px 0;
	background-color: #005b85;
}
.services-page-header h2 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	margin: 0px;
}
.testimonials .testimonial-wrap {
}
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px;
	margin: 30px 15px;
	min-height: 200px;
	box-shadow: 0px 0px 20px 0px rgb(0, 91, 133, 0.5);
	position: relative;
	background: #fff;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
	color: #fdedea;
	font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}
.testimonials .testimonial-item h3 {
    color: #0f2f57; 
	text-transform: uppercase;
	margin: 20px 0px;
}
.testimonials .testimonial-item p {
	margin: 15px auto;
}
.testimonials .owl-nav, .testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
.testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ddd !important;
}
.testimonials .owl-dot.active {
	background-color: #ed502e !important;
}
.services {
	padding: 60px 0px;
}
.services .page-title h3 {	
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}
.services .page-title h3:before {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
.services .page-title h3:after {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
.services .content ul {
	list-style: none;
	padding: 0px;
}
.services .content ul li {
	padding-left: 30px;
	position: relative;
	line-height: 1;
}
.services .content ul li + li {
	margin-top: 10px;
}
.services .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #f28322;
	line-height: 1;
}
@media (max-width: 991px) {
	.services .page-title h3{
		text-align: left;
	}
	.services .page-title h3:before {
		display: none;
	}
	.services .page-title h3:after {
		display: none;
	}
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page-header {    
	position: relative;
	margin: 0px;
	padding: 30px 0;
	background-color: #005b85;
}
.gallery-page-header h2 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	margin: 0px;
}
.portfolio {	
}
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	background: #eee;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #0b2341;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
	color: #f28322;
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio .portfolio-item {
	margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #123a6d;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #f28322;
}
.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
	color: #f59f8c;
}
.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 20px;
}

/*--------------------------------------------------------------
# Quality Page
--------------------------------------------------------------*/
.quality{	
}
.quality-page-header {    
	position: relative;
	margin: 0px;
	padding: 180px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.quality-page-header:before {
    content: '';
    background: rgba(50, 50, 50, 0.3);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.quality .page-title h2 {
	font-weight: 600;
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
}
.quality .page-title h2:after {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}

/*--------------------------------------------------------------
# Infrastructure Page
--------------------------------------------------------------*/
.infrastructure{
	
}
.infrastructure-page-header {    
	position: relative;
	padding: 30px 0;
	background-color: #005b85;
}
.infrastructure-page-header h2 {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	margin: 0px;
}
.infrastructure .page-title h3 {	
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
}
.infrastructure .content ul {
	list-style: none;
	padding: 0px;
}
.infrastructure .content ul li {
	padding-left: 30px;
	position: relative;
	line-height: 1.2;
}
.infrastructure .content ul li + li {
	margin-top: 10px;
}
.infrastructure .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #f28322;
	line-height: 1;
}

/*--------------------------------------------------------------
# Services Iconbox delete
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	background: #fefefe;
	box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
	padding: 80px 20px;
	transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #f28322;
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transform-style: preserve-3d;
	position: relative;
	z-index: 2;
}
.services .icon-box .icon i {
	color: #fff;
	font-size: 28px;
}
.services .icon-box .icon::before {
	position: absolute;
	content: '';
	left: -8px;
	top: -8px;
	height: 100%;
	width: 100%;
	background: #f9c6bb;
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	transform: translateZ(-1px);
	z-index: 1;
}
.services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px;
}
.services .icon-box h4 a {
	color: #0b2341;
}
.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.services .icon-box:hover {
	background: #f28322;
	border-color: #f28322;
}
.services .icon-box:hover .icon {
	background: #fff;
}
.services .icon-box:hover .icon i {
	color: #f28322;
}
.services .icon-box:hover .icon::before {
	background: #f1775d;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
	color: #fff;
}

/*--------------------------------------------------------------
# Career Page
--------------------------------------------------------------*/
.career-page-header {    
	position: relative;
	margin: 0px;
	padding: 160px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.career-page-header:before {
    content: '';
	background: rgba(50, 50, 50, 0.3);
    /*background: rgba(0,91,133, 0.3);*/
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.career {	
}
.career .page-title h2 {
	font-weight: 600;
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
}
.career .page-title h2:after {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
.career .content ul {
	list-style: none;
	padding: 0px;
}
.career .content ul li {
	padding-left: 30px;
	position: relative;
	line-height: 1;
}
.career .content ul li + li {
	margin-top: 10px;
}
.career .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #f28322;
	line-height: 1;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page-header {    
	position: relative;
	margin: 0px;
	padding: 130px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.contact-page-header:before {
    content: '';
    background: rgba(50, 50, 50, 0.3);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.contact{	
}
.contact .page-title h2 {
	font-weight: 600;
	color: #0f2f57; 
	text-transform: uppercase;
	margin-bottom: 20px;
}
.contact .page-title h2:after {
	content: "";
	width: 100px;
	height: 2px;
	display: inline-block;
	background: #f38b74;
	margin: 10px;
}
.contact .info-box {
	color: #0b2341;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 20px 0 30px 0;
	background: #fff;
}
.contact .info-box i {
	font-size: 32px;
	color: #f28322;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #fbdad2;
}
.contact .info-box h3 {
	font-size: 20px;
	color: #0f2f57;
	margin: 10px 0px;
}
.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.contact .php-email-form {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 30px;
	background: #fff;
}
.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}
.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .error-message br + br {
	margin-top: 25px;
}
.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
	border-color: #f28322;
}
.contact .php-email-form input {
	padding: 20px 15px;
}
.contact .php-email-form textarea {
	padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
	background: #f28322;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
}
.contact .php-email-form button[type="submit"]:hover {
	background: #0f2f57;
}
@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@media (max-width: 991px) {
	.contact .php-email-form{
		margin-top: 20px;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #6c757d;
	padding: 0px;
	color: #fff;	
}
#footer .footer-top {
	padding: 30px 0px;
}
#footer .footer-top h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0px;
	line-height: 1;
	font-weight: 600;
}
#footer .footer-top .img-thumbnail{
	background-color: transparent;
	border: 1px solid #adb5bd;
	border-radius: 0px;
	margin-left: 10px;
}
#footer .footer-top .make-icon img{
	margin: 0px;
	padding-left: 10px;
}
#footer .footer-top .footer-icon{
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 25px;
}
@media (max-width: 991px) {
	#footer .footer-top .footer-icon{
		margin-left: 10px;
		margin-top: 20px;
	}
}
#footer .footer-top .footer-icon i {
	font-size: 16px;
	line-height: 26px;
	color: #fff;	
}
#footer .footer-top .footer-icon a{
	font-size: 14px;
	line-height: 24px;
	color: #fff;	
	transition: 0.3s;
	display: inline-block;
}
#footer .footer-top .footer-icon a:hover{
	color: #f28322;
	text-decoration: none;
}
#footer .footer-top .footer-icon .social-links i {
	font-size: 18px;
	line-height: 1;
}
#footer .footer-top .footer-icon .social-links a {
	font-size: 18px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	background: #201d1e;
}
#footer .footer-top .footer-icon .social-links a:hover {
	color: #fff;
	background: #f28322;
	text-decoration: none;
}
#footer .copyright {
	border-top: 1px solid #adb5bd;
	padding: 20px 0px;
}
#footer p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}