/**
 * Stylesheet:  style.css
 * Theme:       ThePfizer || Industry & Factory HTML5 Template
 * Version:     1.0
 * Author:     	ShiftTechPlus
 * URL:         https://themeforest.net/user/shifttechplus/
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
3.Header Section
4.Header Bottom Right
5.Menu  Section
6.Slider Section
7.Section Title
8.About Section Start
9.Service Section Start
10.Preview Video Section Start
11.Project Gallery Section Start
12.Testimonial Section Start
13.counter up Section Start
14.Patner Section 
15.Blog Section 
16.News Letter Section 
17.Sidebar Section
18.Market Sector Section
19.Home V2 Section
20.Home V3 Section
21.Call To Action Section
22.Service V2 Section
23.About V2 Section
24.About Skill Section
25.why us section
26.Project section
27.Page Heading Section
28.FAQ Quote Form
29.FAQ Section
30.Service Details Page
31.Sidebar
32.Project Details
33.Contact Page
34.Error Page
Footer Section
===========================*/

/*------------------*/
/*Theme default CSS
/*------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
font-size: 13px;
color: #333;
font-family: 'Poppins', sans-serif;
vertical-align: baseline;
    line-height: 23px;
font-weight:400;
overflow-x: hidden;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px;
font-weight: 600;
font-family: 'Poppins', sans-serif;
color: #041331;
}



h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#2967d4
}
a:active,
a:hover {
  outline: 0 none;
  color: #2967d4;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #2196f3;
  text-shadow: none;color:#fff
}
::selection {
  background: #2196f3;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}

.pt-45{padding-top:45px}
.pb-45{padding-bottom:45px}

.pt-170{padding-top:170px}
.pt-120{padding-top:120px}
.pt-100{padding-top:100px}
.pt-160{padding-top:160px}
.pb-100{padding-bottom:100px}
.pb-80{padding-bottom:80px}
.pb-65{padding-bottom:65px}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.bg-gray{
	background:#f0f0f0
}
.img-fluid {
	width: 100%;
	margin-bottom: 30px;
}
.pd-right-10 {
	padding-right: 10px;
}
.pd-left-10 {
	padding-left: 10px;
}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba(4,19,50, 0.98);
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
}
.loader,
.loader:before,
.loader:after {
  background: #e9561f;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #e9561f;
  text-indent: -9999em;
  margin:40px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


/*
2.Scrollup
==============*/
#scrollUp {
    position: fixed;
	background: #e95615 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 130px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}
/*
3.Header Section
==================*/
.header-top {
	background: #ff5900;
	padding: 0px 0;
}
.translate-language-div {
	text-align: left;
}
.translate-language{
	text-align: left;
	position: relative;
	padding: 10px 0;
	display: inline-block;
	z-index:9999
}
.translate-language a {
	font-weight: bold;
	padding-right: 15px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	color: #FF5900;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;	
}
.language.dropdown-menu a {
	color: #fff;
	font-size: 16px;
	width: 100%;
	display: inline-block;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;	
}

