

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color  
## Background Image  
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Section  
## Main Menu 
## Slider CSS 
## About Section 
## Service Section 
## Feature Section 
## Achievement Section 
## About Section 
## Project Section 
## Testimonial Section 
## Choose Us Section 
## Blog Section 
## CTA Section 
## Footer Section 
## Info Section # 02
## Service Section # 02
## About Section # 02
## Project Section # 02
## Choose Us Section # 02
## Team Section
## Contact Section 
## Feature Section # 02
## About Section # 03
## Service Section # 03
## Achievement Section # 02
## Process Section 
## Price Section 
## Client Section 
## Breadcrumb 
## Blog Page 
## Portfolio Section 
## Single Service 
## Single Project 
## Single Blog 
## FAQ 
## Contact Page 


/* Google Font Import 
======================= */

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap');


/*	Theme Main Color: #da251d
	Theme Secondary Color: #020E28  */

/* Common CSS 
============== */

html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	color: #030E2C;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	color: #000;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	color: #191919;
	font-size: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 170%;
	position: relative;
	color: #000;
}

p.highlight {
	
}


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%;
}

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: 1px solid #eee;
}


/*Section Padding CSS*/

.section-padding {
	padding: 50px 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 */

.pad-top-0 {
	padding-top: 0;
}

.pad-bot-0 {
	padding-bottom: 0;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-bot-20 {
	padding-bottom: 20px;
}

.pad-top-30 {
	padding-top: 30px;
}

.pad-bot-30 {
	padding-bottom: 30px;
}

.pad-top-40 {
	padding-top: 40px;
}

.pad-bot-40 {
	padding-bottom: 40px;
}

.pad-top-50 {
	padding-top: 50px;
}

.pad-bot-50 {
	padding-bottom: 50px;
}

.pad-top-60 {
	padding-top: 60px;
}

.pad-bot-60 {
	padding-bottom: 60px;
}

.pad-top-70 {
	padding-top: 70px;
}

.pad-bot-70 {
	padding-bottom: 70px;
}

.pad-top-80 {
	padding-top: 80px;
}

.pad-bot-80 {
	padding-bottom: 80px;
}

.pad-top-100 {
	padding-top: 100px;
}

.pad-bot-100 {
	padding-bottom: 100px;
}

.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-150 {
	margin-top: 150px;
}

/*Section Title */


.section-title {
	position: relative;
}

.section-title h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 55px;
	margin: 0px 0;
	margin-bottom: 25px;
	margin-top: 0px;
}

.section-title h2 b{
   color: #eb6420;
}

.section-title h6 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:20px;
}

/*Button Style */

.main-btn {
	display: inline-block;
	background: #eb6420;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 17px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border:none;
}

.main-btn a{
color: #fff;
}

.main-btn.btn-2 {
	background: transparent;
}

.main-btn.btn-white {
	background: #fff;
	color: #191919;
}

.main-btn:hover {
	background-color: #000;
	color: #fff;
}

/*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"] {
	border: none;
	display: inline-block;
	background: #F55B15;
	color: #fff;
	padding: 12px 20px;
	margin: 20px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/*Bootstrap CSS*/

.container-fluid {
	padding: 0;
}

/* Bacground Color & Overlay CSS 
============== */

.gray-bg {
	background: #f6f6f6;
}

.white-bg {
	background: #fff;
}

.blue-bg {
	background: #030f27;
}

.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
}

.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
.d-none2{
  display:none;
}


/* 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: #FF5E15;
	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: #eb6420;
	color: #FFF;
	width: 40px;
	height: 40px;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	-webkit-transition: .3s;
	transition: .3s;
	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: #020E28;
	color: #fff;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}

#header-2.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
}

.header-area.absolate-header .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 100px;
	margin-top: 0;
}

.header-area .is-sticky .navigation {
	margin-top: 0;
}


/* Header Top Area
============== */

.header-top {
	background: #eb6420;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 6px 0;
}

.contact-info i {
	color: #fff;
	font-size: 20px;
	margin-right: 2px;
}

.language {
	float: right;
	margin-top: 5px;
}

.contact-info a {
	margin-right: 10px;
	color: #fff;
	font-weight: 700;
    font-size: 18px;
}
.header-top a{
	font-weight: 400!important;
}

.contact-info a:hover{
   color:#fff;
}

.contact-btn:hover{
   color:#fff;
   background: transparent;
   border: 1px solid #fff;
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

.site-info .social-area i {
	font-size: 17px;
	color: #8D9CC5;
	padding-left: 10px;
}

/* Header Area 
============== */

.header-area .logo img {
	width: 100%;
	margin: 10px 0;
}

#header-2.header-area .logo img {
	margin-top: 2px;
}

#header-2 .navigation {
	height: 80px;
	background: #051232;
	border-top: 1px solid #eee;
}

#header-3 .logo {
	margin-top: 0;
}

.header-area li.nav-item .nav-link {
	color: #000;
}

#header-2 .main-menu .navbar-nav .nav-link {
	padding: 30px 0;
	color: #d7d7d7;
}

#header-2.header-area .header-btn.main-btn {
	margin-top: 17px;
}

#header-3.header-area li.nav-item .nav-link {
	color: #fff;
}

.header-area .main-menu .navbar-nav .nav-link.active {
	color: #eb6420;
}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
	color: #eb6420;
}

#header-3.header-area .main-menu .navbar-nav .nav-link.active {
	color: #eb6420;
}

.header-area .main-menu li.nav-item:hover > a {
	color: #777;
}

.header-area .header-btn.main-btn {
	margin-top: 25px;
	padding: 14px 18px;
	width: 100%;
}

.header-area .header-btn.main-btn a:hover{
   color: #fff;
}

.header-area .header-btn.main-btn a{
   color: #fff;
   font-size: 20px;
   font-weight: 600;
}

.header-area.absolate-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.responsive-logo {
	display: none;
}

/* Header Aside
============== */


#header-aside .aside-content {
	float: right;
	color: #585252;
	margin-top: 22px;
}

