/*
Template Name: Dustrian 
Template URI: http://capricorn-theme.net/html/dustrian
Description: Industrial & Factory HTML Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@capricorn-theme.net
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color & Overlay  
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area 
## Main Menu 
## Hero Slider Area 
## Promo Section 
## About Section 
## Service Section  

## Choose Us Section 
## Achievement Section 
## Project Section 
## Process Section 
## Contact Section 
## Blog Section 
## CTA Section 
## Footer Area
## Footer Bottom Area

## About Section # 02
## Service Section # 02
## CTA Section # 02
## Choose Us Section # 02
## Testimonial Section 
## Client Section 
## Map Section 

## Featured Area 
## Service Section # 03
## About Section # 03
## Achievement Section # 02
## Team Section 
## Price Section 

## Breadcroumb Area
## FAQ Section 
## Contact Page 
## Single Service Page 
## Single Project Page 
## Single Blog Page 

/* Google Font Import 
======================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


/*	Theme Primary Color Code: #F35C27
	Theme Secondary Color Code : #082148  */

/* Common CSS 
============== */

html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	color: #6a778c;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	margin: 0;
	color: #092755;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	color: #092755;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	position: relative;
	color: #6a778c;
}

.txt-wht {
	color: #fff;
}

p.highlight {
	color: #898a9c;
	font-size: 18px;
	line-height: 28px;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

table,
th,
tr,
td {
	border: 1px solid #191919;
}

th,
tr,
td {
	padding: 10px;
}

hr {
	border-top: 2px solid #eee;
	margin: 30px 0 10px;
}

.fix {
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

blockquote {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #b1b5bb;
	font-style: italic;
}

/*Section Padding CSS*/

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

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 60px 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 35px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 50px 20px;
	}
}

/*Margin & Padding */

.pt-0 {
	padding-top: 0;
}

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

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

.pb-20 {
	padding-bottom: 20px;
}

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

.pb-30 {
	padding-bottom: 30px;
}

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

.pb-40 {
	padding-bottom: 40px;
}

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

.pb-50 {
	padding-bottom: 50px;
}

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

.pb-60 {
	padding-bottom: 60px;
}

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

.pb-70 {
	padding-bottom: 70px;
}

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

.pb-80 {
	padding-bottom: 80px;
}

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

.pb-100 {
	padding-bottom: 100px;
}

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

.pb-150 {
	padding-bottom: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-50 {
	padding-bottom: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}


.ml-auto {
	margin-left: auto ! important;
}

.mr-auto {
	margin-right: auto ! important;
}

.spacer {
	margin-top: 100px;
}

/*Section Title */


.section-title {
	position: relative;
	margin-bottom: 30px;
}

.section-title h2 {
	font-size: 60px;
	line-height: 75px;
	margin: 20px 0;
	color: #092755;
}

.section-title h2.txt-wht {
	color: #fff;
}

.section-title h6 {
	color: #9da3ad;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-left: 15px;
	display: inline-block;
}

.section-title h6:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	background: #F35C27;
	left: 0px;
	top: 0;
}


/*Button Style */

.main-btn {
	display: inline-block;
	background: #F35C27;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	text-transform: capitalize;
	padding: 18px 35px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: all 0.3s linear;
	overflow: hidden;
}

.main-btn:hover {
	color: #ffff;
}

.main-btn:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: -2px;
	bottom: 0;
	background-color: #082148;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: -1;
}

.main-btn:hover:after {
	transform: scale(1, 1);
	transform-origin: right center;
}

.main-btn.transparent {
	background: transparent;
	color: #fff;
	margin-right: 20px;
}

.main-btn.btn-white {
	background: #fff;
	color: inherit;
}

.main-btn.btn-white:hover {
	background: #092755;
	border-color: #092755;
	color: #fff;
}


.main-btn:hover {
	background-color: #182333;
	color: #fff;
	border-color: #182333;
}

/*Form Style CSS */

input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
}

textarea {
	height: 150px;
	resize: none;
}

input[type="submit"],
button[type="submit"] {
	font-size: 17px;
	font-weight: 500;
	border: none;
	border-radius: 0;
	display: inline-block;
	background: #F35C27;
	color: #fff;
	padding: 15px 30px;
	margin: 27px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

input::placeholder,
textarea::placeholder {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}


/*Bootstrap Customize CSS*/

.container-fluid {
	padding: 0;
}


/* Bacground Color & Overlay CSS 
============== */

.gray-bg {
	background: #EEF3F7;
}

.white-bg {
	background: #fff;
}

.light-bg {
	background: #F35C27;
}

.dark-bg {
	background: #182333;
}

.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(12 30 62 / 42%);
	top: 0;
	left: 0;
	z-index: -1
}

.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(5 29 56 / 81%);
	top: 0;
	left: 0;
	z-index: -1
}

/* Pre-Loader CSS 
==============*/

#loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #020E28;
	z-index: 999999;
}

#loader .loading,
#loader .loading > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#loader .loading {
	display: block;
	font-size: 0;
	color: #F35C27;
	width: 40px;
	height: 40px;
}