.language.dropdown-menu {
	background: #041331;
	border-radius: 0;
	box-shadow: 0;
	border: 0;
	margin-top: 1px;
	left: 0;
	position: absolute;
	z-index: 999;
	border-bottom: 2px solid #e95615;
	padding: 0px;
}
.language.dropdown-menu li a {
	font-weight: 400;
}
.language.dropdown-menu::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #041331;
	left: 20px;
	transform: rotate(48deg);
	top: -9px;
}
.translate-language a span {
	margin-left: 10px;
	color: #000000;
	font-size: 20px;
}
.header-left {
	padding: 5px 0;
	display: inline-block;
}
.header-left ul {
	display: inline-block;
}
.header-left li {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	color: #011e40;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight:400;	
        font-family: 'Poppins', sans-serif;
}
.header-left li span {
	font-weight: bold;
	color: #2c2c2c;
}
.header-left li:last-child{padding-right:0}
.icon-box {
	margin-right: 16px;
	position: relative;
	z-index:2
}
.icon-box::before {
	position: absolute;
	content: "";
	background: #e95615;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	left: 2px;
	top: -2px;
	z-index: -1;
}
.header-left li i {
	color: #011e40;
	margin-right: 6px;
}
.soical-profile {
    padding: 10px 0;
    text-align: right;
}
.soical-profile ul{
	display: inline-block;
}
.soical-profile li {
	margin-right:20px;
	display: inline-block;
}
.soical-profile li:last-child{
	margin-right:0px;
}
.soical-profile li a i {
	color: #041331;
}
.soical-profile li a i:hover {
	color: #e95615;
}
/*
4.Header Bottom Right
============================*/
.header-bottom {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.hd-bottom-right {
	text-align: right;
	padding-top: 12px;
}
.hd-bottom-single-right {
	display: inline-block;
	padding:0px 26px;
	border-right:1px solid #606060;
	text-align:left;	
}
.hd-bottom-single-right:first-child{
	padding-left:0px;
}
.hd-bottom-single-right:last-child{
	border-right:0px;
	padding-right:0px;
}
.hd-bottom-single-right h2 {
	color: #f9f9f9;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}
.hd-bottom-single-right h2:last-child{
	color:#e95615;
	margin-bottom:0px;
}
/*
5.Menu  Section
=================*/
.hd-sec {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
}
.menu-area {
	background-color: rgba(4,19,49,0.80);
	border-radius: 4px;
}
.logo {
	padding-top: 14px;
}
.social-title {
	display: inline-block;
	color: #322f2f;
	font-weight: 500;
}
.menu {
display: block;
position:relative;
    width: 100%;
}
.main-menu ul {
margin : 0;
padding : 0;
position : relative;
margin-top: 10px;
}
.main-menu ul li {
    display: inline-block;
    padding: 0 0;
    position: relative;
    margin-left: 16px;
}
.main-menu ul li.active > a{
	position:relative;
	z-index:2
}
.main-menu ul li.active > a::before {
	position: absolute;
	content: "";
	height: 5px;
	background: #FF5900;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	z-index: -1;
}
.main-menu ul li a {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 15px;
    padding: 20px 0px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.main-menu ul li a i {
	font-size: 24px;
	color: #e95615;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#e95615
}

.main-menu ul ul {
	background: #fff none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	padding: 20px 0;
}
.main-menu ul ul li {
float : none;
width : 220px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
	opacity:0;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #041331;
	border-top: 1px solid #f2f2f2;
	font-size: 15px;
}
.main-menu ul ul li:last-child a{
	border-bottom: 1px solid #f2f2f2;
}
.main-menu ul ul li a:hover {
color:#fff;background:#e95615;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:1;
border-top:0px;
border-top:2px solid #e95615;
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:78px; 
}
.search-bar-icon {
	display: inline-block;
	padding: 24px 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.search-bar-icon::before {
	position: absolute;
	content: "";
	height: 42px;
	width: 1px;
	background: #595959;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.site-search span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background:transparent;
}
.site-search.open span i.fa-search::before {
	 content: "\f00d" !important; 
}
.site-search i {
  color: #fff;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #e95615;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #e95615;
  color: #fff;
}
.search-forum {
	left: -290px;
	position: absolute;
	top: 76px;
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

 @-webkit-keyframes slideUpIn {
	 0% {
		 
		 -webkit-transform: translateY(40px);
	 }
	 100% {
		 
		 -webkit-transform: translateY(0);
	 }
	 
	 0% {
		 -webkit-transform: translateY(40px);
	 }
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(40px);
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
}
.menu-nav-sec.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
      background-color: #fffffff2;
    height: 80px;
	float: left;
	width: 100%;
}
.menu-nav-sec.sticky_menu .menu-area{
	background:inherit;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li a{
	color:#041331;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li ul li a:hover{
	color:#fff;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li a:hover{
	color:#0961a9;
}
.menu-nav-sec.sticky_menu .menu-area .site-search i {
	color: #041331;
}
.mobile-logo {
	display: none;
}
/*
6.Slider Section
======================*/
.slider {
  position: relative;
	float: left;
	width: 100%;
}
.all-slide .owl-item {
  height:600px;
}
.all-slide .single-slide {
background-position: center center;
background-size: cover;
height: 100%;
background-repeat: no-repeat;
}
.slider-overlay {
 background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.44) 28%, rgba(0, 0, 0, 0.45) 70%, rgba(236,224,220,0.11) 100%);
	/*background: rgba(14,25,53,1);
	background: -moz-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(97,78,83,0.75) 28%, rgba(190,157,147,0.38) 70%, rgba(236,224,220,0.11) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,25,53,1)), color-stop(28%, rgba(97,78,83,0.75)), color-stop(70%, rgba(190,157,147,0.38)), color-stop(100%, rgba(236,224,220,0.11)));
	background: -webkit-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(97,78,83,0.75) 28%, rgba(190,157,147,0.38) 70%, rgba(236,224,220,0.11) 100%);
	background: -o-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(97,78,83,0.75) 28%, rgba(190,157,147,0.38) 70%, rgba(236,224,220,0.11) 100%);
	background:linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(97, 78, 83, 0.28) 28%, rgba(190,157,147,0.38) 70%, rgba(236,224,220,0.11) 100%);
	    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(97,78,83,0.75) 28%, rgba(190,157,147,0.38) 70%, rgba(236,224,220,0.11) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1935', endColorstr='#ece0dc', GradientType=1 );*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.slider-text {
	left: 0;
	position: relative;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: 2;
	width: 1170px;
	padding: 0px 15px;
	margin: 0px auto;
}
.slider-wraper {
	width: 700px;
	overflow: hidden;
	position: relative;
	z-index: 999;
	text-align: left;
	padding: 10px 0;
}
.slider-wraper span {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.slider-text h1 {
	color: #fff;
        font-family: 'Poppins', sans-serif;
	font-size: 70px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-weight: bold;
	margin-bottom:0px;
	text-transform: uppercase;
}
.slider-wraper h4 {
	color: #e95615;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 35px;
}
.slider-text h1 span{color:#e95615}
.slider-text p {
  color: #fff;
}
.slider-text li {
	display: inline-block;
	margin-right: 70px;
}
.slider-text li a {
    margin-top: 15px;
    padding: 14px 60px;
    display: inline-block;
    background: #ff5900;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}
.slider-text li a::before {
/*	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 1px;
	background: #fff;
	right: -45px;*/
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left:10px;
  position: absolute;
}
.all-slide .owl-controls .owl-next {
  right:10px;
  position: absolute;
}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	background: transparent;
	color: #fff;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 50px;
	border: 1px solid #fff;
}
.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;color:#e95615;border-color:#e95615
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;color:#e95615;border-color:#e95615
}
.all-slide.owl-theme .owl-controls .owl-dots {
	position: absolute;
	width: 1170px;
	z-index: 99;
	margin: 0px auto;
	text-align: left;
	left: 0;
	right: 0;
	bottom: 40px;
	padding-left:15px;
}
.all-slide.owl-theme .owl-dots .owl-dot {
    background: #ffffff61;
	height: 11px;
	margin: 5px;
	width: 11px;
	display: inline-block;
    border-radius: 100px;
}
.all-slide.owl-carousel.owl-theme .owl-dot.active {
background: #fff;
}
/*
7.Section Title
============================*/
.sec-title {
	position: relative;
	margin-bottom:20px;
}
.sec-title .sub-title {
	font-size: 36px;
	color: #041331;
	text-transform: capitalize;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	bottom: -4px;
}
.sec-title h1 {
	font-size: 90px;
	font-weight: bold;
	color: #041331;
	margin-bottom:0px;
}
.sec-title h1 span {
	width: 100%;
	display: inline-block;
	line-height: 1;
}
.sec-title.shape-title {
	position: relative;
}
.sec-shadow-text {
	position: absolute;
	width: 100%;
}
.sec-shadow-text h1 {
	font-size: 160px;
	color: #f9f9f9;
	position: absolute;
	top: -40px;
	left: 154px;
	font-weight: 400;
	text-transform: uppercase;
}
.title-text {
	position: relative;
	z-index: 2;
    text-align: center;
}
.title-text p {
/*	margin-top: 30px;*/
}

.title-text h2 {
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 7px;
    float: left;
    margin: 10px 0px;
    font-weight: 600;
}
/*
8.About Section Start
============================*/
.about-us-sec{
	position:relative;
}
/*.about-us-sec::before {
	position: absolute;
	content: "Dream big ";
	top: 110px;
	left: -10px;
	font-size: 160px;
	color: #f9f9f9;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform:uppercase;		
}*/
.about-us-sec::after {
	position: absolute;
	content: "";
	background-image: url('../img/about-sec-img.png');
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	z-index:-1;
	width:482px;
	height:739px;
}
.about-us-img{
	position: relative;	
	z-index:2
}
.about-us-img::before {
	position: absolute;
	content: "";
	background-image: url('../img/shape/index.html');
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index:2
}
/*.about-us-img::after {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, #ffffff 0%, #182541 100%);
	top: 50px;
	height: 100%;
	width: 100%;
	left: 30px;
	z-index: -1;
}*/
.about-us-img img {
	width: 100%;
	position: relative;
}
.about-us-img-inner {
	position: relative;
}/*
.about-us-img-inner::before {
	position: absolute;
	content: "";
	background: rgba(14,25,53,0.59);
	background: -moz-linear-gradient(left, rgba(14,25,53,0.59) 0%, rgba(14,25,53,0.6) 0%, rgba(94,77,84,0.6) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,25,53,0.59)), color-stop(0%, rgba(14,25,53,0.6)), color-stop(47%, rgba(94,77,84,0.6)), color-stop(97%, rgba(142,113,109,0.6)), color-stop(100%, rgba(145,115,111,0.6)));
	background: -webkit-linear-gradient(left, rgba(14,25,53,0.59) 0%, rgba(14,25,53,0.6) 0%, rgba(94,77,84,0.6) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -o-linear-gradient(left, rgba(14,25,53,0.59) 0%, rgba(14,25,53,0.6) 0%, rgba(94,77,84,0.6) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -ms-linear-gradient(left, rgba(14,25,53,0.59) 0%, rgba(14,25,53,0.6) 0%, rgba(94,77,84,0.6) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: linear-gradient(to right, rgba(14,25,53,0.59) 0%, rgba(14,25,53,0.6) 0%, rgba(94,77,84,0.6) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1935', endColorstr='#91736f', GradientType=1 );
	border: 10px solid #fff;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}*/

.shape-text {
	position: absolute;
	z-index: 9;
	bottom: -75px;
	right: -45px;
}
.shape-text span {
	font-family: 'Poppins', sans-serif;
	font-size: 350px;
	font-weight: bold;
	color: #fff;
}
.about-desc {
    padding: 0px 0 0 0;
	padding-top: 40px;
}

.about-desc h2 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
}

.about-desc a{
    margin-top: 30px;
}
.about-desc .sec-title {
	margin-bottom: 20px;
}
.readmore-btn {
    padding: 11px 59px;
    display: inline-block;
    border: 1px solid #b7b7b7;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
}
.readmore-btn:hover{
	border-color: #FF5900 !important;
	background: #FF5900 !important;
	color:#fff;
}
/*.readmore-btn::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 1px;
	background: #2967d4;
	right: -45px;
}*/
/*
9.Service Section Start
============================*/
.service-item-img {
	position: relative;
}
.service-item-img::before {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	background: rgba(61,52,60,1);
	background: -moz-linear-gradient(45deg, rgba(61,52,60,1) 0%, rgba(124,96,90,0.39) 65%, rgba(176,122,105,0.06) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(61,52,60,1)), color-stop(65%, rgba(124,96,90,0.39)), color-stop(100%, rgba(176,122,105,0.06)));
	background: -webkit-linear-gradient(45deg, rgba(61,52,60,1) 0%, rgba(124,96,90,0.39) 65%, rgba(176,122,105,0.06) 100%);
	background: -o-linear-gradient(45deg, rgba(61,52,60,1) 0%, rgba(124,96,90,0.39) 65%, rgba(176,122,105,0.06) 100%);
	background: -ms-linear-gradient(45deg, rgba(61,52,60,1) 0%, rgba(124,96,90,0.39) 65%, rgba(176,122,105,0.06) 100%);
	background: linear-gradient(45deg, rgba(61,52,60,1) 0%, rgba(124,96,90,0.39) 65%, rgba(176,122,105,0.06) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d343c', endColorstr='#b07a69', GradientType=1 );
}
.service-item {
	position: relative;
}
.service-item-desc {
	position: absolute;
	bottom: -50px;
	background: #fff;
	z-index: 9;
	width: 405px;
	right: 0;
	padding-top: 100px;
	padding-left: 60px;
	padding-bottom: 50px;
}
.service-item-desc::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0px;
	width: 100%;
	z-index: -1;
	height: 100%;
	-webkit-box-shadow: -137px 130px 28px -125px rgba(234,234,234,0.30);
	-moz-box-shadow: -137px 130px 28px -125px rgba(234,234,234,0.30);
	box-shadow: -137px 130px 28px -125px rgba(234,234,234,0.30);
}
.service-item-desc h2 a {
	font-size: 24px;
	text-transform: capitalize;
	color: #FF5900;
}
.service-item-desc h2 a span {
	width: 100%;
	display: inline-block;
}
.service-tab-list {
	text-align: right;
}
.service-tab-list li {
	padding-bottom: 70px;
	position: relative;
	margin-bottom: 35px;
}
.service-tab-list li::before {
	position: absolute;
	width: 1px;
	height: 100%;
	content: "";
	content: "";
	background: #eeeeee;
	right: 7px;
	top: 30px;
}
.service-tab-list li:last-child:before{
	display:none;
}
.service-tab-list li.active:before{
	background:#FF5900
}
.service-tab-list li.active a{
	color:#FF5900;
}
.service-tab-list li a {
	color: #d7d7d7;
	font-size: 18px;
}
.service-title {
	position: absolute;
	z-index: 999;
	color: #fff;
	bottom: 0;
	left: 0;
	font-size: 200px;
	font-weight: bold;
	text-transform:capitalize;
	z-index: 2;
}
/*
10.Preview Video Section Start
===============================*/
.preview-sec{
	position:relative;
}
.preview-sec::before {
	position: absolute;
	content: "Since 1974";
	top: 200px;
	font-size: 160px;
	color: #f9f9f9;
	right: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform:uppercase;		
}
.preview-sec::after {
	position: absolute;
	content: "";
	background-image: url('../img/preview-shape-img.jpg');
	top: 50%;
	left: 0;
	background-repeat: no-repeat;
	z-index: -1;
	width: 416px;
	height: 726px;
	transform: translateY(-50%);
}