#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: #eb6420;
	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: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-left: 25px;
	border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
	border: 0;
}


/* Main Menu 
============== */

.main-menu .navbar {
	padding: 0;
	float:right;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 15px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 500;
	color: #d7d7d7;
	display: block;
	padding: 40px 3px;
}

.main-menu .navbar-nav .nav-link.active {
	color: #fff;
}

.main-menu li.nav-item:hover > a {
	color: #fff;
}

/*Dropdown Menu */

.sub-menu {
	position: absolute;
	left: 0;
	top: 120px;
	width: 265px;
	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 rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header-2 .sub-menu {
	top: 100px;
}


.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #eb6420;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100px;
}

#header-2 .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 12px;
	color: #191919;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-menu .sub-menu li:hover > a {
	color: #eb6420;
}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}


/*Header Right Content */

.header-area .main-btn {
	margin-top: 28px;
}

/* Slider CSS 
==================*/

.slider-bar .right-menu h3 {
    background-color: #eb6420;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 11px 11px 11px 20px;
}
.slider-bar .right-menu ul {
    background-color: #f4f4f4;
    margin: 0;
    padding: 14px 0 15px !important;
}
.slider-bar .right-menu li {
    line-height: 31px;
    display: block;
    padding: 0 20px !important;
	    border: 1px solid #eee;
}
.slider-bar .right-menu a {
    color: #000000;
    font-size: 16px;
}
.page-bg{
     padding: 0px 0!important;
    position: relative;
    background-attachment: inherit!important;
    background-repeat: no-repeat!important;
	padding-top: 180px!important;
}

.single-slide-item {
	background-image: url(../img/slider/slide-1.jpg);
}

.hero-area-bg-2 {
	background-image: url(../img/slider/slide-2.jpg);
}
.hero-area-bg-3 {
	background-image: url(../img/slider/slide-3.jpg);
}
.hero-area-bg-4 {
	background-image: url(../img/slider/slide-4.jpg);
}

#home2 .single-slide-item {
	background-image: url(../img/slider/slide-3.jpg);
}

#home2 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-4.jpg);
}

#home3 .single-slide-item {
	background-image: url(../img/slider/slide-5.jpg);
}

#home3 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-6.jpg);
}

.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 600px;
	display: table;
	position: relative;
	z-index: 1;
}

.single-slide-item h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 500;
	line-height: 90px;
	letter-spacing: 1px;
	margin: 30px 0;
}

#home2 .single-slide-item {
	height: 800px;
}

#home3 .single-slide-item {
	height: 800px;
}

#home3 .section-title {
	margin-top: 100px;
}

.single-slide-item p {
	color: #ccc7c7;
	font-size: 18px;
	line-height: 30px;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #eb6420;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #eb6420;
	color: #fff;
	border-color: #eb6420;
	opacity: 1;
}

.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

.hero-area-content .main-btn {
	margin: 25px 0;
}

/* About Seciton 
============== */

.info-content-area .section-title h2 {
	position: relative;
	padding-left: 20px;
}

.info-content-area .section-title h2:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid #eb6420;
}
.short-heading{
	font-size: 28px;
	margin-bottom: 15px;
}
.short-heading span{
	color: #000;
}

.info-content-area p.highlight {
	position: relative;
	padding-left: 0px;
	margin: 15px 0;
	text-align:justify;
}

.info-content-area p.highlight:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	background: #DDD;
	display:none;
}

.info-content-area .main-btn {
	background: transparent;
	color: #eb6420;
	border: 2px solid;
	margin: 40px 0;
}

.info-content-area .main-btn:hover {
	background: #eb6420;
	color: #fff;
	border-color: #eb6420;
}

.info-img {
	margin-right: 30px;
}

.founded {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 10px;
}

.years {
	font-family: 'Teko', sans-serif;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 1px;
}

.years span {
	font-family: 'Teko', sans-serif;
	font-size: 120px;
	font-weight: 600;
	line-height: 97px;
	background-color: #eb6420;
	/*	background-image: url(../img/trans-bg.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	padding-right: 17px;
}

.text {
	font-size: 20px;
	line-height: 27px;
	border-left: 5px solid #eee;
	padding-left: 20px;
	margin-top: 30px;
	text-align:justify;
	margin-left: -32px;
}


/* Service Section 
============== */

.single-service-area {
	background: #fff;
	text-align: center;
	padding: 40px;
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 0px;
	transition: .3s;
}

.service-icon i {
	background: #F3F3F3;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.service-icon i:before {
	font-size: 50px;
	line-height: 35px;
	color: #eb6420;
	margin: 25px 0;
	display: inline-block;
}

.single-service-area h5 {
	font-size: 18px;
	margin: 20px 0;
}

.single-service-area a.read-more {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 0;
	color: #122A44;
}

.single-service-area:hover a.read-more {
	color: #eb6420;
}

single-service-area.active {
	border-bottom: 4px solid #eb6420;
	border-radius: 5px;
}

.single-service-area:hover {
	border-bottom: 4px solid #eb6420;
}

.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: #eb6420;
}

.service-slider .owl-dots {
	text-align: center;
	margin-top: 50px;
}

/* Feature Section 
============== */

.single-feature-item .feature-icon {
	background: #eb6420;
	color: #fff;
	display: inline-block;
	padding: 30px 0;
	width: 80px;
	height: 80px;
	text-align: center;
	float: left;
}

.feature-icon i:before {
	font-size: 45px;
}

.feature-image {
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

.feature-image:after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	top: -40px;
	right: -40px;
	border: 10px solid #eb6420;
	z-index: -1;
}

.feature-content {
	margin: 40px 0;
}

.feature-content h5 {
	font-size: 18px;
	padding-left: 100px;
	margin-bottom: 5px;
}

.feature-content p {
	padding-left: 100px;
	text-align:justify;
}

/* Achievement Section 
============== */

.achievement-area {
	background-image: url(../img/achievement.jpg);
	height: 300px;
	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;
}

.achievement-area.home2 {
	background-color: #020E28;
}