#loader .loading > div {
	display: inline-block;
	float: none;
	border: 3px solid;
	width: 40px;
	height: 40px;
	background: transparent;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: loading .75s linear infinite;
	-moz-animation: loading .75s linear infinite;
	-o-animation: loading .75s linear infinite;
	animation: loading .75s linear infinite;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Scroll Top 
============== */
.go-top {
	background-color: #F35C27;
	color: #FFF;
	width: 50px;
	height: 50px;
	bottom: 6em;
	right: 2em;
	font-size: 20px;
	line-height: 52px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}

	.go-top {
		right: 1em;
		bottom: 6em;
		z-index: 1;
	}
}

.go-top:hover {
	background-color: #fff;
	color: #020E28;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
	background: #fff;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
	box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}

#header-1.header-area .is-sticky .sticky-area {
	animation: none;
}

#header-2.header-area .is-sticky .sticky-area .navigation {
	background: #fff;
	box-shadow: 0 3px 16px -2px #4c4a4ade;
}

#header-2.header-area .is-sticky .main-menu .navbar-nav .nav-link {
	color: inherit;
}

#header-3.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
}

.header-area.absolute-header .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}

.header-area .is-sticky .navigation {
	margin-top: 0;
}

/* Header Top Area
============== */

.header-top {
	font-size: 15px;
	font-weight: 500;
	padding: 20px 0;
}

.contact-info i {
	color: #F35C27;
	font-size: 20px;
	margin-right: 2px;
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

.site-info .social-area i {
	font-size: 17px;
	color: #8D9CC5;
	padding-left: 10px;
}

/* Header # 01 
============== */

.logo img {
	max-width: 210px;
	margin-top: 5px;
}


#header-2 .navbar-brand {
	margin: 7px 0;
}

#header-2 .logo img {
	max-width: 215px;
	margin-top: 0;
}

.header-area .navigation {
	padding: 0 30px;
	height: 90px;
	position: relative;
	z-index: 9;
}

#header-1 .container-fluid {
	padding: 0;
}

#header-1 .navigation {
	background: #1F2839;
}

.header-button-list .btn {
	width: 60px;
	height: 60px;
	line-height: 55px;
	color: #004976;
	border-radius: 50%;
}

.header-button-list .btn {
	background: none;
}

.header-button-list .btn:hover {
	color: #F25B26;
}

.header-button-list .btn i:before {
	font-size: 24px;
}


.header-button-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-button-list {
	margin-top: 10px;
}

.header-button-list .btn:not(:last-child) {
	margin-right: 15px;
}

/* Header # 02 */

#header-aside .aside-content {
	float: right;
	color: #585252;
	margin-top: 15px;
}

#header-aside .aside-content .info-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#header-aside .aside-content .info-c span {
	opacity: .5;
}

#header-aside .aside-content .info-i {
	width: 45px;
}

#header-aside .aside-content .info-i span {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #F35C27;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
	font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px dashed transparent;
	background-color: transparent;
}

#header-aside .aside-content .inner > div {
	float: left;
	display: block;
	width: 170px;
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin-left: 25px;
	border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
	border: 0;
}

.responsive-logo {
	display: none;
}

#header-2 .navigation {
	height: 100px;
	border-top: 1px solid #eee;
	padding: 5px 30px;
}

#header-2 .aside-content {
	padding: 10px 0;
}

#header-2 .main-menu .navbar-nav .nav-link {
	padding: 35px 0;
	color: #d7d7d7;
}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
	color: #F35C27;
}

/* Header # 03 */

.header-area.absolute-header {
	position: absolute;
	width: 100%;
	z-index: 99;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 10px 0;
}

#header-3 .main-menu .navbar-nav .nav-link {
	padding: 30px 0;
	color: #d7d7d7;
}

/*-- Search Form --*/

.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	position: absolute;
	top: 35px;
	right: 10px;
	font-size: 20px;
	color: #fff;
}

.search-box button:hover {
	cursor: pointer;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text {
	font-size: 18px;
	letter-spacing: 1px;
}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
	padding: 10px 14px;
	height: 45px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 14px;
	top: -15px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	color: #333333;
	padding: 0;
	background: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* Main Menu 
============== */

.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 40px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 500;
	display: block;
	padding: 35px 0;
	position: relative;
}

.main-menu .navbar-nav .nav-link {
	padding: 35px 0;
}

.header-right-content .main-btn {
	margin-top: 18px;
}

.main-menu .navbar-nav .nav-link.active {
	color: #F35C27;
}

.main-menu li.nav-item:hover > a {
	color: #fff;
}

.main-menu .navbar-nav .nav-link::before {
	content: "";
	height: 2px;
	width: 12px;
	border-radius: 0px;
	background-color: #F35C27;
	position: absolute;
	bottom: 44px;
	left: -22px;
	transition: transform 500ms ease;
	transform: scale(0, 1);
	transform-origin: left center;
	z-index: 1;
}

.main-menu li.nav-item:hover > .nav-link::before {
	transform: scale(1, 1);
	transform-origin: right center;
}


/*Dropdown Menu */

.sub-menu {
	list-style: none;
	margin: 0;
	padding: 25px 15px;
	position: absolute;
	left: 0;
	top: 100px;
	min-width: 220px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
	box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #F35C27;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

#header-2 .main-menu li:hover .sub-menu {
	top: 90px
}