.preview-video-img {
	position: relative;
}
.preview-video-img::before {
	position: absolute;
	content: "";	
	background:linear-gradient(280deg, rgba(13,25,53,.99), rgba(191,158,148,0.30) 100.71%);
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
}
.preview-video {
	position: relative;
}
.video-bar {
	position: absolute;
	width: 80%;
	height: 5px;
	background: #776970;
	bottom: 60px;
	margin: 0px auto;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 9;
}
.video-bar::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 60%;
	background: #ba5f3c;
	left: 0;
	top: 0;
}
.video-sec-middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
.vedio-button {
	text-align: center;
	transform: translateY(-50%);
	top: 50%;
	position: relative;
}
.vedio-inner img {
	width: 100%;
}
.vedio-button {
  position: relative;
  width: 140px;
  height: 140px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  margin:0px auto;
}
.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 100%;
	line-height: 138px;
}
.vedio-button a:hover{
	background:#e95615
}
.vedio-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
.since-year span {
	font-family: 'Poppins', sans-serif;
	font-size: 250px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 280px;
	right: -270px;
	display: inline-block;
	transform: rotate(-90deg);
	line-height: 250px;
	z-index: 9;
	text-shadow: 1px 1px #f2f2f2;
}
.company-info-box {
	margin-top: 90px;
}
.company-info-box .icon {
	margin-bottom: 20px;
}
.company-info-box span {
    color: #FF5900;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    float: right;
}
.company-info-box h2 a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #031b4e;
}

.company-info-box ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 7px 0;
    color: #000;
}

.company-info-box ul li:last-child{
    border: 0;
}
/*
11.Project Gallery Section Start
=================================*/
.project-gallery-sec{
	position:relative;
}
.project-gallery-sec::before {
	position: absolute;
	content: "Our Gallery";
	top:100px;
	font-size: 160px;
	color: #f9f9f9;
	right: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform:uppercase;		
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.single-gallery {
	position: relative;
	overflow:hidden;
}
.single-gallery-overlay a img {
	position: absolute;
	right: 0;
	top: 20px;
	right: 30px;
	transform: scale(0);
	transition: all 0.4s ease 0s;	
}
.single-gallery:hover .single-gallery-overlay a img{
	transform: scale(1);
	transition: all 0.4s ease 0s;	
}
.single-gallery img{
	transform:scale(1);
	transition: all 0.4s ease 0s;
}
.single-gallery:hover.single-gallery img{
	transform:scale(1.2);
	transition: all 0.4s ease 0s;	
}
.single-gallery-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(4,19,49, 0.40);
	transition: all 0.4s ease 0s;
}
.single-gallery-text {
	position: absolute;
	bottom:0px;
	width: 100%;
	padding: 0px 50px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.single-gallery-text h2 {
	margin-bottom: 10px;
}
.single-gallery-text h2 a {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
}
.single-gallery-text span{
	color:#e95615;
	font-size:18px;
	font-family: 'Oswald', sans-serif;	
	font-weight:300
}
.single-gallery:hover .single-gallery-text{
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;
	bottom:50px
}
.single-gallery:hover .single-gallery-overlay{
	background:linear-gradient(280deg, rgba(191,158,148,0.30), rgba(13,25,53,.9) 100.71%);
	transition: all 0.4s ease 0s;
}

/*
12.Testimonial Section Start
=================================*/
.testimonial-comment-desc h2 {
	font-weight: bold;
	color: #e95615;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.testimonial-comment-desc h2 span {
	color: #000000;
	padding-left:45px;
	position:relative;
}
.testimonial-comment-desc h2 span::before {
	position: absolute;
	content: "";
	background: #e95615;
	width: 28px;
	height: 1px;
	top: 59%;
	left: 6px;
	transform: translateY(-50%);
}
.testimonial-comment-box {
	width: 70px;
	height: 70px;
	background: #e95615;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	float: left;
}
.all-testimonial.owl-carousel .owl-item img {
	width: auto;
	text-align: center;
	display: inline-block;
}
.testimonial-comment-desc {
	padding-left: 100px;
	padding-top: 25px;
}
.all-testimonial.owl-carousel.owl-theme .owl-dots{
	padding-left:100px;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot {
	border-radius: 5px;
	display: inline-block;
	height: 4px;
	margin: 0 5px;
	width: 9px;
	position: relative;
	background: #e95615;
	transition: all 0.4s ease 0s;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot.active{
	width: 35px;
	transition: all 0.4s ease 0s;
}
.border-shape {
	height: 6px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/*
13.counter up Section Start
=================================*/
.countup-text h2 {
	display: inline-block;
	font-size: 48px;
	margin-right: 20px;
}
.countup-text h4 {
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight:300;
}
.count-up-inner {
	margin-bottom: 60px;
}
/*
14.Patner Section 
======================*/
.all-patner-sec {
    padding: 40px 0;
    background: #e95615;
}
.all-patner.owl-carousel.owl-theme .owl-item {
padding: 0 40px;
}
.single-patner {
	height: 86px;
	padding: 6px;
	text-align: center;
}
.all-patner.owl-carousel.owl-theme img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}
.all-patner.owl-carousel .owl-item  img{
	width:auto;
}
/*
15.Blog Section 
======================*/
.blog-meta h2 {
	margin-bottom: 35px;
}
.blog-meta h2 a {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}
.blog-meta h2 a:hover{
	color:#e95615;
}
.post-date {
	font-size: 18px;
	color: #c2c2c2;
	text-transform: capitalize;
}
.blog-meta .post-date {
	padding-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.blog-meta {
	margin-bottom: 35px;
	border-bottom: 1px solid #eeeeee;
}
.blog-img {
	margin-bottom: 45px;
	position: relative;
	overflow:hidden;
}
.blog-img::before {
	position: absolute;
	content: "";
	top:0;
	height:100%;
	width: 0%;
	left: 0;
	z-index:2;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	background: rgba(23,29,48,0.74);
	background: -moz-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(1%, rgba(23,29,48,0.74)), color-stop(16%, rgba(97,78,83,0.74)), color-stop(29%, rgba(161,121,114,0.65)), color-stop(100%, rgba(255,255,255,0.14)));
	background: -webkit-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: -o-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: -ms-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: linear-gradient(135deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171d30', endColorstr='#ffffff', GradientType=1 );
}
.single-blog:hover .blog-img::before{
	visibility:visible;
	width:100%;
	transition: all 0.4s ease 0s;
}
.blog-img img{
	transform:scale(1);
	transition: all 0.4s ease 0s;
}
.single-blog:hover .blog-img img{
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.single-blog a.readmore-btn {
	background: #fff;
	border: 1px solid #041331;
	color: #041331;
}
.single-blog p a {
	border-bottom: 1px solid #ababab;
	color: #8a8a8a;
}
.single-blog:hover a.readmore-btn{
	background:#041331;
	color:#fff;
}
.blog-page .single-blog {
	margin-bottom: 50px;
}
.blog-img .vedio-button{
	width:70px;
	height:70px;
}
.blog-img .vedio-button a {
	background:#e95615;
	line-height: 70px;
	color:#fff;
}
/*Blog Details Page*/
.blog-page.news-sec .share-social-link {
	margin-top: 20px;
}
.blog-post-author {
	padding: 60px 40px 30px 40px;
	background: #f4f4f4;
	margin-bottom: 35px;
	position:relative;
	z-index:2
}
.blog-post-author::after {
	position: absolute;
	content: "";
	background-image: url('../img/icon/comment.png');
	top: 50px;
	right: 40px;
	background-repeat: no-repeat;
	width: 99px;
	height: 83px;
	z-index: -1;
}
.blog-post-author-meta h2 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: bold;
}
.blog-post-author-meta span {
	color: #b1b1b1;
	font-size: 16px;
}
.blog-post-author-meta {
	margin-bottom: 25px;
}
/*Blog Comment List*/
.comment-list {
border: 1px solid #fafafa;
font-size: 18px;
padding: 14px;
text-align: center;
}
.comment-list h5 {
  margin-bottom: 0;
}
.commenter-photo{
	float: left;
	margin-right: 20px;
	width: 110px;
	border-radius: 100%;
	height: 110px;
}
.comment-author {
	margin-bottom: 16px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #e95615;
}
.comment-author-designation {
	font-size: 14px;
	color: #858484;
	font-style: italic;
}
.comment-time {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	color: #041331;
	letter-spacing: 2px;
}
.commentar-sec .media.mt-3 {
  margin-top: 70px;
}
.commentar-sec h2 {
	margin-top: 50px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 24px;
	color: #000000;
}
.comment-title-icon {
	margin-right: 10px;
}
.commentar-sec.author {
  position: relative;
}
.commentar-sec.author .media-body {
  padding-left: 100px;
}
.commentar-sec.author .media {
background: #fafafa none repeat scroll 0 0;
border-radius: 30px;
padding: 30px 0;
margin-left: 20px;
}
.author-thumb {
border-radius: 100%;
float: left;
height: 100px;
left: 0;
overflow: hidden;
position: absolute;
top: 70px;
width: 100px;
}
.author-thumb img {
  height: 100%;
  width: 100%;
}
.commentar-meta {
	position: relative;
	margin-bottom: 10px;
}
.replay-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

/*Comment Input Filed*/
.comment-reply-title {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 26px;
}
.comment-field {
	margin-top: 70px;
}
#commentform input[type="text"] {
	padding: 14px 22px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #cccccc;
	color: #a3a3a3;
	font-weight: normal;
}
#commentform textarea {
	resize: vertical;
	width: 100%;
	font-size: 16px;
	border: 1px solid #cccccc;
	color: #a3a3a3;
	padding: 26px 22px;
}
#commentform input#submit {
	padding: 28px 90px;
	display: inline-block;
	background: #041331;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border: 2px solid #041331;
	margin-top: 20px;
	transition: all 0.4s ease 0s;
}
#commentform input#submit:hover{
	background:#e95615;
	border-color:#e95615;
	transition: all 0.4s ease 0s;
}
#commentform p {
	margin-bottom: 30px;
}
#commentform input:focus,
#commentform textarea:focus
{
    outline: none !important;
    border-color:#e95615;
	transition: all 0.4s ease 0s;
}
/*
16.News Letter Section 
======================*/
.news-letter-form {
	text-align: right;
}
.news-letter-form form {
	display: inline-block;
	width: 100%;
	position:relative;
	overflow:hidden;
}
.news-letter-text h2 {
	font-size: 24px;
	font-family: poppins;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.news-letter-form input[type="email"] {
	padding: 30px;
	background: #f2f2f2;
	width: 100%;
	padding-right: 250px;
}
.news-letter-form input[type="submit"] {
	padding: 30px 80px;
	background: #041331;
	color: #fff;
	text-transform: capitalize;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	right: 0;
	top: 0;
}
/*
17.Sidebar Section
=====================*/
.blog-widget-title {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.blog-widget-title::before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #e95615;
	width: 50px;
	bottom: 0;
	left: 0;
}
.blog-widget-title::after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #e95615;
	width: 50px;
	bottom: -2px;
	left: 0;
}
/*Search Widget*/
.search-field {
	margin-bottom: 40px;
	background: #041331;
	padding: 50px 36px;
}
.search-field form {
display: inline-block;
width: 100%;
position: relative;
}
.search-field input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #bfbfbf;
	padding: 10px 35px 10px 10px;
	width: 100%;
}
.search-field button {
	color: #e95615;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	border-left: 1px solid #b0b0b0;
	top: 0;
}
/*Text Widget*/