.fact-icon i:before {
	font-size: 50px;
	line-height: 35px;
	color: #eb6420;
	margin: 25px 0;
	display: inline-block;
	margin-bottom: 0px!important;
}

.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;
	margin-bottom: 0px;
}

.single-counter-box h6 {
	color: #fff;
	font-weight: 500;
}

/* 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);
}
.project-bg-7 {
	background-image: url(../img/project/project-1-7.jpg);
}

.project-bg-8 {
	background-image: url(../img/project/project-1-8.jpg);
}

.project-bg-9 {
	background-image: url(../img/project/project-1-9.jpg);
}

.single-project-item.bg-cover {
}
.mr-left{
	margin-left: 15px;
}

.single-project-item {
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #020E28;
	margin-bottom: 95px;
	background-size: contain;
}

.single-project-item:hover {
	border-bottom: 4px solid #eb6420;
}

.project-inner .hover-info {
	position: absolute;
	left: 0;
	bottom: -42px;
    width: 100%;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    max-width: 500px;
    background: #eb6420;
}

.single-project-item:hover .hover-info {
	opacity: 1;
	transform: translateY(0);
}

.project-inner:after {
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(3, 15, 39, 0.8);
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0px;
	transition: all ease 0.3s;
	display: none;
}

.single-project-item:hover .project-inner:after {
	opacity: 1;
}

.hover-info h4 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 14px;
    padding-top: 4px;
}
.hover-info h4 a{
	color: #fff;
	}

.project-inner h6 {
	color: #eb6420;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
}

.hover-info p {
	color: #eee;
	text-align:justify;
}

.hover-info a {
	color: #eb6420;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0;
	margin-bottom:0px;
}

.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: #eb6420;
	color: #fff;
	padding: 15px;
	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 #eb6420;
	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: 35px;
	height: 10px;
	background: #eb6420;
}

.project-slider .owl-dots {
	text-align: center;
}


/* Testimonial Section 
============== */

.single-team-item img {
	max-width: 70px;
	height: auto;
	float: left;
}

.author-desc {
	margin-top: 20px;
}

.author-desc h5 {
	font-size: 18px;
	padding-left: 0px;
}

.author-desc span {
	font-size: 90%;
	color: #eb6420;
	padding-left: 0px;
	padding-top: 5px;
}

.desc-text{
    text-align: justify;
	margin-bottom:0px;
}

.single-team-item {
	background: #fff;
	padding: 50px 41px 50px;
	position: relative;
	z-index: 1;
	margin-top: 25px;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-bottom: 3px solid #fff;
	transition: .3s;
	margin-bottom: 10px;
	margin-right: 10px;
    margin-left: 10px;
}

.single-team-item:hover {
	border-bottom: 3px solid #eb6420;
}

.testimonial-icon i {
	font-size: 25px;
	background: #eb6420;
	padding: 10px;
	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: #eb6420;
}

.testimonial-area .team-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

/* Choose Us Section 
============== */

.chooseus-bg {
	background-image: url(../img/choose-us-bg.jpg);
}

.chooseus-bg {
	width: 50%;
	height: auto;
	position: relative;
	background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chooseus-bg {
		display: none;
	}
}

@media (max-width: 767px) {
	.chooseus-bg {
		display: none;
	}
}

.chooseus-content {
	width: 50%;
	padding: 80px 100px 50px;
	padding-bottom: 60px;
	background: #020E28;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.chooseus-content {
		padding: 26px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.chooseus-content {
		width: 100%;
		padding: 80px;
	}
}

@media (max-width: 767px) {
	.chooseus-content {
		width: 100%;
		padding: 50px;
	}
}

.choose-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.choose-area .section-title h2 {
	color: #fff;
}

.choose-certify {
	margin: 45px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.choose-certify {
		margin: 25px 0;
	}
}

.choose-certify i {
	font-size: 45px;
	color: #eb6420;
	position: absolute;
}

.choose-certify h5 {
	color: #fff;
	padding-left: 70px;
	margin-bottom: 15px;
}