.header-area.absolute-header .main-menu li:hover .sub-menu {
	top: 90px;
}


.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	font-size: 17px;
	font-weight: 400;
	display: block;
	padding: 12px;
	color: #2f3140;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-menu .sub-menu li:hover > a {
	color: #F35C27;
}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}

/* Hero Area Slider 
==================*/

.homepage-slides {
	position: relative;
	overflow: hidden;
}

.homepage-slides .single-slide-item {
	background-color: #ddd;
	width: 100%;
	height: 850px;
	display: table;
	align-items: center;
	position: relative;
	z-index: 1;
}

.homepage-slides .single-slide-item .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	transition: transform 7000ms ease;
}


.homepage-slides .active .single-slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

.single-slide-item h1 {
	color: #fff;
	font-size: 90px;
	line-height: 100px;
	margin: 30px 0;
	position: relative;
}

.single-slide-item p {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}

.single-slide-item a.main-btn {
	margin-top: 40px;
	padding: 20px 40px;
	font-size: 18px;
}


#home-1.homepage-slides .owl-nav button.owl-prev,
#home-1.homepage-slides .owl-nav button.owl-next {
	width: 70px;
	height: 70px;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	background: transparent;
	border: 2px solid;
	color: #C89D668c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

#home-1.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 0;
}

#home-1.homepage-slides:hover .owl-nav button.owl-prev,
#home-1.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .3;
}

#home-1.homepage-slides .owl-nav button.owl-prev:hover,
#home-1.homepage-slides .owl-nav button.owl-next:hover {
	background: #F35C27;
	color: #fff;
	border-color: #F35C27;
	opacity: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 80px;
	height: 80px;
	border: 1px solid #eee;
	border-left: none;
	font-size: 30px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	right: 80px;
	bottom: 0;
	margin-top: -25px;
	background: #fff;
	color: #F25B26;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #F35C27;
	color: #fff;
	border-color: #F35C27;
}

.hero-area-content h6 {
	font-size: 16px;
	color: #fff;
}

#home-3 .single-slide-item {
	height: 850px;
}

#home-3 .single-slide-item .section-title {
	margin-top: 150px;
}

/* Promo Section
============== */

.single-promo-item {
	padding: 50px;
	position: relative;
	z-index: 1;
	background: #fff;
	height: 250px;
	margin-top: -60px;
	transition: .5s;
	box-shadow: 0 3px 9px -2px #d0cece;
}


.single-promo-item h5 {
	font-size: 22px;
	font-weight: 500;
	margin: 15px 0 20px;
	position: relative;
	padding-left: 40px;
}


.single-promo-item h5:before {
	position: absolute;
	content: " ";
	top: 50%;
	left: 0;
	background: #F35C27;
	height: 3px;
	width: 25px;
	margin-top: -1px;
}

.single-promo-item p {
	font-weight: 400;
	line-height: 1.5;
}

.single-promo-item i {
	position: relative;
}

.promo-icon i:before {
	font-size: 50px;
	font-weight: 400;
	color: #F35C27;
}

.single-promo-item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #F35C27;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: all;
	opacity: 1;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.single-promo-item:hover:before {
	transform: scaleY(1);
}

.single-promo-item:hover h5 {
	color: #fff;
}

.single-promo-item:hover p {
	color: #fff;
}

.single-promo-item:hover .promo-icon {
	color: #fff;
}

.single-promo-item:hover .promo-icon i:before {
	color: #fff;
}

.single-promo-item:hover h5:before {
	background: #fff;
}


/* About Section
============== */

.about-key {
	overflow: hidden;
}

.about-key li {
	margin-bottom: 16px;
	float: left;
	width: 50%;
}

.about-key li i {
	position: relative;
}

.about-key li i:before {
	font-size: 30px;
	color: #F35C27;
	margin-right: 10px;
	position: absolute;
	top: -20px;
}

.about-key li p {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #262B3E;
	position: relative;
	padding-left: 35px;
	margin: 0;
}

.about-content-area .main-btn {
	margin: 35px 0;
}

.call-us .icon i {
	font-size: 25px;
	margin-top: 0;
	margin-right: 24px;
	margin-left: -12px;
	display: inline-block;
	color: #fff;
	background: #10102D;
	padding: 16px;
	border-radius: 50%;
}

.mobile-number p {
	color: #232323;
	font-size: 18px;
	font-weight: 500;
}

.mobile-number h5 {
	color: #898989;
	font-size: 18px;
	margin-bottom: 3px;
}

.founded-year i {
	background: #F35C27;
	color: #fff;
	width: 220px;
	height: 100px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding: 6px;
}