.widget-img {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.widget-img img {
	width: 100%;
	height: 100%;
}
/*Recent Post Widget*/
.recent-post-desc li {
	display: inline-block;
	margin-right: 10px;
}
.recent-post-desc li a{font-weight:300;text-transform:capitalize;color:#e95615;}
.recent-post-thumb {
  float: left;
  margin-right:25px;
	position: relative; 
}
.recent-post-widget:hover .recent-post-thumb-overlay a {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.recent-post-thumb-overlay a {
	position: absolute;
	left: 5px;
	top: 5px;
	transform: scale(0);
	transition: all 0.4s ease 0s;
}
.recent-post-widget:hover .recent-post-thumb-overlay{
	visibility:visible;
	transition: all 0.4s ease 0s;
	height:100%;
}
.recent-post-thumb-overlay{
	position: absolute;
	height:0%;
	width: 100%;
	top: 0;
	left: 0;
	visibility:hidden;
	transition: all 0.4s ease 0s;
	background: rgba(14,25,53,1);
	background: -moz-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,25,53,1)), color-stop(47%, rgba(94,77,84,0.81)), color-stop(97%, rgba(142,113,109,0.6)), color-stop(100%, rgba(145,115,111,0.6)));
	background: -webkit-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -o-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -ms-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: linear-gradient(to right, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1935', endColorstr='#91736f', GradientType=1 );
}
.recent-post-desc h3 {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
}
.recent-post-desc h3 a {
	recent-post-desc: #041331;
	font-weight: 400;
	font-size: 16px;
}
.recent-post-desc  a:hover{ transition: all 0.4s ease-in-out 0s;color:#e95615}
/*Post Tag Widget */
.widget-tag {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.widget-tag li a:hover{transition: all 0.4s ease-in-out 0s;color:#e95615!important}
.widget-tag a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px 25px;
	color: #fff;
	font-weight: 600;
	background: #383838;
}
.widget-tag li a:hover{background:#e95615;border-color:#e95615;color:#fff!important;}
.widget-tag li:first-child a{
background:#e95615;border-color:#e95615;color:#fff!important;
}

/*
18.Market Sector Section
============================*/
.market-sector-sec {
	position: relative;
}
.market-sector-sec::before {
	position: absolute;
	content: "Services";
	top: 75px;
	left: -10px;
	font-size: 160px;
	color: #f9f9f9;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.market-sector-sec .why-us-service-box .company-info-box {
border-color:#e5e7ea
}
.market-sector-sec .why-us-service-box .company-info-box:hover{
	background:#e95615;
	color:#fff;
}
.market-sector-sec .why-us-service-box .company-info-box:hover.company-info-box span{
	color:#fff;
}
.market-sector-page-sec .why-us-service-box .company-info-box {
border-color:#e5e7ea
}
.market-sector-page-sec .why-us-service-box .company-info-box:hover{
	background:#e95615 !important;
	color:#fff;
}
.market-sector-page-sec .why-us-service-box .company-info-box:hover.company-info-box span{
	color:#fff;
}

.market-sector-page-sec .why-us-service-box .company-info-box:hover a{
    color: #fff;
}
.market-sector-page-sec .why-us-service-box .company-info-box:hover li{
    color: #fff;
}
/*
19.Home V2 Section
============================*/
.home-v2 .hd-sec {
    background-color: #02020224;
    height: 80px;
    margin-top: 42px;
}
.home-v2 .all-slide.owl-theme .owl-controls .owl-dots {
	text-align: center;
	padding-left: 0px;
	width: 100%;
}
.home-v2 .all-patner {
	background: e95615;
	padding: 20px 0;
}
.home-v2-logo {
    font-size: 18px;
    font-weight: 700;
}

.home-v2-logo img {
    margin-right: 4px;
}

..home-v2-logo a {
    float: left;
}
.home-v2-sticky-logo {
	display: none;
}

.home-v2-sticky-logo img {
      /*  width: 83px;*/
    margin-right: 10px;
}
.menu-nav-sec.sticky_menu .home-v2-logo{
display: none;	
}
.menu-nav-sec.sticky_menu .home-v2-sticky-logo {
    display: block;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
}
/*
20.Home V3 Section
============================*/
.home-v3 .slider-wraper {
	text-align: center;
	margin: 0px auto;
}
.home-v3 .all-slide.owl-theme .owl-controls .owl-dots {
	text-align: center;
	padding-left: 0px;
}
.home-v3 .service-v2-sec {
	margin-top: -170px;
	position: relative;
	z-index: 9;
}
.home-v3 .service-v2-single {
	border: 10px solid #fff;
}
.home-v3 .slider-overlay {
  background:rgba(4, 19, 49, 0.60);
}
.home-v3-newsletter {
	background: #041331;
}
.home-v3-newsletter {
	background: #041331;
	display: inline-block;
	width: 100%;
	padding: 34px 10px;
}
.home-v3-newsletter .news-letter-text {
	color: #fff;
	margin-top: 20px;
}
.home-v3-newsletter .news-letter-text h2{
	color:#fff;
}
.news-letter-text p{margin-bottom:0px;}
.home-v3-newsletter .news-letter-form input[type="submit"]{
	background:#e95615;
	border:2px solid #e95615
}
.home-v3-newsletter .news-letter-form form {
	display: inline-block;
	background: #f2f2f2;
}
.blog-sec.news-sec .blog-meta {
	padding-bottom: 20px;
}
.home-v3  .service-v2-sec::before{
	display:none;
}
.gmap-plus-quote-form-sec{
	position:relative;
}
.quote-form-sec {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 2;
}
#gmap{
	height:600px;
}
.quote-form .quote-form-field input[type="submit"]{
	width:inherit;
}
.quote-form{
	background-color:rgba(233,86,21, 0.60);
}
.quote-form .faq-quote-form{
	background:inherit;
}
/*
21.Call To Action Section
============================*/
.call-to-action-sec {
	background: #041331;
	padding: 35px 0;
	margin-top:-1px;
}
.call-to-action-text h1 {
	font-size: 32px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 24px;
}
.call-to-action-text h1 span{
	color:#FF5900
}
.call-to-action-btn a.readmore-btn {
	background: #fff;
	color: #041331;
}
/*
22.Service V2 Section
============================*/
.service-v2-sec{
	position:relative;
}
.service-v2-sec::before {
	position: absolute;
	content: "services";
	top: 140px;
	left: -10px;
	font-size: 160px;
	color: #f9f9f9;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.service-v2-single h2{
	margin-bottom:20px;
}
.service-v2-single h2 a {
	font-size: 21px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
    
    color: #222;
}
.service-v2-single h2 a span {
	width: 100%;
	display: inline-block;
}
.service-v2-single .media-left{
	width:100%;
}
.service-v2-border {
	width: 135px;
	height: 1px;
	background: #FF5900;
	margin-bottom: 12px;
	position:relative;
	transition: all 0.4s ease 0s;
	
    margin-left: 16px;
}
.service-v2-border::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 5px;
	height: 100%;
	right: 10px;
	top: 0;
}
.service-v2-img {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.service-v2-img::before {
	position: absolute;
	content: "";
	/*background: rgba(23,29,48,0.74);
	background: -moz-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(1%, rgba(23,29,48,0.74)), color-stop(16%, rgba(97,78,83,0.74)), color-stop(29%, rgba(161,121,114,0.65)), color-stop(100%, rgba(255,255,255,0.14)));
	background: -webkit-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: -o-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: -ms-linear-gradient(-45deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);
	background: linear-gradient(135deg, rgba(23,29,48,0.74) 1%, rgba(97,78,83,0.74) 16%, rgba(161,121,114,0.65) 29%, rgba(255,255,255,0.14) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171d30', endColorstr='#ffffff', GradientType=1 );
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index:2
}
.service-v2-img img{
	transform:scale(1);
	transition: all 0.4s ease 0s;
}
.service-v2-img:hover.service-v2-img img{
	transform:scale(1.2);
	transition: all 0.4s ease 0s;
}
.service-v2-icon {
	text-align: right;
}
.service-v2-single:hover.service-v2-single h2 a{
	color:#FF5900;
}
.service-v2-single:hover .service-v2-border{
    width: 88%;
    transition: all 0.9s ease 0s;
}
.service-v2-single:hover .service-v2-img-overlay {
	bottom:0;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease 0s;	
}
.service-v2-img-overlay {
	position: absolute;
	bottom: -50%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.service-v2-img-overlay span {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 14px 20px;
	display: inline-block;
	background: #FF5900;
	font-family: 'Oswald', sans-serif;
}
.market-sector-inner:nth-child(3n+1) {
	clear: both;
}

/*
23.About V2 Section
============================*/
.about-us-v2-sec{
	position:relative;
}
.about-us-v2-sec::before {
	position: absolute;
	content: "Dream big ";
	top: 75px;
	left: -10px;
	font-size: 160px;
	color: #f9f9f9;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform:uppercase;
}
.about-us-v2-sec::after {
	position: absolute;
	content: "";
	background-image: url('../img/about-v2-img.png');
	top: 50%;
	right: 0;
	background-repeat: no-repeat;
	z-index: -1;
	width: 402px;
	height: 464px;
	transform: translateY(-50%);
}
.about-v2-desc {
	padding-right: 300px;
}
.about-v2-desc .sec-title {
	margin-bottom: 35px;
}
.about-v2-desc .sec-title h1 {
	line-height: 80px;
}
/*
24.About Skill Section
============================*/
.about-v2-desc {
	padding-right: 300px;
}
.about-skill-sec {
	background: #041331;
	padding: 60px 50px;
}
.about-skill-sec h1 {
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 28px;
}
.progress.skill-progress {
background: #f0f0f0 none repeat scroll 0 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
height:8px;
}
.skill-inner {
	margin-bottom: 30px;
}
.skill-inner h3 {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: poppins;
    font-weight: 500;
    font-size: 14px;
}
.skill-bar {
  background: #FF5900 none repeat scroll 0 0;
  border-radius:0;
  box-shadow: none;

}
.skill-progress-bar {
	position: relative;
}
.progres_count {
	top: -35px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	font-size: 10px;
	background: #FF5900;
	padding: 0px 10px;
	font-family: poppins;
	border-radius: 3px;
	margin-left: -23px;
	line-height: 26px;
}
.progres_count::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #FF5900;
	transform: rotate(-50deg);
	bottom: -3px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
}

/*
25.why us section
============================*/
.why-us-service-box .company-info-box {
    margin-top: 0;
    padding: 22px 22px;
    transition: all 0.4s ease 0s;
    margin-bottom: 35px;
    background: #f6faff;
    box-shadow: 0 2px 3px -1px rgba(186, 186, 186, 0.7);
        min-height: 318px;
}
.why-us-service-box .company-info-box p{
	margin-bottom:10px;
    margin-left: 0;
}
.why-us-service-box .company-info-box:hover{
	border-color:#FF5900;
	transition: all 0.4s ease 0s;
}
/*
26.Project section
============================*/
.project-sec{
	position:relative;
}
.project-sec::before {
	position: absolute;
	content: "Our Project";
	top: 100px;
	font-size: 160px;
	color: #f9f9f9;
	right: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform:uppercase;	
}

.project-img {
	position: relative;
}
.single-project:hover .project-img-overlay a {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.single-project:hover .project-img-overlay{
	visibility:visible;
	transition: all 0.4s ease 0s;
	height:100%;
}
.project-img-overlay {
	position: absolute;
	height:0%;
	width: 100%;
	top: 0;
	left: 0;
	visibility:hidden;
	transition: all 0.4s ease 0s;
	background: rgba(14,25,53,1);
	background: -moz-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,25,53,1)), color-stop(47%, rgba(94,77,84,0.81)), color-stop(97%, rgba(142,113,109,0.6)), color-stop(100%, rgba(145,115,111,0.6)));
	background: -webkit-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -o-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: -ms-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	background: linear-gradient(to right, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.6) 97%, rgba(145,115,111,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1935', endColorstr='#91736f', GradientType=1 );
}
.single-project-inner {
/*	padding: 0;*/
}
.single-project {
	margin-bottom: 30px;
}
.single-project-desc {
	padding: 20px 15px;
	border-bottom: 1px solid #fff;
	transition: all 0.4s ease 0s;
}
.single-project-desc h2{
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.single-project-desc h2 a {
    font-size: 22px;
    color: #222;
    font-weight: normal;
}
.single-project-desc span {
	font-size: 18px;
	color: #e95615;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}
.project-desc-overlay {
	margin-top: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.project-desc-overlay p {
	margin-bottom: 0;
}
/*.single-project:hover .single-project-desc{
	border-bottom-color:#041331;
	transition: all 0.4s ease 0s;
}*/
.single-project:hover .project-desc-overlay{
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;
}
/*.single-project-inner:first-child .single-project-desc{
	border-bottom-color:#041331;
}*/
.single-project-inner:first-child .project-desc-overlay{
	visibility:visible;
	opacity:1;
}
.project-img-overlay a {
	position: absolute;
	right: 50px;
	top: 30px;
	transform: scale(0);
	transition: all 0.4s ease 0s;
}
/*
27.Page Heading Section
==========================*/
.pagehding-sec {
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 60px;
    padding-top: 150px;
	position: relative;
	background-size: cover;
}
.testimonial-bg{
	background-image: url("../img/tstm-page-banner.jpg");
}
.faq-bg{
	background-image: url("../img/faq-banner.jpg");
}
.market-sector-bg{
	background-image: url("../img/market-sector-banner.jpg");
}
.service-details-bg{
	background-image: url("../img/service-details-banner.jpg");
}
.project-bg{
	background-image: url("../img/project-banner.jpg");
}
.project-details-bg{
	background-image: url("../img/project-details-banner.jpg");
}
.blog-bg{
	background-image: url("../img/blog-banner.jpg");
}
.product-default-bg{
	background-image: url("../img/project-default-banner.jpg");
}
.about-page-bg{
	background-image: url("../img/about-page-banner.jpg");
}
.blog-list-bg{
	background-image: url("../img/blog-list-bannar.jpg");
}
.contact-page-bg{
	background-image: url("../img/conact-page-banner.jpg");
}
.employee-bg{
	background-image: url("../img/team-banner.jpg");
}
.blog-details-bg{
	background-image: url("../img/blog-details-banner.jpg");
}
.home-v2.about-page .all-patner {
	background: inherit;
}
.banner-overlay {
	background: rgba(14,25,53,1);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.48) 0%, rgba(97, 78, 83, 0) 28%, rgba(0, 0, 0, 0.45) 70%, rgba(236,224,220,0.11) 100%);
	/*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,25,53,1)), color-stop(47%, rgba(94,77,84,0.81)), color-stop(97%, rgba(142,113,109,0.41)), color-stop(100%, rgba(145,115,111,0.41)));
	background: -webkit-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.41) 97%, rgba(145,115,111,0.41) 100%);
	background: -o-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.41) 97%, rgba(145,115,111,0.41) 100%);
	background: -ms-linear-gradient(left, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.41) 97%, rgba(145,115,111,0.41) 100%);
	background: linear-gradient(to right, rgba(14,25,53,1) 0%, rgba(94,77,84,0.81) 47%, rgba(142,113,109,0.41) 97%, rgba(145,115,111,0.41) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1935', endColorstr='#91736f', GradientType=1 );
	height: 100%;
	position: absolute;  width: 100%;
	top: 0;
}
.page-heading h1 {
	font-size: 40px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 0px;}
.breadcrumb-list li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0px 5px;
}
.breadcrumb-list li:last-child a {
  color: #fff;
}
.breadcrumb-list li::before {
    content: "";
    position: absolute;
    left: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 63%;
    background: #fff;
    width: 1px;
    transform: rotate(24deg);
    right: 0;
    top: 4px;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}

/*
28.FAQ Quote Form
============================*/
.faq-quote-form {
	background: #e95615;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
}
.faq-quote-form-title span {
	color: #041331;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.faq-quote-form-title h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 72px;
}
.quote-form-field input[type="text"], 
.quote-form-field input[type="email"],
.quote-form-field textarea {
	width: 100%;
	padding: 14px 30px;
	margin-bottom:20px;
}
.quote-form-field input[type="submit"] {
	padding: 28px 90px;
	display: inline-block;
	background: #041331;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border: 2px solid #041331;
	width: 100%;
}
/*
29.FAQ Section
=========================*/
.faq-sec {
	padding-left: 40px;
}
.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	background: transparent;
}
.faq-sec .panel-heading a {
	margin-bottom: 0px;
	padding: 20px 0;
	border-bottom: 1px solid #f2dcd3;
	border-radius: 0;
	margin-bottom: 10px;
	background: transparent;
	width: 100%;
	display: inline-block;
	text-transform: capitalize;
	color: #2d2d2d;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	background: #ffffff;
	text-decoration: none;
}
.faq-sec .panel-title a::before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f0d8";
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 24px;
	height: 24px;
	background: #354159;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
}
.faq-sec .panel-group .panel-heading.active h4 a::before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f0d7";
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 24px;
	height: 24px;
	background: #e95615;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;	
}
.faq-sec.faq-page-sec {
	overflow: visible;
	padding: 0;
	background: none;
}
.faq-sec .panel-group .panel-heading {
	border-bottom: 0;
	padding: 0px 0px;
}
/*
30.Service Details Page
=========================*/
.service-details-text h2 {
	font-size: 24px;
	text-transform: capitalize;
}
.service-details-img {
	margin-bottom: 40px;
}
.service-details-text li {
	padding-bottom: 10px;
	position: relative;
	padding-left: 30px;
    width: 50%;
    float: left;
}
li.sublist {
    margin-left: 33px;
}
li.sublist::before {
	content: "\f111"!important;
}
.service-details-text li::before {
	color: #e95717;
	content: "\f046";
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
	padding-right: 16px;
}
/*
31.Sidebar
=========================*/
.widget-sub-title {
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	bottom: -6px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color:#041331
}
.widget-archive h1,
.widget-browser h1 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.widget-archive ,
.widget-browser{
	padding: 46px;
	background: #f4f4f4;
	margin-bottom: 30px;
}
.widget-archive li,
.widget-browser li{
	display:inline-block;
	padding-bottom:10px;
	width:100%
}
.widget-archive li a,
.widget-browser li a {
	color: #8a8a8a;
	text-transform: capitalize;
}
.widget-browser li a i {
	margin-right: 20px;
	color: #293146;
}
.widget-archive li a:hover{
	background:#e95615;
	color:#fff;
	padding:0px 10px;
}
/*
32.Project Details
========================*/
.product-details-area {
	padding: 0px 200px;
}
.project-details-img {
	margin-bottom: 30px;
}
.project-details-desc h2 a {
	font-size: 30px;
	text-transform: uppercase;
}
.project-details-list {
	padding: 40px 0;
}
.project-details-list-single {
	display: inline-block;
	padding-right: 80px;
}
.project-details-list-single:last-child{
	padding-right:0px;
}
.project-details-list-text {
	text-align: left;
	display: inline-block;
}
.project-details-list-text h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #041331;
	font-weight: bold;
	letter-spacing: 3px;
}
.project-details-list-text span,
.project-details-list-text span a
 {
	color: #777777;
	font-weight: 600;
}
.project-details-list-text span, .project-details-list-text span a {
	color: #e95615;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
}
.project-details-list-text span a:hover{
	color:#e95615;
}
.project-details-img .owl-controls {
	position: absolute;
	bottom: 0;
	z-index: 99;
	box-shadow: -8px 8px 24px 5px #fce5db;
	display: inline-block;
}
.project-details-img .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}
.project-details-img .owl-controls .owl-nav {
	display: inline-block;
	background: #fff;
}
.project-details-img .owl-controls .owl-prev {
	display: inline-block;
	padding: 14px 30px;
}
.project-details-img .owl-controls .owl-next {
	display: inline-block;
	padding: 14px 30px;
}
.project-details-img .owl-controls .owl-next:hover {
transition: all 0.5s ease-out 0s;background:#e95717;color:#fff;border-color:#e95717;
}
.project-details-img .owl-controls .owl-prev:hover {
transition: all 0.5s ease-out 0s;background:#e95717;color:#fff;border-color:#e95717;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}
.share-title {
	text-transform: capitalize;
	font-size: 18px;
	color: #041331;
	margin-right: 30px;
}
.share-social-link ul{
	display:inline-block;
} 
.share-social-link ul li {
	display: inline-block;
	margin-right: 10px;
}
.share-social-link ul li a {
	color: #041331;
	font-size: 18px;
}
.share-social-link ul li:first-child a{
	color:#e95615
}
.share-social-link ul li a:hover{
	color:#e95615;
}
/*
33.Contact Page
========================*/
.contact-page-title {
	margin-bottom: 0;
}
.contact-page-title span {
	color: #041331;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;	
}
.contact-page-title h1 {
	font-size: 90px;
	text-transform: uppercase;
	font-weight: bold;
}
.contact-field {
	background: #e95615;
	padding: 30px;
}
.contact-field span {
	color: #041331;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
}
.contact-field h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 37px;
} 