.choose-certify p {
	padding-left: 70px;
	text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.choose-certify p {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.choose-certify p {
		font-size: 14px;
	}
}

.chooseus-content h5 {
	margin-bottom: 20px;
}

/* Blog Section 
============== */

.single-blog-item {
	background: #fff;
}

p.blog-meta {
	font-size: 14px;
	margin: 8px 0;
	color: #eb6420;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

p.blog-meta i:before {
	padding-right: 7px;
}

.blog-meta i {
	font-size: 20px;
}

.blog-content {
	padding: 20px;
}

.blog-content h5 a {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 13px;
	font-weight: 500;
}

.blog-content h5 a:hover{
	color: #eb6420;
}

.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
	color: #122A44;
}

.blog-area a.read-more:hover {
	color: #eb6420;
}

.blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-bg img {
	transition: transform ease 0.3s;
}

.blog-bg span {
	background: #eb6420;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.blog-bg img:hover {
	transform: scale(1.07);
}

/* CTA Section 
============== */

.cta-area {
	background-image: url(../img/contact-bg.jpg);
	padding: 0px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	background-size:cover;
	text-align: center;
	margin-bottom: 150px;
}

.cta-area h2 {
	font-size: 44px;
	line-height: 55px;
	color: #fff;
	font-weight: 600;
}
.cta-areabg{
	background: #eb6420;
    padding: 33px 110px 39px 110px;
    margin-top: 140px;
    margin-bottom: -150px;
    position: relative;
    width: 100%;
    text-align: center;
}
.button2{
	background: #000!important;
	color: #fff!important;
}

.Banner-website {
    width: 100%;
}
.clr {
    clear: both;
}
.carousel-indicators .active {
    opacity: 1;
    width: 50px;
    height: 6px;
    background-color: #eb6420;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #000;
    border-radius: 30px;
    background-size: 22px;
}

.cta-area h6 {
	color: #eb6420;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 25px;
	
}

.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

/* Footer Area
======================== */


.footer-area {
	background: #051232;
	color: #fff;
}

.footer-area h5 {
	color: #fff;
	margin: 20px 0;
}

.footer-area p {
	margin-top: 16px;
	color: #9aa3b2;
	text-align:justify;
}

.map {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.contact-info p {
	margin-bottom: 10px;
}

.footer-area ul li a {
	color: #d7d7d7;
	padding: 7px 0;
}

.footer-up ul li a span {
	color: #eb6420;
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: #eb6420;
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: #eb6420;
	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: #3D4147;
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 14px;
}

.footer-up {
	padding: 50px 0;
}


.footer-up .logo {
	width: 277px;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 13px;
}

.footer-bottom {
	padding: 10px 0;
	background: #141313;
	text-align:center;
}

.footer-bottom p {
	margin: 0;
	color: #707579;
}

p.privacy {
	text-align: right;
}

.table-pro-head{
    background: #eb6420;
    color: #ffffff;
    font-weight: 600;
    width: 23%;
}

td {
    padding: 5px 10px !important;
    color: #000000;
    border: 1px solid #ddd;
    font-size: 15px;
    text-align: justify;
}

.pro img {
	height: 100%;
    width: 100%;
    box-shadow: 0 0 10px #888;
}

.gallery img {
	margin-bottom: 30px;
	box-shadow: 0 0 10px #888;
}

.video-gal {
	margin-bottom: 30px;
}

.pb-20 {
	padding-bottom: 20px;
}

/*========================HOME # 02 ===========================*/


/* Info Section # 02
======================== */


.info-bg {
	background-image: url(../img/info/info-bg.jpg);
}

.info-area {
	position: relative;
	margin-top: -100px;
	z-index: 9;
}

.info-bg.bg-cover {
	height: 282px;
	background-position: top center;
	border-radius: 5px 0 0 5px;
}

.info-content {
	padding: 40px;
	border-left: 10px solid #eb6420;
	height: 100%;
}

.info-founder i:before {
	font-size: 60px;
}

.info-content h5 {
	font-size: 35px;
	line-height: 45px;
}

.info-content a {
	font-family: 'Teko', sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #eb6420;
	margin: 30px 0 0;
}

.info-inner {
	background: #fff;
	box-shadow: 0 1px 4px -2px #6e7b71;
	border-radius: 5px;
}

.info-founder {
	background: #eb6420;
	height: 100%;
	text-align: center;
	padding: 50px;
	border-radius: 5px;
}

.info-founder i:before {
	font-size: 50px;
}

.info-founder p.highlight {
	font-size: 65px;
	font-family: 'Teko', cursive;
	color: #fff;
	margin: 30px 0;
}

.info-founder p.highlight span {
	font-size: 50px;
}

.info-founder p {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #333;
	line-height: 24px;
}

/* Service Section # 02
======================== */

.service-bg {
	background-image: url(../img/service/1.jpg);
	height: 270px;
}

.bg-2 {
	background-image: url(../img/service/2.jpg);
}

.bg-3 {
	background-image: url(../img/service/3.jpg);
}

.bg-4 {
	background-image: url(../img/service/4.jpg);
}

.bg-5 {
	background-image: url(../img/service/5.jpg);
}

.bg-6 {
	background-image: url(../img/service/6.jpg);
}

.bg-7 {
	background-image: url(../img/service/7.jpg);
}
.bg-8 {
	background-image: url(../img/service/8.jpg);
}
.bg-9 {
	background-image: url(../img/service/9.jpg);
}
.bg-10 {
	background-image: url(../img/service/10.jpg);
}

.single-service {
	position: relative;
	margin-bottom: 70px;
}

.about-img{
   margin-top:83px;
   box-shadow: 0 0 10px #888;
   background: #eb6420;
   margin-left: 17px;
}
.about-img img{
	margin-top: 14px;
    margin-left: -14px;
}

.about-img2{
   margin-top:40px;
   box-shadow: 0 0 10px #888;
   margin-bottom:30px;
}

.single-service .service-content {
	position: absolute;
	bottom: -20px;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.service-content h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0;
	transform: translateY(0);
	transition: all .3s ease-in-out;
	position: relative;
	padding-left: 15px;
}

.service-content h3:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 4px;
	height: 30px;
	background: #eb6420;
	margin-top: -15px;
}

.service-content a.read-more {
	position: absolute;
	bottom: 40px;
	left: 20px;
	opacity: 0;
	transform: translateY(50%);
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #eb6420;
	padding-left: 15px;
}

.single-service:hover .service-content h3 {
	transform: translateY(-10px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.single-service:hover .service-content a.read-more {
	transform: translateY(30px);
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

/* About Section # 02
======================== */

#about-2 .info-content-area p.highlight:before {
	display: none;
}

#about-2 .info-content-area p.highlight {
	padding-left: 0;
}

p.highlight i {
	font-size: 24px;
	color: #eb6420;
	padding-right: 10px;
}

.founded-year i {
	background: #eb6420;
	color: #fff;
	width: 200px;
	height: 155px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	padding: 20px 35px;
}

.founded-year i:before {
	font-size: 60px;
	line-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 14px;
}

.founded-year {
	position: absolute;
	top: 0;
	left: 0;
}

.about-bg-2 {
	position: relative;
	z-index: 1;
}


.footer-content-wrapper {
	margin-bottom: 20px;
}

.footer-logo {
	margin-bottom: 0px;
	width:310px;
}

.footer-logo--style2 {
	margin-bottom: 170px;
}

.footer-desc {
	color: #fff;
	margin-bottom: 10px;
	max-width: 370px;
	text-align: justify;
}

.footer-area {
	padding-bottom: 20px;
}

.footer-desc--style2 {
	color: rgba(255, 255, 255, 0.5);
}

.footer-desc--style3 {
	max-width: 100%;
	margin-bottom: 0;
}

.footer-desc--style4 {
	color: #777;
}

.footer-intro-wrapper .social-links {
	line-height: 1;
}

.footer-intro-wrapper .social-links li a {
	color: #f1f1f1;
}

.footer-intro-wrapper .social-links li a:hover {
	color: #ee2902;
}

.footer-intro-wrapper .social-links--round-style li {
	margin-right: 5px;
}

.footer-intro-wrapper .social-links--round-style li a {
	font-size: 18px;
	display: block;
	text-align: center;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid rgba(221, 221, 221, 0.16);
	border-radius: 50%;
	position: relative;
	color: #ffffff;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-intro-wrapper .social-links--round-style li a:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #222;
}

.footer-intro-wrapper .social-links--round-style--style2 li a {
	border-color: #d1d1d1;
	color: #888;
	background-color: transparent;
}

.footer-intro-wrapper .social-links--round-style--style2 li a:hover {
	border-color: #ee2902;
	background-color: #ee2902;
	color: #ffffff;
}

.footer-widget-wrapper--style3 {
	margin-bottom: -40px;
}

.footer-widget-wrapper--style3 .footer-widget {
	margin-bottom: 40px;
}

.footer-widget__title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 500;
    text-transform: uppercase;
}

.footer-widget__title--black {
	color: #222;
}

.footer-widget__title--style2 {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(238, 238, 238, 0.13);
}

.footer-widget__title--style3 {
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: 300;
}

.footer-widget__navigation {
	line-height: 1;
	padding-left:0px;
}

.footer-widget__navigation li {
	padding: 0px 0 11px 0px;
	line-height: 1;
	display:block;
	font-size:15px;
}

.footer-widget__navigation li:first-child {
	padding-top: 0;
	color: #fff;
	line-height: 176%;
	display:block;
}

.footer-widget__navigation li:last-child {
	padding-bottom: 0;
}

.footer-widget__navigation li i {
	color: #fff;
	margin-right: 10px;
}

.footer-widget__navigation li a {
	color: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	line-height: 1.2;
}
.section-space--inner--top--120 {
    padding-top: 50px;
}

.footer-widget__navigation li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-widget__navigation--address li {
	color: rgba(255, 255, 255, 0.5);
}

.footer-widget__navigation--address li i {
	font-size: 1.125rem;
	color: #ee2902;
	margin-right: 15px;
}

.footer-widget__navigation--style2 {
	overflow: hidden;
}

.footer-widget__navigation--style2 li {
	width: 50%;
	float: left;
}

.footer-widget__navigation--style2 li:nth-child(2) {
	padding-top: 0;
}

.footer-widget__navigation--style2 li a {
	font-size: 0.9375rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.66;
}

.footer-widget__navigation--style3 li a {
	color: rgba(255, 255, 255, 0.5);
}

.footer-widget__navigation--style4 li a {
	color: #777;
}

.footer-widget__newsletter { /* FF 4-18 */ /* FF 19+ */ /* IE 10+ */
}

.footer-widget__newsletter input {
	height: 50px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 0 15px;
	margin-bottom: 20px;
}

.footer-widget__newsletter input:focus {
	border-color: #ee2902;
}

.footer-widget__newsletter input:focus::-webkit-input-placeholder {
	color: transparent;
}

.footer-widget__newsletter input:focus:-moz-placeholder {
	color: transparent;
}

.footer-widget__newsletter input:focus::-moz-placeholder {
	color: transparent;
}

.footer-widget__newsletter input:focus:-ms-input-placeholder {
	color: transparent;
}

.footer-widget__newsletter--style2 {
	position: relative;
	margin-bottom: 40px;
}

.footer-widget__newsletter--style2 input {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #ee2902;
	padding-left: 0;
	padding-right: 30px;
	margin-bottom: 0;
	color: #ffffff;
}

.footer-widget__newsletter--style2 input::-webkit-input-placeholder {
	color: #f1f1f1;
}

.footer-widget__newsletter--style2 input::-moz-placeholder {
	color: #f1f1f1;
}

.footer-widget__newsletter--style2 input:-ms-input-placeholder {
	color: #f1f1f1;
}

.footer-widget__newsletter--style2 input::-ms-input-placeholder {
	color: #f1f1f1;
}

.footer-widget__newsletter--style2 input::placeholder {
	color: #f1f1f1;
}

.footer-widget__newsletter--style2 button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	background: none;
	padding: 0;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-widget__newsletter--style2 button:hover {
	color: #ee2902;
}

.footer-copyright-wrapper {
	padding: 20px 0;
	color: #fff;
	font-size: 0.875rem;
}

.footer-copyright-right {
	text-align: right;
}

.footer-copyright-right__navigation li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

.footer-copyright-right__navigation li:last-child {
	padding-right: 0;
}

.footer-copyright-right__navigation li a {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-copyright-right__navigation li a i {
	font-size: 20px;
}

.footer-copyright-right__navigation li a:hover {
	color: #ee2902;
	text-decoration: underline;
}

.footer-copyright-right__navigation li:before {
	position: absolute;
	width: 3px;
	height: 3px;
	top: 50%;
	left: -2px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d8d8d8;
	display: none;
}

.footer-copyright-right__navigation li:first-child:before {
	display: none;
}

.footer-copyright-right__navigation--style2 li a {
	color: rgba(255, 255, 255, 0.5);
}

.footer-copyright-left {
	color: #fff;
	text-align: center;
}

.footer-copyright-left a {
	color: #fff;
}

.footer-copyright-left--style2 {
	color: rgba(255, 255, 255, 0.5);
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
}
.dark-bg {
    background-color: #141313;
}

a.linked {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 30%;
    color: #69727b;
    font-size: 15px;
}
a.linked img {
    max-width: 30px;
}
a.linked img {
    margin-left: 0px;
}
.footer-right a.google, .footer-right a.linked, .footer-right a.youtube {
    position: static;
}

.footer-right a.google, .footer-right a.linked, .footer-right a.youtube {
    position: static;
}
a.google {
    display: inline-block;
    position: absolute;
    right: 54px;
    top: 30%;
    color: #69727b;
    font-size: 15px;
}
a.google img {
    margin-left: 15px;
    max-width: 30px;
}
.footer-right a.google, .footer-right a.linked, .footer-right a.youtube {
    position: static;
}
a.youtube {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 30%;
    color: #69727b;
    font-size: 15px;
}
a.youtube img {
    margin-left: 15px;
    max-width: 30px;
}

.footer-right{
   margin-top:20px;
}
.img-footer{
  margin-bottom:18px;
}

.follows-heading{
  color: #fff;
  font-weight:600;
  font-size:19px;
}


/* Project Section # 02
============== */


.tab-inner {
    padding-top: 25px;
}

.tab-inner .nav.nav-tabs > li {
    background-color: #f4f4f4;
    margin-right: 1px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}

.tab-inner .nav.nav-tabs li.active a, .tab-inner .nav.nav-tabs li:hover a {
    color: #fff;
    background-color: #eb6420;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #eb641f;
  
  border-bottom-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.tab-content > .active {
  display: block;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}



.tab-inner .nav.nav-tabs li a {
    color: #444;
}
.tab-inner .nav > li > a {
    padding: 12px 25px !important;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}
.tab-inner .nav.nav-tabs li a {
    color: #000;
}
.tab-inner .nav > li > a {
    padding: 12px 25px !important;
}
.tab-inner .tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    letter-spacing: 1px;
}
.tab-content > .active {
    display: block;
}
.fade.in {
    opacity: 1;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 0;
}
.tab-inner .nav.nav-tabs > li {
    background-color: #f4f4f4;
    margin-right: 1px;
}

.requirement-list {
    text-align: justify;
    margin-top: 10px;
}
.requirement-list ul{
  padding-left:0px!important;
}
.requirement-list li {
    color: #000;
	list-style:none;
	display:block;
}
.btn-don-bro a {
    background-color: #eb6420;
    color: #fff;
    line-height: 28px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.requirement-list li i {
    color: #eb6420;
	 font-size: 20px;
    font-weight: 800;
}
.bold-text{
	margin-top: 13px;
}
.margin-tb-10 {
    margin-top: 7px;
    margin-bottom: 7px;
}
.padding-right-10 {
    padding-right: 10px;
}

.project-grids {
	background-image: url(../img/project/featured-project-bg.jpg);
	position: relative;
	z-index: 1;
}

.featured-project-area .project-grids .grid {
	width: 25%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.featured-project-area .project-grids .inner {
	padding: 280px 60px 60px;
	position: relative;
	top: 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.featured-project-area .project-grids .count {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.featured-project-area .project-grids h3 {
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}

.featured-project-area .project-grids p {
	color: #cecccc;
	margin-bottom: 0;
	padding-bottom: 2em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.featured-project-area .project-grids .inner > a {
	position: relative;
	top: 100px;
}

.featured-project-area .project-grids .grid:hover .inner > a {
	top: 0;
}

.featured-project-area .project-grids .grid:hover .inner {
	background-color: #061129d6;
	top: 0;
}


/* Choose Us Section # 02
====================== 
*/

.choose-us-area {
	background-image: url(../img/choose-us-bg-2.jpg);
	background-size: cover;
	height: 500px;
	position: relative;
	z-index: 1;
}

.choose-us-wrapper {
	background: #fff;
	margin-top: 50px;
	position: relative;
}

.choose-us-inner {
	text-align: center;
	padding: 50px 30px;
	border-right: 1px solid #eee;
}

.choose-us-inner h5 {
	margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
	border-right: none;
}

.choose-us-icon {
	position: relative;
	z-index: 1;
}

.choose-us-icon:after {
	position: absolute;
	content: "";
	top: -5px;
	left: 35px;
	width: 80px;
	height: 80px;
	background: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}

.choose-us-inner:hover .choose-us-icon:after {
	width: 90px;
	height: 90px;
	opacity: 1;
	left: 70px;
	top: -10px;
}

/* Spacer
============== */

.spacer {
	position: relative;
}

.spacer-bg {
	background-image: url(../img/divider.jpg);
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spacer-bg .main-btn {
	z-index: 9;
	margin-top: 120px;
}

/* Team Section 
============== */

.team-area {
	border-top: 1px solid #eee;
}

.team-member-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 350px;
}

.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;
	margin-bottom: 40px;
}

.single-team-member .team-content {
	position: absolute;
	bottom: -31px;
	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: 17px;
	font-weight: 600;
	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 {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 5px;
}

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: #eb6420;
}

/* Contact Section 
==================== 
*/

.contact-section {
	background-image: url(../img/contact-bg.jpg);
	background-attachment: fixed;
}

.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #eb6420;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

.contact-inner h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 100px;
}

.contact-inner p {
	padding-left: 100px;
}

.contact-section button.main-btn {
	border: none;
}

.contact-section button.main-btn:hover {
	background: #25283a;
	color: #fff;
}

.contact-form {
	margin-top: 45px;
}


/*========================HOME # 03 ===========================*/


/* Feature Section # 02
==================== 
*/

.single-feat-item {
	background-image: url(../img/feature/feat-bg-1.jpg);
}

.feat-2 {
	background-image: url(../img/feature/feat-bg-2.jpg);
}

.feat-3 {
	background-image: url(../img/feature/feat-bg-3.jpg);
}

.single-feat-item {
	height: 270px;
	position: relative;
	z-index: 1;
	margin-top: -50px;
	transform: translateY(0);
	transition: .5s;
}

.single-feat-item:hover {
	transform: translateY(-20px);
}

.feat-content {
	background: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 20px;
	transform: translateY(60%);
	left: 20px;
	right: 20px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.feat-content h5 {
	border-left: 3px solid #eb6420;
}

.single-feat-item.no-bg-img {
	background-image: none;
}

.single-feat-item.no-bg-img {
	background: #eb6420;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* About Section # 03  
============== */

.single-bar-item h4 {
	color: #002C42;
	font-size: 15px;
	margin-bottom: 10px;
}

.progress-bar-area {
	margin-top: 40px;
}

.barfiller .fill {
	background: #da251d !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: #eb6420;
	z-index: 1;
	opacity: .4;
}

#about-3 .choose-certify h5 {
	font-size: 20px;
	margin: 20px 0;
	color: #002c42;
	padding-left: 0
}

#about-3 .choose-certify p {
	padding-left: 0;
}

/* Service Section # 03  
==================== */

.single-service-wrapper {
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 40px;
}

.single-service-bg {
	background-image: url(../img/service/01.jpg);
	height: 325px;
}

.service-bg-2 {
	background-image: url(../img/service/02.jpg);
}

.service-bg-3 {
	background-image: url(../img/service/03.jpg);
}

.service-bg-4 {
	background-image: url(../img/service/04.jpg);
}

#service-3 .single-service-area {
	padding: 20px;
	box-shadow: none;
	margin-top: 0;
	height: 325px;
}

#service-3 .service-icon i:before {
	color: #002C42;
}

#service-3 .single-service-area a.read-more {
	margin: 12px 0 0;
}

#service-3 .single-service-area:hover .service-icon i:before {
	color: #eb6420;
}

/*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: 16px;
	color: #c5c2c2;
}
.woocommerce-pagination {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.woocommerce-pagination {
    padding-left: 510px;
}
.woocommerce-pagination ul.page-numbers {
    list-style: none;
    padding: 0;
}
.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}
.woocommerce-pagination ul.page-numbers span {
    background-color: #ffffff;
    border: 1px solid rgba(72, 97, 115, 0.2);
    color: #000;
}
.woocommerce-pagination ul.page-numbers span, .woocommerce-pagination ul.page-numbers a {
    border: 1px solid rgba(72, 97, 115, 0.2);
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    margin-left: 0;
    margin-right: 5px;
    min-width: 40px;
    padding: 7px;
    text-align: center;
    background: #eb6420;
}
.current {
	background: #ffffff!important;
    color: #000!important;

}

@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: 40px;
	line-height: 40px;
	margin: 10px 0;
}

.skill-area .single-counter-box .counter-number span {
	font-size: 40px;
	font-weight: 600;
	margin: 10px 0 5px;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
	font-size: 20px;
	color: #fff;
	border: 2px solid #eb6420;
	border-radius: 50%;
	padding: 15px;
	width: 70px;
	height: 70px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: #eb6420;
	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;
}


/*Process Section # 02 */

.process-item-wrap {
	margin-top: 50px;
}

.single-process-item {
	text-align: center;
}

.process-num {
	position: absolute;
	right: 70px;
	top: 0;
	z-index: 9;
	background: #da251de0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 7px;
	transition: .3s;
}

.process-num p {
	font-size: 18px;
	font-weight: 500;
	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: 20px;
	margin: 25px 25px;
	line-height: 27px;
}

.single-process-item:hover .process-icon {
	border-color: #fd642ceb;
	opacity: .8;
}


/* Price Section 
============== */

.single-price-item {
	background: #fff;
	text-align: center;
	padding: 30px 50px;
	margin-top: 50px;
	border: 5px solid #eee;
	transition: .3s;
}

.single-price-item h5 {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin: 20px 0;
}

.single-price-item h6 {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	color: #777;
}

.single-price-item h5:before {
	position: absolute;
	content: "";
	width: 54px;
	height: 2px;
	bottom: -10px;
	left: 0;
	right: 0;
	background: #eb6420;
	margin: 0 auto;
}

.single-price-item p b {
	font-size: 35px;
	color: #eb6420;
	margin-right: 10px;
}

.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: 30px 0;
	color: $gray;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 20px;
	transition: .3s;
}