.founded-year i:before {
	font-size: 45px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.founded-year {
	position: absolute;
	bottom: 33px;
	right: 54px;
}

/*Service Section */

.single-service-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-img {
	position: relative;
	z-index: 1;
	height: 250px;
	width: 100%;
	overflow: hidden;
	transition: .3s;
}

.service-img img {
	width: 100%;
	height: 300px;
	transition: transform ease-in-out 0.7s;
	transition-property: all;
}

.service-icon {
	background: #F35C27;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	z-index: 2;
}

.service-icon i:before {
	font-size: 45px;
	line-height: 45px;
	color: #fff;
}

.single-service-area:hover h5 {
	color: #F25B26;
}

.single-service-area:hover .service-icon {
	background: #182333;
}

.service-icon span {
	position: relative;
	display: inline-block;
	font-size: 45px;
	color: #fff;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}

.single-service-area:hover .service-icon span {
	transform: rotateY(360deg);
}


.single-service-area:hover .service-img img {
	transform: scale(1.1) rotate(2deg);
	transition: all 2s ease-out;
}

.service-content {
	padding: 35px 40px 15px;
	box-shadow: 0 3px 9px -2px #d0cece;
}

.service-content h5 {
	font-size: 24px;
	font-weight: 500;
	margin: 15px 0 25px;
}

.single-service-area a {
	text-transform: uppercase;
	font-size: 18px;
	color: #F35C27;
	margin: 15px 0;
}


.single-service-area .read-more i:before {
	font-size: 26px;
	transition: all 500ms linear;
}

.single-service-area:hover .read-more i:before {
	padding-left: 5px;
	color: #092755;
}

.service-slider .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #b1adad;
	margin-right: 10px;
	margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #F35C27;
}

.service-slider .owl-dots {
	text-align: center;
	margin-top: 0px;
}

/*Choose Us Section */

.choose-us-img img {
	width: 100%;
}

.choose-us-content {
	background: #182333;
	padding: 85px 65px;
	position: relative;
	z-index: 1;
	margin-bottom: -15px;
}

.choose-us-content hr {
	border-color: #323f50;
}

.choose-us-content h3 {
	font-size: 52px;
	line-height: 64px;
	color: #fff;
	margin: 80px 0;
}

.choose-us-content h6 {
	color: #fff;
}

.choose-us-content .main-btn:hover::before {
	background: #fff;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
	font-size: 25px;
	color: #fff;
	border: 2px solid #F35C27;
	padding: 15px;
	width: 80px;
	height: 80px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: #F35C27;
	cursor: pointer;
	z-index: 9;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.pop-up-video a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #FCD1C1;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* Achievement Section 
============== */

.achievement-area {
	background-image: url(../img/achievement.jpg);
	height: 400px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: -1;
	margin-top: -130px;
}

.achievement-area.home2 {
	background-color: #020E28;
}

.fact-icon i:before {
	font-size: 40px;
	line-height: 35px;
	color: #fff;
	margin: 20px 0;
	display: inline-block;
	background: #F35C27;
	padding: 25px;
	border-radius: 5px;
}

.single-counter-box {
	text-align: center;
}

.single-counter-box .counter-number span {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin: 30px 0 10px;
}

.single-counter-box p.counter-number {
	font-size: 40px;
	color: #fff;
}

.single-counter-box h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

/* Project Section 
============== */

.project-bg {
	background-image: url(../img/project/project-1-1.jpg);
}

.project-bg-2 {
	background-image: url(../img/project/project-1-2.jpg);
}

.project-bg-3 {
	background-image: url(../img/project/project-1-3.jpg);
}

.project-bg-4 {
	background-image: url(../img/project/project-1-4.jpg);
}

.project-bg-5 {
	background-image: url(../img/project/project-1-5.jpg);
}

.project-bg-6 {
	background-image: url(../img/project/project-1-6.jpg);
}

.single-project-item.bg-cover {
	height: 500px;
}

.single-project-item {
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #020E28;
	overflow: hidden;
}

.single-project-item:hover {
	border-bottom: 4px solid #F35C27;
}

.project-inner .hover-info {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(50px);
	width: 100%;
	z-index: 2;
	padding: 35px 40px 35px 38px;
	max-width: 500px;
	transition: all ease 0.3s;
	transition-delay: 0.07s;
}

.single-project-item:hover .hover-info {
	opacity: 1;
	transform: translateY(0);
}

.project-inner:after {
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgb(3 15 39 / 87%);
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0px;
	transition: all ease 0.3s;
}

.single-project-item:hover .project-inner:after {
	opacity: 1;
}

.hover-info h4 {
	color: #fff;
	margin-bottom: 15px;
}

.project-inner h6 {
	color: #F35C27;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
}

.hover-info p {
	color: #eee;
}

.hover-info a {
	color: #F35C27;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0;
}

.project-inner .project-icon {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	transition: all ease 0.3s;
	font-size: 30px;
	cursor: pointer;
	background: #F35C27;
	color: #fff;
	padding: 25px;
	transform: translate3d(0, -100%, 0);
	transition: .3s;
}

.single-project-item:hover .project-icon {
	opacity: 1;
	transform: translate(0, 0);
}

.project-area.home3 .section-title {
	margin-bottom: 50px;
}

.home3 .single-project-item:hover {
	border-bottom: 4px solid #F35C27;
	overflow: hidden;
}

#project-page .single-project-item {
	margin-bottom: 50px;
}

.project-slider .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #b1adad;
	margin-right: 10px;
	margin-top: 20px;
}

.project-slider .owl-dots button.owl-dot.active span {
	width: 40px;
	height: 10px;
	background: #F35C27;
}