.contact-field input::placeholder{
    font-size: 14px;
    color: #333;
}
.contact-page-form .contact-field input[type=text],
.contact-page-form .contact-field input[type=email]
{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;color:#898989;
}
.contact-page-form .contact-field .message-input {
display: inline-block;
width: 100%;
padding-left:0px;
}
.contact-page-form .single-input-field textarea {
	border: 1px solid #ddd;
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-top: 10px;
}
.contact-page-form .single-input-fieldsbtn input[type="submit"] {
padding: 18px 76px;
    width: 100%;
    display: inline-block;
    background: #2967d4;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    border: 2px solid #2967d4;
    margin-top: 20px;
    font-size: 16px;
}
.contact-page-form  .single-input-fieldsbtn input[type="submit"]:hover{background:#fff;transition: all 0.4s ease-in-out 0s;border-color:#fff;color:#e95615}
.contact-page-form .single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-info-icon {
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
}

.contact-info-icon img {
    width: 28px;
    margin-top: 36px;
}
.contact-info-text {
    padding-left: 100px;
    margin-bottom: 20px;
    background: #fff !important;
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    padding: 24px;
}
.contact-info-text h2 {
    color: #2966d5;
    font-size: 20px;
    font-weight: 500;
    margin: 11px 0px;
}
.contact-info-text span {
    color: #333;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    line-height: 25px;
}
.contact-info-area {
	padding: 0px 70px;
	position: relative;
}
/*
.contact-info-area::after {
	position: absolute;
	content: "";
	background-image: url('../img/delivery-trak.png');
	bottom: -65px;
	right: 0;
	background-repeat: no-repeat;
	width: 247px;
	height: 139px;
	z-index: -1;
}
*/
.header-top {
	width: 100%;
    left: 0;
    right: 300px;
    top: 0px;
    position: absolute;
    z-index: 9999;
    background-color: #fff0;
}
.header-top li {
    font-size: 13px;
    color: #fff;
}

.header-top li .fa {
    color: #fff;
}

/*
34.Error Page
============================*/
.error-page .header-top {
	position: absolute;
	width: 100%;
	z-index: 999;
	background: transparent;
}
.error-page-sec {
	background-image: url('../img/error-page-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 200px;
	padding-bottom: 250px;
}
.error-page-sec::before {
	position: absolute;
	content: "";
	background: rgba(14,25,53,1);
	background: -moz-linear-gradient(45deg, rgba(14,25,53,1) 0%, rgba(192,159,150,0.87) 50%, rgba(224,207,203,0.81) 75%, rgba(251,249,249,0.6) 97%, rgba(255,255,255,0.6) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(14,25,53,1)), color-stop(50%, rgba(192,159,150,0.87)), color-stop(75%, rgba(224,207,203,0.81)), color-stop(97%, rgba(251,249,249,0.6)), color-stop(100%, rgba(255,255,255,0.6)));
	background: -webkit-linear-gradient(45deg, rgba(14,25,53,1) 0%, rgba(192,159,150,0.87) 50%, rgba(224,207,203,0.81) 75%, rgba(251,249,249,0.6) 97%, rgba(255,255,255,0.6) 100%);
	background: -o-linear-gradient(45deg, rgba(14,25,53,1) 0%, rgba(192,159,150,0.87) 50%, rgba(224,207,203,0.81) 75%, rgba(251,249,249,0.6) 97%, rgba(255,255,255,0.6) 100%);
	background: -ms-linear-gradient(45deg, rgba(14,25,53,1) 0%, rgba(192,159,150,0.87) 50%, rgba(224,207,203,0.81) 75%, rgba(251,249,249,0.6) 97%, rgba(255,255,255,0.6) 100%);
	background: linear-gradient(45deg, rgba(14,25,53,1) 0%, rgba(192,159,150,0.87) 50%, rgba(224,207,203,0.81) 75%, rgba(251,249,249,0.6) 97%, rgba(255,255,255,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1935', endColorstr='#ffffff', GradientType=1 );	
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
}
.error-page-text {
	text-align: center;
}
.error-page-text h1 {
	font-size: 250px;
	color: #fff;
	font-weight: bold;
}
.error-page-text h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
}
.error-page-text span {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
}
.search-form {
	margin-top: 30px;
}
.search-form form {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.search-form input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	padding: 20px 110px 20px 40px;
	width: 100%;
}
.search-form button {
	color: #fff;
	padding: 18px 40px;
	position: absolute;
	right: 0;
	top: 0;
	background: #041331;
	transition: all 0.4s ease 0s;
}
.search-form button:hover{
	background:#e95615;
	transition: all 0.4s ease 0s;
}
/*
Footer Section
============================*/
.footer-logo {
	text-align: center;
}
.footer-sec {
    background: #2967d4;
    position: relative;
    padding: 50px 0;
}
.footer-menu {
padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.footer-menu li {
	display: inline-block;
	padding-right: 32px;
}
.footer-menu li:last-child{
	padding-right:0px;
}
.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;	
}
.footer-menu li a:hover{
	color:#e95615
}
.footer-short-desc {
	width: 455px;
	margin: 0px auto;
	text-align: center;
	color: #fff;
}
.footer-copyright {
	text-align: center;
}
.footer-copyright span {
	color: #fff;
}
.footer-copyright span a{
	color:#e95615
}
.footer-shape {
	position: absolute;
	top: 0;
	height: 60px;
	width: 1px;
	background: #e95615;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
}
.footer-shape::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #e95615;
	bottom: -24px;
	left: -1px;
	border-radius: 100%;
}
.footer-shape::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #e95615;
	bottom: -44px;
	left: -1px;
	border-radius: 100%;
}
/* The End */