.single-price-item .main-btn {
	display: inline-block;
	margin: 30px 0 0;
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.single-price-item.active {
	border: 5px solid #eb6420;
}

/* Client Section CSS  */

.single-logo-wrapper {
	width: 100%;
	height: 100px;
	display: table;
	opacity: .5;
	transition: .3s;
}

.logo-inner-item {
	display: table-cell;
	vertical-align: middle;
}

.single-logo-wrapper:hover {
	opacity: 1;
}

/* Breadcrumb 
============== */

.breadcroumb-area {
	padding: 0px 0!important;
    position: relative;
    background-attachment: inherit!important;
    background-repeat: no-repeat!important;
	padding-top: 180px!important;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #092c3e;
	opacity: .5;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
    margin-bottom: 13px;
    font-weight: 400;
}

.breadcroumb-title {
	background: rgb(0 0 0 / 65%);
    width: auto;
    padding: 10px 20px;
}

@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;
	}
}

/* Blog Page 
============== */

#blog-page .single-blog-item {
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-search input {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px;
}

.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: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #F35E27;
}

.blog-category a.active,
.archive a.active {
	color: #eb6420;
}

.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;
}

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: #00B965;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #ddd;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #020E28;
	padding: 5px;
}

.popular-tag span.active {
	background: #F35E27;
}