.project-slider .owl-dots {
	text-align: center;
	position: absolute;
	top: -100px;
	right: 0;
}

/* Process Section 
============== */

.process-item-wrap {
	margin-top: 50px;
}

.single-process-item {
	text-align: center;
}

.process-num {
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 9;
	background: #F35C27e0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 7px;
	transition: .3s;
}

.process-num p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
}

.process-icon {
	border: 10px solid #ddd;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	padding: 35px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: .3s;
}

.single-process-item h5 {
	font-size: 22px;
	margin: 25px 25px;
	line-height: 28px;
}

.single-process-item:hover .process-icon {
	border-color: #F35C27;
	opacity: .8;
}


/* Contact Section 
============== */

.contact-section {
	background-image: url(../img/contact-bg.jpg);
	background-attachment: fixed;
}

.contact-section {
	position: relative;
}

.contact-section h2 {
	color: #fff;
}

.contact-section h6 {
	color: #fff;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #F35C27;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-content {
	margin-top: 50px;
}

.contact-info span {
	display: block;
	font-size: 30px;
	font-weight: 600;
	margin-top: 10px;
}

.contact-inner {
	margin-bottom: 30px;
}

.contact-inner h6 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	padding-left: 100px;
	line-height: 20px;
}

.contact-inner p {
	font-size: 16px;
	padding-left: 100px;
}

.contact-form {
	background: #f6f6f6;
	padding: 50px;
	text-align: center;
}

.contact-form input,
.contact-form textarea {
	background: #fff;
	padding: 15px 25px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #BFBFBF;
}

.contact-form h4 {
	font-size: 40px;
	font-weight: 600;
	margin: 20px 0;
}

.contact-form p {
	margin-bottom: 30px;
}

.contact-form button.main-btn {
	margin-top: 12px;
	border: none;
}

/*Newsletter Section */

.newsletter-wrapper {
	text-align: center;
	padding: 70px 35px;
}

.newsletter-icon img {
	background: #F35C27;
	padding: 25px;
	margin: 24px 0;
}

.newsletter-wrapper p {
	margin-bottom: 35px;
	color: #fff;
}

.newsletter-wrapper input {
	background: #fff;
	border: none;
}

.newsletter-wrapper .main-btn {
	width: 100%;
	margin: 30px 0;
}

/* Blog Section 
============== */

.single-blog-item {
	background: #fff;
	border: 1px solid #eee;
}

p.blog-meta {
	font-size: 14px;
	margin: 7px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

p.blog-meta i:before {
	padding-right: 7px;
}

.blog-meta i {
	font-size: 18px;
}

i.las.la-comments {
	margin-left: 13px;
}

.blog-content {
	padding: 10px 20px 0;
}

.blog-content p {
	line-height: 28px;
}


#blog-2 .blog-content {
	padding: 30px;
}


.blog-content h5 a {
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.blog-content h5 a:hover {
	color: #092755;
}

.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 0;
	color: #F35C27;
}

.blog-area a.read-more:hover {
	color: #F35C27;
}

.blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-bg img {
	width: 100%;
	height: 300px;
	transition: transform ease 0.3s;
}

.blog-bg span {
	background: #F35C27;
	color: #fff;
	padding: 20px;
	display: block;
	width: 80px;
	height: auto;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	line-height: 20px;
}

.blog-bg img:hover {
	transform: scale(1.07);
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

.pagination-block .page-numbers {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	color: #656c76;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #e9eef6;
	margin: 0 3px;
	padding: 0;
	transition: all 0.3s ease 0s;
}

.page-numbers.current {
	background: #F35C27;
	color: #fff;
	border-color: #F35C27;
}

.pagination-block .page-numbers:hover {
	background: #F35C27;
	color: #fff;
	border-color: #F35C27;
}


/* CTA Section 
============== */

.cta-area {
	background-image: url(../img/dot-map.png);
	/*	background-color: #051330 !important;*/
	background-size: cover;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.cta-area h2 {
	font-size: 55px;
	line-height: 70px;
	color: #fff;
}

.cta-area h6 {
	color: #F35C27;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-area p {
	color: #cacaca;
}

.cta-area .contact-info {
	margin-top: 60px;
}

.cta-area .contact-info i {
	color: #fff;
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	color: #fff;
}

/* Footer Area
======================== */

.footer-area {
	background-image: url(../img/footer-bg.jpg);
	color: #fff;
	position: relative;
}

.footer-area h5 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 20px 0;
}

.footer-area p {
	margin-top: 16px;
	color: #9aa3b2;
}

.contact-info p {
	margin-bottom: 10px;
}

.footer-area ul li a {
	font-size: 18px;
	display: block;
	color: rgb(106, 119, 140);
	padding: 10px 0;
	position: relative;
}

.footer-up ul li a span {
	color: #F35C27;
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: #F35C27;
}

.subscribe-form button {
	padding: 18px 40px;
	font-size: 17px;
	line-height: 13px;
	background: #F35C27;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input {
	border: 0;
	background: #fff;
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 16px;
}

.footer-up {
	padding: 80px 0;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 20px;
}

.footer-bottom {
	padding: 20px 0;
	background: #061129;
}

.footer-bottom p {
	font-size: 16px;
	margin: 0;
}

p.privacy {
	text-align: right;
}

.footer-area ul li a:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 16px;
	height: 3px;
	background: #F35C27;
	visibility: hidden;
	opacity: 0;
}