.services {
    background: #1f72b1;
}

.service-v2-single {
    background: #fff;
    padding-bottom: 10px;
    float: left;
       box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.23);

}
.services p {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 17px;
    line-height: 28px;
}
.services h2 {
    margin-right: 16px;
}
.services h2 {
    margin-bottom: 15px;
    color: #fff;
}

.services a {
    margin-top: 30px;
}

.services2 {
    background: #fff;
}

.services2 h2{
    margin-left: 0;
    width: 100%;
}

.testimonial-countup-sec {
        padding: 50px 0;
}

.ts-ihbox-style-1 .ts-cta3-content-wrapper {
    color: #333;
}



.bout-desc2 {
    padding: 0;
}

.about-desc3::after {
    display: none;
}


#slider {
width:500px;
top:100px;
position:absolute
}
#header {
width:260px;
height:520px;
position:absolute;
right:0;
border:1px solid #d8d8d8;
margin-left:40px;
padding:20px 40px;
border-radius:3px;
box-shadow:0 0 8px gray
}
#sidebar {
position:absolute;
top:180px;
left:113px;
box-shadow:0 0 8px gray
}
#sidebar1 {
position:absolute;
top:180px;
left:113px;
box-shadow:0 0 8px gray
}
h3 {
font-family:'Roboto Slab',serif
}
input[type=text] {
    width: 100%;
    font-size: 18px;
    border-radius: 2px;
}	
h4 {
font-size:15px
}
div#title {
position:absolute;
top:300px;
left:650px
}
select {
padding:6px;
width:100%;
font-size:15px;
border-radius:2px;
border:3px solid #98d0f1
}
textarea {
padding:6px;
font-size:15px;
border-radius:2px;
border:3px solid #98d0f1;
margin-top:10px;
height:80px;
width:100%
}
button {
background:#2bc1f2;
border:none;
color:#fff;
width:100%;
font-size:22px;
font-weight:bolder;
padding:8px 0;
border-radius:3px;
cursor:pointer;
margin-top:25px
}