.popular-tag span:hover {
	background: #F35E27;
}

.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;
}

a.reply-btn {
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}

.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-section {
	background-image: url(../img/helpline.html);
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

/* Portfolio Section 
============== */

.portfolio-area.theme-2 {
	background: #f6f6f6;
}

ul.port-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu {
		float: left;
	}
}

@media (max-width: 575px) {
	ul.port-menu {
		float: left;
	}
}

ul.port-menu.recent {
	float: none;
}

ul.port-menu li {
	display: inline-block;
	padding: 20px;
	color: #333;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 20px 0;
}

ul.port-menu li.active {
	color: #eb6420;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu li {
		padding: 10px;
	}
}

@media (max-width: 575px) {
	ul.port-menu li {
		padding: 10px;
	}
}

.single-portfolio-item {
	background-image: url(../img/portfolio/1.jpg);
}

.port-bg-2 {
	background-image: url(../img/portfolio/2.jpg);
}

.port-bg-3 {
	background-image: url(../img/portfolio/3.jpg);
}

.port-bg-4 {
	background-image: url(../img/portfolio/4.jpg);
}

.port-bg-5 {
	background-image: url(../img/portfolio/5.jpg);
}

.port-bg-6 {
	background-image: url(../img/portfolio/6.jpg);
}