.footer-area ul li a:hover::before {
	visibility: visible;
	opacity: 1;
}

.footer-area ul li a:hover {
	padding-left: 25px;
}


/* -------------------- Home # 02 ---------------------------
============================================================ */


/* About Section # 02
============== */

.info-content-area p.highlight {
	position: relative;
	padding-left: 25px;
	margin: 20px 0 0;
}

.info-content-area p.highlight:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	background: #F35C27;
}

.info-content-area .main-btn {
	background: transparent;
	color: #F35C27;
	border: 2px solid;
	margin: 40px 0;
}

.info-content-area a {
	font-size: 18px;
	text-transform: uppercase;
	color: #F35C27;
	margin: 30px 0 40px;
}

.featured-icon i:before {
	font-size: 40px;
	color: #F35C27;
	margin-bottom: 13px;
	display: inline-block;
}

.featured-area {
	position: relative;
}

.col-lg-4:not(:last-child) .featured-area:after {
	content: "";
	height: 100%;
	width: 1px;
	background-color: #f1f1f1;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateX(0) translateY(-50%);
}

.about-img {
	position: relative;
	z-index: 1;
}

.info-founder {
	background: #F35C27;
	padding: 30px 40px 0px;
	position: absolute;
	left: 0px;
	bottom: -12px;
	border: 12px solid #fff;
	border-left: none;
}

.info-founder i:before {
	font-size: 45px;
	color: #fff;
}

.info-founder p {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	color: #fff;
	margin-top: 20px;
}

/* Service Section # 02 
============== */

.services-area-2 {
	background-image: url(../img/service/service-bg.jpg);
	position: relative;
	z-index: 1;
}

.serv-icon i:before {
	font-size: 55px;
	color: #F35C27;
}

.services-area-2 .single-service-area {
	margin-bottom: 100px;
	text-align: center;
	padding: 50px 35px 20px;
	border: 1px solid #2b374a;
	transition: .3s;
}

.services-area-2 .single-service-area:hover {
	border-color: #6a778c;
}

.single-service-area h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	margin: 30px 0;
}


/* CTA Section 
============== */

.cta-area-2 {
	position: relative;
	z-index: 1;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}

.cta-content {
	background: #F35C27;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 250px;
	padding: 45px;
	position: relative;
	margin-top: -100px;
}

.cta-content h2 {
	font-size: 55px;
	color: #fff;
}


/* Choose Us Section # 02
============== */

.why-choose-us {
	position: relative;
	z-index: 1;
}

.img-wrapper {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	left: 0;
}

.img-wrapper {
	background-image: url(../img/choose-us-2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.key-feature .about-icon i:before {
	font-size: 50px;
	color: #F35C27;
	position: absolute;
	top: 35px;
	left: 30px;
}

.key-feature h6 {
	font-size: 24px;
	margin: 18px 0;
}

.feat-content {
	padding-left: 95px;
}

.why-choose-us .choose-us-content {
	margin-top: -60px;
}

/* Testimonial Section 
============== */

.single-testimonial-item img {
	max-width: 70px;
	height: auto;
	float: left;
}

.author-desc {
	margin-top: 72px;
}

.author-desc h5 {
	font-size: 20px;
	padding-left: 80px;
}

.author-desc span {
	font-size: 15px;
	color: #898a9c;
	padding-left: 10px;
}

.single-testimonial-item {
	background: #fff;
	padding: 65px 50px 70px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-bottom: 5px solid #fff;
	transition: .3s;
}

.single-testimonial-item:hover {
	border-bottom: 5px solid #F35C27;
}

.single-testimonial-item p {
	margin-bottom: 50px;
}

.testimonial-icon i {
	font-size: 25px;
	background: #F35C27;
	padding: 15px;
	position: absolute;
	top: -20px;
	color: #fff;
	z-index: 9;
}

.testimonial-area .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

.testimonial-area .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #F35C27;
}

.testimonial-area .testimonial-carousel .owl-dots {
	text-align: center;
	margin-top: 50px;
}


/* Client Section
============== */

.single-client {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-around;
  }
  
  .single-client img {
	max-width: inherit;
  }

/* Map Section
============== */

iframe {
	border: none !important;
}

iframe,
embed,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

iframe {
	display: block;
	margin: 0;
	max-width: 100%;
}

/* -------------------- Home # 03 ---------------------------
============================================================ */


/* Featured Area 
============== */

#home-3 .key-content h5 {
	font-size: 26px;
}

.single-key-feat {
	position: relative;
	z-index: 1;
	background: #f3f3f3;
	padding: 50px 70px 30px 50px;
	border-top: 1px solid #eee;
	transition: .3s;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #e5e5e5;
	transition: .3s;
}

.single-key-feat:hover {
	background: #fff;
}

.single-key-feat p {
	line-height: 28px;
}

.key-icon {
	position: absolute;
	top: 40px;
}