.all_services {
    background: #f6faff;
}
.all_services .company-info-box{
    background: #fff !important;
}

.map {
    margin-top: 0;
}
.contact_box {
    width: 100%;
    float: left;
}
.contact_box {
    background: #fff;
    position: relative;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.24);
}
.full_width {
    width: 100%;
    float: left;
}
.products-hero {
    padding: 50px 0;
    background: #f4f4f4;
}
.single-project {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.product-para p {
    margin-bottom: 30px;
}
.serv-hdng h2 {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 15px;
    font-weight: 600;
    color: #041331;
}
.contact-page-form {
/*    margin-top: 65px;*/
}
.services-sec-hero {
    padding: 50px 0;
    background: url(../img/bg.jpg) 
}
.why-choose-hero {
    padding: 50px 0;
    background: #1f72b1;
    background: url(../img/bg.jpg) 
}
.why-choose-hng h2 {
    color: #fff;
}
.home-v2-logo span {
    
    text-transform: uppercase;
    margin-left: 10px;
}
.footer-widget p {
    color: #555;
    font-size: 12px;
    margin: 0;
}
.footer-navigation li a:hover {
    color: #006fbe;
}
.footer-widget h4 {
    color: #222;
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.footer-navigation li a {
    color: #171616;
    padding: 5px 0px;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
}
.footer-contact-info p span {
    color: #006fbe;
    font-weight: 700;
    margin: 5px 3px;
    font-size: 16px;
}
.footer-social-icons ul li a {
    color: #777;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    float: left;
    height: 30px;
}
.footer-social-icons {
    margin-top: 10px;
}
.footer-area {
    padding: 50px 0;
    background: #f1f1f1;
}
.popular-product {
    border-radius: 2px;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    background: #fff;
    padding: 10px 20px;
    height: 100px;
    margin-bottom: 10px;
}
.popular-product p {
    margin: 0;
    color: #013967eb;
    line-height: 16px;
    font-weight: bold;
}




.main-menu ul li:hover ul.sub-inner-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.16); 
    padding-top: 0;
}