.port-bg-7 {
	background-image: url(../img/portfolio/7.jpg);
}

.port-bg-8 {
	background-image: url(../img/portfolio/8.jpg);
}

.portfolio-list {
	overflow: hidden;
	margin-left: -1%;
	margin-top: 20px;
}

.single-portfolio-item {
	float: left;
	width: 32.33%;
	height: 350px;
	background-size: cover;
	background-position: center;
	background-color: #333;
	position: relative;
	margin-left: 1%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item {
		width: 100%;
	}
}

.single-portfolio-item.large {
	height: 610px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}

.single-portfolio-item.wide {
	width: 65.55%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}

.single-portfolio-item .details {
	background: #da251dde;
	width: 100%;
	height: 100%;
	padding: 50px 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.single-portfolio-item .info {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	margin-top: -20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-portfolio-item .info a:hover {
	color: #fff;
}

.single-portfolio-item .info a {
	font-size: 18px;
	color: #FFF;
}

.single-portfolio-item h5 {
	margin-bottom: 10px;
}

.single-portfolio-item:hover .details {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.single-portfolio-item:hover .details .info {
	opacity: 1;
	margin-top: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.portfolio-list.recent {
	margin-top: 0;
}

ul.port-menu.recent {
	list-style: none;
	padding: 0;
	bottom: 0;
	text-align: center;
	position: inherit;
}

.load-more-btn {
	text-align: center;
}

.load-more-btn .main-btn {
	padding: 10px 20px;
	margin-top: 60px;
}

.portfolio-single-section h3 {
	margin: 30px 0;
}

.project-info {
	border: 1px solid #ddd;
	padding: 30px;
}

.project-info h5 {
	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: 12px 18px;
	font-size: 15px;
	margin: 20px 0;
	width: 60%;
	margin-left: 20%;
}

.project-overview h5 {
	margin: 30px 0;
}

.project-overview p:last-child {
	margin-bottom: 40px;
}

.port-2 .single-portfolio-item {
	width: 24.33%;
	margin-left: 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.port-2 .single-portfolio-item {
		width: 48.33%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.port-2 .single-portfolio-item {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.port-2 .single-portfolio-item {
		width: 100%;
	}
}

.port-2 .portfolio-list {
	margin-right: -3%;
}

/* Single Service 
============== */

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h5 {
	margin: 30px 0;
}

.service-list a {
	display: block;
	color: #b3abab;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.service-list a.active {
	background: #eb6420;
	color: #fff;
}

.service-list a span {
	float: right;
}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
	font-size: 16px;
	line-height: 28px;
}

.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 {
	color: #fff;
	margin-top: 15px;
}

.helpline-section button {
	margin-top: 15px;
}

/* Single Project 
============== */

.portfolio-single-section h3 {
	font-size: 35px;
	margin: 30px 0;
}

.project-info {
	border: 1px solid #ddd;
	padding: 30px;
}

.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: 12px 18px;
	font-size: 15px;
	margin: 20px 0;
	width: 60%;
	margin-left: 20%;
}

.project-overview h5 {
	margin: 30px 0;
}

.project-overview p:last-child {
	margin-bottom: 40px;
}

/* Single Blog 
============== */

.blog-meta {
	margin: 20px 0;
}

.blog-meta span i {
	color: #eb6420;
	font-size: 20px;
	margin-right: 10px;
}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

/* FAQ CSS 
============== */

.styled-faq {
	margin-top: 50px;
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: 1px solid #ddd;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 600;
}

.styled-faq .panel .panel-heading h6 a {
	display: block;
	text-decoration: none;
	padding: 12px;
	color: #191919;
}

@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;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
}

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}


/* Contact Page  
============== */

.contact-us-area {
	background-image: url(../img/choose-us-bg-2.jpg);
	background-size: cover;
	height: auto;
	position: relative;
	z-index: 1;
}

.contact-us-wrapper {
	background: #fff;
	margin-top: 0px;
	position: relative;
}

.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
	height: 260px;
}

.contact-us-inner:nth-last-child(4) {
	border-right: none;
}

.contact-us-inner h5 {
	margin: 20px 0 20px;
}

.contact-us-inner a {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

#contact-us .info-i i:before {
	font-size: 50px;
	color: #eb6420;
}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

.footer-bg {
    background-image: url(../img/footer-bg.jpg);
    padding: 0 0 30px;
    position: relative;
}

.colm {
    border-right: 1px solid #c4c8d0;
    padding-bottom: 40px;
    text-align: center;
}

.colm img {
    width: 100%;
    padding-top: 55px;
}

.colm h4 {
    color: #eb6420;
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 50px;
}

.colm ul {
    margin: 0;
}

.colm li {
    list-style: none;
    padding: 5px 0;
}

.colm li a {
    color: #000;
}

.copy {
    border-top: 1px solid #c4c8d0;
    padding: 30px 0 0;
    text-align: center;
    color: #000;
}

.copy ul {
    display: -webkit-box;
    list-style: none;
    padding-right: 10px;
}

.copy ul li {
    padding: 0 10px;
    border-right: 1px solid #c4c8d0;
}

.copy ul li a {
    color: #000;
}

.copy p {
    text-align: right;
    margin-top: -25px;
    margin-bottom: 0;
}

.colm-2 {
    padding-bottom: 30px;
    text-align: center;
}

.colm-2 h4 {
    color: #eb6420;
    margin: 0;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 50px;
}

.colm-2 ul {
    color: #e31e24;
    margin: 0;
    font-size: 14pt;
    font-weight: 500;
    margin-bottom: 19px;
    padding-left: 0;
}

.colm-2 li {
    list-style: none;
    display: inline;
}
.video-img{
  margin-bottom:30px;
}

.colm-2 li a {
    color: #000;
}

.differnt_popup {
    cursor: pointer;
    height: auto;
    position: fixed;
    left: 13px;
    top: 92%;
    width: 62px;
    z-index: 999999;
}