.key-icon i:before {
	font-size: 70px;
	color: #F35C27;
}

.key-content h5 {
	font-size: 25px;
	margin: 20px 0;
}


/* Service Section # 03  
==================== */

.single-serv-wrapper {
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 40px;
}

.single-serv-bg {
	background-image: url(../img/service/01.jpg);
	height: 325px;
}

.serv-bg-2 {
	background-image: url(../img/service/02.jpg);
}

.serv-bg-3 {
	background-image: url(../img/service/03.jpg);
}

.serv-bg-4 {
	background-image: url(../img/service/04.jpg);
}

.single-serv-area {
	height: 325px;
	background: #fff;
	text-align: center;
	padding: 20px;
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #fff;
	transition: .3s;
}

.single-serv-area h5 {
	font-size: 22px;
	margin: 20px 0;
}

.single-serv-area:hover {
	border-bottom: 4px solid #F35C27;
}

.servic-icon i {
	background: #F3F3F3;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.servic-icon i:before {
	font-size: 50px;
	line-height: 35px;
	color: #F35C27;
	margin: 25px 0;
	display: inline-block;
}

.servic-icon i:before {
	color: #002C42;
}

.single-serv-area a.read-more {
	margin: 12px 0 0;
	text-transform: uppercase;
	color: #F35C27;
}

.single-serv-area:hover .servic-icon i:before {
	color: #F35C27;
}

/* About Section # 03  
============== */

.single-bar-item h4 {
	color: #002C42;
	font-size: 18px;
	margin-bottom: 10px;
}

.progress-bar-area {
	margin-top: 15px;
}

.barfiller .fill {
	background: #F35C27 !important;
}

#about-3 .choose-certify {
	text-align: center;
}

#about-3 .choose-certify i {
	position: relative;
}

#about-3 .choose-certify i:after {
	position: absolute;
	content: " ";
	width: 60px;
	height: 60px;
	top: -7px;
	left: -30px;
	border-radius: 50%;
	background: #F35C27;
	z-index: 1;
	opacity: .4;
}

#about-3 .choose-certify h5 {
	font-size: 22px;
	margin: 20px 0;
	color: #002c42;
	padding-left: 0
}

#about-3 .choose-certify p {
	padding-left: 0;
}

.choose-certify i {
	font-size: 45px;
	color: #F35C27;
	position: absolute;
}

.choose-certify h5 {
	color: #fff;
	padding-left: 70px;
	margin-bottom: 15px;
}

.choose-certify p {
	padding-left: 70px;
}

/*Achievement Section # 02
==============*/

.skill-bg {
	background-image: url(../img/skill-bg.jpg);
}

.skill-bg {
	width: 50%;
	height: auto;
	position: relative;
	background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}

@media (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}

.skill-content {
	width: 50%;
	padding: 80px 100px 50px;
	padding-bottom: 60px;
	background: #061129;
}

.skill-content p {
	font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.skill-content {
		padding: 26px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill-content {
		width: 100%;
		padding: 80px;
	}
}

@media (max-width: 767px) {
	.skill-content {
		width: 100%;
		padding: 50px;
	}
}

.skill-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.skill-area .section-title h2 {
	color: #fff;
}

.skill-area .single-counter-box {
	border-bottom: 1px solid #5a5a5a;
	border-right: 1px solid #5a5a5a;
	padding-bottom: 20px;
	border-left: 1px solid #5a5a5a;
	border-top: 1px solid #5a5a5a;
	padding: 15px;
}

.single-counter-box.one {
	border-top: none;
	border-left: none;
}

.single-counter-box.two {
	border-top: none;
	border-right: none;
	border-left: none;
}

.single-counter-box.three {
	border-top: none;
	border-left: none;
	border-bottom: none;
}

.single-counter-box.four {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.skill-area .fact-icon i:before {
	font-size: 45px;
	line-height: 40px;
	margin: 10px 0;
}

.skill-area .single-counter-box .counter-number span {
	font-size: 50px;
	font-weight: 600;
	margin: 10px 0 5px;
}

.skill-area .fact-icon i:before {
	background: none;
	color: #F35C27;
}


/* Team Section 
============== */

.team-area {
	border-top: 1px solid #eee;
}

.team-member-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 400px;
}

.team-member-bg {
	background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
	background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
	background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
	background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
	background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
	background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
	background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
	background-image: url(../img/team/8.jpg);
}

.single-team-member {
	position: relative;
	margin-top: 25px;
}

.single-team-member .team-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.team-content .team-title {
	font-weight: 500;
	margin-bottom: -3px;
}

.team-content .team-title a {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #191919;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 16px 0 5px;
}

.team-content .team-subtitle p {
	font-size: 16px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

ul.team-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.team-social li {
	display: inline-block;
}

ul.team-social li a {
	font-size: 18px;
	padding: 10px;
	padding-top: 0;
	transition: all .3s ease-out;
}

.single-team-member:hover .team-social li a {
	color: #F35C27;
}

/* Price Section 
============== */

.single-price-item {
	background: #F8F9FA;
	padding: 30px 50px;
	margin-top: 50px;
	transition: .3s;
}

.single-price-item h5 {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	margin: 20px 0;
}

.single-price-item h6 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	color: #777;
	margin-bottom: 40px;
}

.single-price-item h5:before {
	position: absolute;
	content: "";
	width: 54px;
	height: 2px;
	bottom: -10px;
	left: 0;
	right: 0;
	background: #F35C27;
}

.single-price-item p b {
	font-size: 45px;
	color: #F35C27;
	margin-right: 10px;
	margin-left: 3px;
}

.single-price-item p {
	font-size: 18px;
	margin: 40px 0px;
}

.price-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.price-list ul li {
	display: block;
	margin: 10px 0;
	font-size: 17px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: .3s;
}

.price-list ul li:before {
	font-family: FontAwesome;
	content: '\f00c';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	padding-right: 10px;
}

.single-price-item .main-btn {
	display: inline-block;
	margin: 30px 0 0;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 16px;
}

.single-price-item.active {
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	overflow: visible;
	padding-bottom: 75px;
}

/* Breadcroumb 
============== */

.breadcroumb-area {
	background-image: url(../img/bread-bg.jpg);
}

.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 70px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid #F35C27;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #F35C27;
	font-size: 18px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/* FAQ Section 
============== */

.faq-bg {
	background-image: url(../img/faq.png);
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: -60px;
}

.styled-faq {
	margin-top: 40px;
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
	border: 1px solid #f6f6f6;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: none;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
	line-height: 1.5;
	color: #555;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 500;
}

.styled-faq .panel .panel-heading h6 a {
	display: block;
	text-decoration: none;
	padding: 12px;
	background: #f6f6f6;
	color: #444;
}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
	color: #F35C27;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
	color: #F35C27;
}