.main-menu ul li ul.sub-inner-menu li a {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.main-menu ul li ul.sub-inner-menu li a:hover {
    color: #fff;
}
.main-menu ul li ul.sub-inner-menu li {
    float: left;
    margin: 0;
}
.main-menu ul li ul.sub-inner-menu {
    padding: 0 0;
}
.footer-btn {
    margin-top: 0;
}
.footer-form textarea {
    font-size: 16px;
    background: #f9f9f9f0;
    padding: 5px 11px;
    margin-bottom: 2px;
    border: 1px solid #d2d2d2;
    height: 210px;
}
.footer-form input {
    font-size: 15px;
    background: #f9f9f9f0;
    padding: 7px 11px;
    border: 2px solid #d2d2d2;
}
.footer-btn {
    padding: 10px;
    font-weight: normal;
    background: #FF5900;
    color: #fff;
    font-size: 18px;
}
.contct-footer img {
    margin-bottom: 10px;
}
.service-details-text p{
    font-weight: 600;
}




/*enquiryform css*/

.enquiryform{
    width: 100%;
    float: left;
}
.enquiry-hero {
    padding-top: 10px;
}
.enuiry-form input {
    background: #fff;
}






.about-page-bg1 {
    background-image:  url(../img/service1bg1.jpg)!important;
}
.about-page-bg2{
    background-image:  url(../img/enquirybg.jpg)!important;
}
.popular-product h6 {
    font-size: 13px;
    font-weight: 700;
    color: #ff5900;
    margin-top: 6px;
}



.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.form-control{width:20%}
.navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar-nav:last-child{ border-right:0}

.header-left {
    padding: 18px 0;
    display: inline-block;
}

.sb_wrapper{
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    width: 97%;
    margin-top: 10px;
}

.sb_wrapper input.sb_input {
    width: 100% !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.34) !important;
    border: 0;
    font-family: 'Conv_GothamMedium';
    height: auto;
    padding: 14px 33px;
    height: 48px;
    border-radius: 4px;

}

.sb_wrapper input.sb_input::placeholder{
    font-size: 14px;
    color: #555;
}
.sb_wrapper input[type="text"],
ul.sb_dropdown{
	background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.34) !important;
	outline:none;
	padding:6px 5px 6px 20px;
	width:295px;
	float:left;
}
ul.sb_dropdown{

    border-radius: 3px !important;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15) !important;
	float:left;
	list-style:none;
	width:100%;
	padding:6px 5px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
        margin-top: 4px;
}

span.sb_up{
	background-image:url("../img/up.png");
}
span.sb_down{
	background-image:url(../img/down.png);
}
input.sb_search{
	background:#f2f2f2 url(../img/search.png) no-repeat center center;
	height:43px;
	width:50px;
	float:left;
	border:none;
	margin:3px 0px;
	border:1px solid #fff;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	-box-shadow:1px 1px 3px #555;
	outline:none;
	cursor:pointer;
}
input.sb_search:hover{
	background-color:#fff;
}


.sb_wrapper button {
   /* position: absolute;*/
    right: 9px;
    top: 11px;
    border: 0;
    background: none;
    font-size: 16px;
}

.padding_left_0 {
    padding-left: 0;
}


.popular-test-list {
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: normal;
    margin: 0;
    color: #0da9ef !important;
    list-style: none;
    padding: 10px 12px 0 0;
}

.popular-test-list>li {
    margin: 0 0 15px;
    padding: 0 5px;
    /*border-left: 1px solid #f5f5f5;*/
}

.popular-test-list>li>a {
    text-decoration: none;
    overflow: hidden;
    display: block;
     color: #193154;
}

.popular-test-list>li>a span{
    float: left;
    display: block;

}
.sb_dropdown h4{
    font-size: 14px;
    margin-top: 0;
    color: #333;
    margin-bottom: 0;
    margin-left: 8px;
    padding-bottom: 4px;
}

.sb_dropdown h5{
    font-size: 11px;
    margin-top: 0;
    color: #333;
    margin-bottom: 0;
    margin-left: 8px;
    padding-bottom: 8px;
}

.popular-test-list>li>a p{
    margin-top: 3px;
    margin-bottom: 0;
    display: block;
    float: left;
}

.money_search {
    margin-top: 10px;
}
.money_search span{
    color: #333;
    font-size: 13px;
    color: #08a253;
    font-family: 'Conv_GothamMedium';
    margin-left: 5px;
}
.money_search del{
    color: #999;
    font-size: 13px;
    margin-left: 0;
    font-family: 'GothamBook' !important;
}




.top_marquee {
    padding: 10px 60px;
    background: #ff5900;
    color: #0c63a6;
    font-size: 16px;
    font-weight: 600;
}

.main-menu ul li a:hover {
    color: #fff;
}



















.box{
  
  width: 300px;
  height: 50px;
}

.container-2{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-2 input#search{
  width: 50px;
  height: 50px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
 background: #ffffff;
   padding-left: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 10px;
  z-index: 1;
  color: #4f5b66;
}

.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 300px;
}
 
.container-2:hover input#search{
width: 300px;
}
 
.container-2:hover .icon{
  color: #93a2ad;
}
.box {
    position: absolute;
    top: -26px;
}

.box {
    width: 250px;
    height: 50px;
    left: 0;
}

.container-2{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-2 input#search {
    width: 43px;
    height: 43px;
    background: #2b303b;
    border: none;
    font-size: 18px;
    float: left;
    background: #ffffff;
    padding-left: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #2f2f2b;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}
.container-2 .icon {
    position: absolute;
    top: 50%;
    /* margin-left: 17px; */
    /* margin: 17px auto; */
    z-index: 1;
    color: #4f5b66;
    right: 12px;
    left: 0;
}
.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 300px;
}
.container-2:hover input#search{
width: 300px;
}
.container-2:hover .icon{
  color: #93a2ad;
}
.box {
    position: initial;
    top: -26px;
    right: 0;
    padding-left: 0;
}
i.fa.fa-search.gmm {
    font-size: 20px;
}
.topp {
    margin-top: -45px;
}
span.org {
    color: #ff5900;
}
.home-v2-logo {
    margin-top: 0;
    background: #fff;
    width: 100%;
    padding: 12px 0;
    max-width: 100%;
    margin-top: 0px;
}



.footer-contact-info.contct-footer img {
    border: 1px solid #e0e0e0;
}



marquee {
    color: #fff;
    font-size: 16px;
}
.single-project-desc.assert {
    height: 287px;
}
.single-project-desc.assert p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.single-project-desc.assert1 p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.single-project-desc p {
    font-size: 16px;
    line-height: 27px;
    text-align: left;
}
.single-input-field.footer-form.enuiry-form {
    margin-bottom: 20px;
}
.single-input-field.footer-form {
    margin-bottom: 8px;
}
.sec-title h6 {
    font-size: 16px;
    font-weight: 500;
    color: #888;
}

.mapping {
    padding: 0;
}
.contact-page-sec.pt-45.pb-45 {
    padding: 0;
}
/*.menu-nav-sec {
    margin-top: 48px;
}*/
.menu-nav-sec {
    position: relative;
/*
    border-bottom: 1px solid #ddd;
*/
}
.menu-nav-sec {
    position: relative;
    /* border-bottom: 1px solid #ddd; */
    background: #2222229c;
		float: left;
	width: 100%;
}
.footer-contact-info.contct-footer.adorb p {
    font-size: 13px;
    margin-bottom: 10px;
}
.hidden-sm.col-xs-12.adorb2 a {
    font-size: 15px;
    text-decoration: none;
}
.adorb1 a {
    font-size: 15px;
    text-decoration: none !important;
}
.footer-contact-info.contct-footer.adorb img {
    padding: 10px;
    background: #fff;
}

.container-2:hover input#search {
    width: 254px !important;
}
.container-2 input#search {
    width: 43px;
    height: 43px;
    background: #2b303b;
    border: none;
    font-size: 16px;
    float: left;
    background: #ffffff;
    padding-left: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    color: #2f2f2b;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.about-desc p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.header_mains {
    float: left;
    width: 100%;
}

.full_width.top_marquee {
    position: sticky !important;
}
.sticky_menu .header_mains {
    background: #453f3e;
}
.home-v2-sticky-logo img {
    background: #fff;
    height: 73px;
    padding: 8px;
    margin-bottom: 0px !important;
}
ul.navbar-right li a {
    color: #fff !important;
}
ul.sub-inner-menu li a {
    color: #222 !important;
}
ul.sub-inner-menu li a:hover {
    color: #fff !important;
}


.groups input[type="text"]{
    width: 100%;
    float: left;
}

button.btn.btn-secondary {
  border: 0px !important;
    padding: 7px 10px;
    background: none;
    position: absolute;
    right: 0;
    z-index: 999;
    width: auto;
}
.groups input::placeholder{
    font-size: 15px;
}
.groups {
    top: 10px;
}
.appen button {
    border-radius: 0px !important;
}











.asmarnce {
    background: #fc5900 !important;
    width: auto;
    position: fixed;
    /*right: -380px;*/
    padding: 20px;
    right: 10px;
    top: 56px;
}
.asmarnce p {
    font-size: 15px;
    font-weight: 900;
    line-height: 30px;
    margin: 0px;
}
.contact-page-title {
    padding: 40px 0px;
}
.product-para {
    margin: 0px 14px;
}
.helloe {
    text-align: center;
    background: #0b5eaa;
    padding: 1px;
    color: #fff;
    /* position: absolute; */
    /* top: 10px; */
}
.helloe p {
    padding-top: 5px;
}