/* Contact Page  
============== */

.contact-us-wrapper {
	background: #fff;
	position: relative;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
	border-right: none;
}

.contact-us-inner h5 {
	font-size: 22px;
	margin: 40px 0 20px;
}

.contact-us-inner a {
	text-transform: uppercase;
	color: #F35C27;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 10px;
}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

#contact-us .info-i i:before {
	font-size: 50px;
	color: #F35C27;
}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

/* Single Service Page
============== */

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h5 {
	font-size: 24px;
	margin: 30px 0;
}

.service-list a {
	display: block;
	color: #333;
	font-size: 17px;
	font-weight: 500;
	line-height: 17px;
	padding: 14px;
	margin-bottom: 20px;
	background: #fff;
}

.service-list a.active {
	background: #F35C27;
	color: #fff;
}

.service-list a span {
	float: right;
}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 30px 0 10px;
	font-size: 24px;
}

.single-service p {
	font-size: 17px;
	line-height: 30px;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.helpline-section h4 {
	font-size: 28px;
	line-height: 1.5;
	color: #fff;
	margin-top: 15px;
}

.helpline-section button {
	margin-top: 15px;
}

#service-page .key-feature .about-icon i:before {
	font-size: 50px;
	color: #F35C27;
	position: absolute;
	top: 0;
	left: 28px;
}


/* Single Project Page 
============== */

.project-single-section h3 {
	font-size: 35px;
	margin: 30px 0;
}

.project-info {
	border: 1px solid #ddd;
	padding: 30px;
	margin-bottom: 50px;
}

.project-info h5 {
	font-size: 30px;
	margin-bottom: 40px;
}

.project-info p {
	margin: 25px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.project-info p b {
	color: #222;
}

.project-info span {
	float: right;
}

.project-info .main-btn {
	padding: 15px 18px;
	font-size: 17px;
	margin: 20px 0;
	width: 60%;
	margin-left: 20%;
	line-height: 17px;
}

.project-overview h4 {
	margin: 30px 0;
}

.project-overview p:last-child {
	margin-bottom: 40px;
}

/* Single Blog Page 
============== */

.single-blog-wrap .blog-meta {
	margin: 20px 0;
}

.single-blog-wrap .blog-meta span i {
	color: #F35C27;
	font-size: 20px;
	margin-right: 10px;
}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	font-size: 22px;
	margin: 20px 0;
}

/* Blog-Classic  
============== */

#blog-page .single-blog-item {
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
	width: 100%;
	height: 100%;
}

#blog-page .blog-content p.blog-meta {
	font-size: 16px;
	color: #898a9c;
}

#blog-page .blog-content a {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 500;
	color: #00283F;
	margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
	color: #C89D66;
}

#blog-page .blog-content a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	color: #C89D66;
}

.blog-search input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 15px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 18px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #F35E27;
}

.blog-category a.active,
.archive a.active {
	color: #F35C27;
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
	font-size: 17px;
	line-height: 1.5;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #1d2143;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #00283F;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	font-size: 17px;
	color: #fff;
	padding: 5px;
}

.popular-tag span.active {
	background: #F35C27;
}

.popular-tag span:hover {
	background: #F35C27;
}

.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

.single-comments-section p b {
	color: #333;
}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 40px 0 15px;
}

.author-info {
	padding-left: 120px;
}

.author-info h6 {
	font-size: 20px;
	margin: 10px 0;
}

.single-comments-section p span {
	font-size: 15px;
	display: block;
}

.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}


.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}
