/* 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: 15px;
color: #8a8a8a;
font-family: 'Poppins', sans-serif;
vertical-align: baseline;
line-height: 26px;
font-weight:400;
overflow-x: hidden;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 34px;
font-weight: 600;
font-family: 'Oswald', sans-serif;
color: #1b4e9b;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#1b4e9b
}
a:active,
a:hover {
  outline: 0 none;
  color: #1b4e9b;text-decoration:none!important;
}
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-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 {
	background: #ff0000 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 60px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 20px;
	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: #1b4e9b;
	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: #e95716;
	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: #1b4e9b;
	border-radius: 0;
	box-shadow: 0;
	border: 0;
	margin-top: 1px;
	left: 0;
	position: absolute;
	z-index: 999;
	border-bottom: 2px solid #f07a24;
	padding: 0px;
}
.language.dropdown-menu li a {
	font-weight: 400;
}
.language.dropdown-menu::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: #1b4e9b;
	left: 20px;
	transform: rotate(48deg);
	top: -9px;
}
.translate-language a span {
	margin-left: 10px;
	color: #000000;
	font-size: 20px;
}
.header-left {
	padding: 10px 0;
	display: inline-block;
}
.header-left ul {
	display: inline-block;
}
.header-left li {
	padding-right: 15px;
	position: relative;
	display: inline-block;
	color: #011e40;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight:400;		
}
.header-left li span {
	font-weight: bold;
	color: #2c2c2c;
}
.header-left li:last-child{padding-right:0; padding-left: 30px;padding-right: 0;padding-left: 60px;}
/*.icon-box {
	margin-right: 16px;
	position: relative;
	z-index:2
}
.icon-box::before {
	position: absolute;
	content: "";
	background: #f07a24;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	left: 2px;
	top: -2px;
	z-index: -1;
}*/
.header-left li i {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
}
.soical-profile {
	padding-top: 12px;
	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: #fff;
}
.soical-profile li a i:hover {
	color: #f07a24;
}
/*
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:#f07a24;
	margin-bottom:0px;
}
/*
5.Menu  Section
=================*/
.hd-sec {
	position: absolute;
	z-index: 999;
	width: 100%;
}
.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: inline-block;
position:relative
}
.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.main-menu ul li.active > a{
	position:relative;
	z-index:2
}
.main-menu ul li.active > a::before {
	/*position: absolute;
	content: "";
	height: 5px;
	background: #e95716;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	z-index: -1;*/
}
.main-menu ul li a {
    display: block;
    font-size: 14px;
    padding: 30px 0px 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    position: relative;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.main-menu ul li a i {
	font-size: 24px;
	color: #f07a24;
}
.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:red;
}
.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;
	border-top: 2px solid #f07a24;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	padding: 0px 0;
}
ul.dropdown-class li{  padding: 0px 0px;  }
.main-menu ul ul li {
float : none;
width : 300px;
}
.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: 108%;
    padding: 8px 20px;
    color: #000;
    border-top: 1px solid #f2f2f2;
    font-size: 12px;
}
.main-menu ul ul li:last-child a{
	border-bottom: 1px solid #f2f2f2;
}
.main-menu ul ul li a:hover {
color:#fff;background:red;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:1;
border-top:0px;
border-top:2px solid #f07a24;
}
.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 #f07a24;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #f07a24;
  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:#fff
}
.menu-nav-sec.sticky_menu .menu-area{
	background:inherit;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li a{
	color:#000;
}
.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:red;
}
.menu-nav-sec.sticky_menu .menu-area .site-search i {
	color: #1b4e9b;
}
.mobile-logo {
	display: none;
}
/*
6.Slider Section
======================*/
.slider {
  position: relative;
}
.all-slide .owl-item {
  height:850px;
}
.all-slide .single-slide {
background-position: center center;
background-size: cover;
height: 100%;
background-repeat: no-repeat;
}
.slider-overlay {
	/*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: -ms-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, 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%);
	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-size: 65px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-weight: bold;
	margin-bottom:0px;
	text-transform: uppercase;
}
.slider-wraper h4 {
	color: #f07a24;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 35px;
}
.slider-text h1 span{color:#f07a24}
.slider-text p {
  color: #fff;
}
.slider-text li {
	display: inline-block;
	margin-right: 70px;
}
.slider-text li a {
	padding: 30px 90px;
	display: inline-block;
	background: #1b4e9b;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border:1px solid #ffffff;
}
.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:#f07a24;border-color:#f07a24
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;color:#f07a24;border-color:#f07a24
}
.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: #fff;
	height: 17px;
	margin: 5px;
	width: 17px;
	display: inline-block;
}
.all-slide.owl-carousel.owl-theme .owl-dot.active {
background: #e95716;
}
/*
7.Section Title
============================*/
.sec-title {
	position: relative;
	margin-bottom: 35px;
}
.sec-title .sub-title {
	font-size: 36px;
	color: #1b4e9b;
	text-transform: capitalize;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	bottom: -4px;
}
.sec-title h1 {
	font-size: 80px;
	font-weight: bold;
	color: #1b4e9b;
	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;
}
.title-text p {
	margin-top: 30px;
}
/*
8.About Section Start
============================*/
.about-us-sec{
	position:relative;
}
.about-us-sec::before {
	position: absolute;
	content: "About us ";
	top: 110px;
	left: -10px;
	font-size: 160px;
	color: #f9f9f9;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform:uppercase;		
}

.project-page-sec::before {
    /*position: absolute;*/
    content: "Our Products";
    top: 110px;
    left: -10px;
    font-size: 160px;
    color: #f9f9f9;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.project-details-page::before {
    /*position: absolute;*/
    content: "Our Products";
    top: 110px;
    left: -10px;
    font-size: 160px;
    color: #f9f9f9;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.project-gallery-page::before {
    /*position: absolute;*/
    content: "Industries We Serve";
    top: 110px;
    left: -10px;
    font-size: 160px;
    color: #f9f9f9;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;

 }
 .contact-page-sec.certificate-page-sec::before {
    /*position: absolute;*/
    content: "Certificate";
    top: 110px;
    left: -10px;
    font-size: 160px;
    color: #f9f9f9;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;

 }
 .contact-page-sec::before {
    /*position: absolute;*/
    content: "Contact us";
    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%, #1b4e9b 100%);
    top: 25px;
    height: 100%;
    width: 100%;
    left: 25px;
    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;*/
	border: 8px solid #ff0000;
	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 120px;
	padding-top: 8px;
}
.about-desc .sec-title {
	margin-bottom: 40px;
}
.readmore-btn {
	padding: 28px 90px;
	display: inline-block;
	background: #1b4e9b;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border: 2px solid #1b4e9b;
}
.readmore-btn:hover{
	border-color: #e95716;
	color:#fff;
}
.readmore-btn::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 1px;
	background: #e95716;
	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: #e95716;
}
.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:#e95716
}
.service-tab-list li.active a{
	color:#e95716;
}
.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%);*/
	/*    background: linear-gradient(270deg, rgb(51, 51, 105), rgba(191,158,148,0.30) 35.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:#f07a24
}
.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: 70px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 100px;
    right: -148px;
    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;    color: #1b4e9b;
}
.company-info-box span {
	color: #e95716;
	font-size: 20px;
	text-transform: capitalize;
	font-family: 'Oswald', sans-serif;
	font-weight:300
}
.company-info-box h2 a{
	    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.company-info-box h2 a:hover{
    color: white;
}
/*
11.Project Gallery Section Start
=================================*/
.project-gallery-sec {
    position: relative;
}
.our-division-sec{  background: #f2f2f2; }
.project-gallery-sec::before {
	position: absolute;
	content: "We Serve";
	top:100px;
	font-size: 160px;
	color: #f9f9f9;
	right: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform:uppercase;		
}
.project-gallery-sec.our-division-sec::before {
	position: absolute;
	content: "Our Division";
	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 h1 {
	margin-bottom: -20px;
}
.single-gallery-text h2 a {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-transform:uppercase;
}
.single-gallery-text span{
	color:#f07a24;
	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: #f07a24;
	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: #f07a24;
	width: 28px;
	height: 1px;
	top: 59%;
	left: 6px;
	transform: translateY(-50%);
}
.testimonial-comment-box {
	width: 70px;
	height: 70px;
	background: #f07a24;
	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: #f07a24;
	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: 60px 0;
}
.all-patner.owl-carousel.owl-theme .owl-item {
padding: 0 15px;
}
.single-patner {
    height: 80px;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
.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:#f07a24;
}
.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 #1b4e9b;
	color: #1b4e9b;
}
.single-blog p a {
	border-bottom: 1px solid #ababab;
	color: #8a8a8a;
}
.single-blog:hover a.readmore-btn{
	background:#1b4e9b;
	color:#fff;
}
.blog-page .single-blog {
	margin-bottom: 50px;
}
.blog-img .vedio-button{
	width:70px;
	height:70px;
}
.blog-img .vedio-button a {
	background:#f07a24;
	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: #f07a24;
}
.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: #1b4e9b;
	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: #1b4e9b;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border: 2px solid #1b4e9b;
	margin-top: 20px;
	transition: all 0.4s ease 0s;
}
#commentform input#submit:hover{
	background:#f07a24;
	border-color:#f07a24;
	transition: all 0.4s ease 0s;
}
#commentform p {
	margin-bottom: 30px;
}
#commentform input:focus,
#commentform textarea:focus
{
    outline: none !important;
    border-color:#f07a24;
	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: #1b4e9b;
	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 #f07a24;
	width: 50px;
	bottom: 0;
	left: 0;
}
.blog-widget-title::after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #f07a24;
	width: 50px;
	bottom: -2px;
	left: 0;
}
/*Search Widget*/
.search-field {
	margin-bottom: 40px;
	background: #1b4e9b;
	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: #f07a24;
	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:#f07a24;}
.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: #1b4e9b;
	font-weight: 400;
	font-size: 16px;
}
.recent-post-desc  a:hover{ transition: all 0.4s ease-in-out 0s;color:#f07a24}
/*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:#f07a24!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:#f07a24;border-color:#f07a24;color:#fff!important;}
.widget-tag li:first-child a{
background:#f07a24;border-color:#f07a24;color:#fff!important;
}

/*
18.Market Sector Section
============================*/
.market-sector-sec {
	position: relative;
}
.market-sector-sec::before {
	position: absolute;
	content: "Services & Solutions";
	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:#f07a24;
	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:#f07a24;
	color:#fff;
}
.market-sector-page-sec .why-us-service-box .company-info-box:hover.company-info-box span{
	color:#fff;
}
/*
19.Home V2 Section
============================*/
.home-v2 .hd-sec{
	background-color: #fff;
}
.home-v2 .all-slide.owl-theme .owl-controls .owl-dots {
	text-align: center;
	padding-left: 0px;
	width: 100%;
}
.home-v2 .all-patner {
	/*background: #1b4e9b;
	padding: 20px 0;*/
}
.home-v2-logo {
	margin-top: 3px;
}
.home-v2-sticky-logo {
	display: none;
}
.menu-nav-sec.sticky_menu .home-v2-logo{
display: none;	
}
.menu-nav-sec.sticky_menu .home-v2-sticky-logo{
	display:block;
}
/*
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: #1b4e9b;
}
.home-v3-newsletter {
	background: #1b4e9b;
	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:#f07a24;
	border:2px solid #f07a24
}
.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: #1b4e9b;
	padding: 20px 0;
	margin-top:-1px;
}
.call-to-action-text h1 {
	font-size: 25px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 30px;
}
.call-to-action-text h1 span{
	color:#e95716
}
.call-to-action-btn a.readmore-btn {
	background: #fff;
	color: #1b4e9b;
}
/*
22.Service V2 Section
============================*/
.service-v2-sec{
	position:relative;
}
.service-v2-sec::before {
	position: absolute;
	content: "Products";
	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: 24px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
.service-v2-single h2 a span {
	width: 100%;
	display: inline-block;
}
.service-v2-single .media-left{
	width:80%;
}
.service-v2-border {
	width: 135px;
	height: 1px;
	background: #ff0000;
	margin-bottom: 36px;
	position:relative;
	transition: all 0.4s ease 0s;
	
}
.service-v2-border::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 5px;
	height: 100%;
	right: 10px;
	top: 0;
}
.service-v2-img {
	position: relative;
	margin-bottom: 30px;
	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:#e95716;
}
.service-v2-single:hover .service-v2-border{
	width:100%;
	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: #e95716;
	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: "About us";
	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;*/
	padding-right: 0;
}
.about-skill-sec {
	background: #1b4e9b;
	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: #e95716 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: #e95716;
	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: #e95716;
	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: 30px 15px 0;
    border: 1px solid #1b4e9b;
    transition: all 0.4s ease 0s;
    margin-bottom: 35px;
    text-align: center;
}
.why-us-service-box .company-info-box p{
	margin-bottom:10px;
}
.why-us-service-box .company-info-box:hover{
	border-color:#e95716;
	transition: all 0.4s ease 0s;
    background:#722f37;
}
.why-us-service-box .company-info-box:hover a{
	color:white;
}
/*
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:0px;
}
.single-project-desc h2 a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.single-project-desc span {
	font-size: 18px;
	color: #f07a24;
	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:#1b4e9b;
	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:#1b4e9b;
}
.single-project-inner:first-child .project-desc-overlay{
	visibility:visible;
	opacity:1;
}*/
.single-project-inner .single-project-desc{
	border-bottom-color:#1b4e9b;
}
.single-project-inner .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: 190px;
	position: relative;
	background-size: cover;*/
	/*background-position: center center;*/
    background-repeat: no-repeat;
    padding-bottom: 105px;
    padding-top: 262px;
    position: relative;
    background-size: cover;
}
.testimonial-bg{
	background-image: url("../img/tstm-page-banner.html");
}
.faq-bg{
	background-image: url("../img/faq-banner.html");
}
.market-sector-bg{
	background-image: url("../img/market-sector-banner.html");
}
.service-details-bg{
	background-image: url("../img/service-details-banner.jpg");
}
.project-bg{
	background-image: url("../img/breadcrumb/product-2.jpg");
}
.project-details-bg3{
	background-image: url("../images/back1.jpg"); 
    background-size: 100% 100%;
    
}
.project-details-bg{
	background-image: url("../images/ldpee.jpg"); 
    background-size: 100% 100%;
    
}
.project-details-bg1{
	background-image: url("../images/jute.jpg"); 
    background-size: 100% 100%;
    
}
.blog-bg{
	background-image: url("../img/blog-banner.html");
}
.product-default-bg{
	background-image: url("../images/background1.jpg");
}
.about-page-bg{
	background-image: url("../images/backone.jpg");
}
.blog-list-bg{
	background-image: url("../img/blog-list-bannar.html");
}
.contact-page-bg{
	background-image: url("../img/breadcrumb/inquiry-2.jpg");
}
.contact-page-bg-1{
	background-image: url("../images/contact1.jpg");
}
.employee-bg{
	background-image: url("../img/team-banner.html");
}
.blog-details-bg{
	background-image: url("../img/blog-details-banner.html");
}
.home-v2.about-page .all-patner {
	background: inherit;
}
.banner-overlay {
	background: rgb(0, 0, 0, 0.3);
    /*background: rgb(40, 36, 97);
    background: -moz-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: -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, rgb(40, 36, 97) 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, rgb(40, 36, 97) 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: 70px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.breadcrumb-list {
	text-align: center;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-list li a {
	text-transform: uppercase;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size:32px;
}
.breadcrumb-list li:last-child a {
  color: #1b4e9b;
}
.breadcrumb-list li::before {
	content: "";
	position: absolute;
	right: -8px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	height: 100%;
	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: #f07a24;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 60px;
}
.faq-quote-form-title span {
	color: #1b4e9b;
	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: #1b4e9b;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border: 2px solid #1b4e9b;
	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: #f07a24;
	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: 20px;
	position: relative;
	padding-left: 30px;
}
.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:#1b4e9b
}
.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:#f07a24;
	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;
	color: #000;text-decoration: none;
}
.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: #1b4e9b;
	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: #f07a24;
	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:#f07a24;
}
.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: #ff0000;
    color: #fff;
    border-color: #ff0000;
}
.project-details-img .owl-controls .owl-prev:hover {
transition: all 0.5s ease-out 0s;background:#ff0000;color:#fff;border-color:#ff0000;
}
.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: #1b4e9b;
	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: #1b4e9b;
	font-size: 18px;
}
.share-social-link ul li:first-child a{
	color:#f07a24
}
.share-social-link ul li a:hover{
	color:#f07a24;
}
/*
33.Contact Page
========================*/
.contact-page-title {
	margin-bottom: 30px;
    margin-top: 60px;
}
.contact-page-title span {
	color: #1b4e9b;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;	
}
.contact-page-title h1 {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.contact-field {
	/*background: #f07a24;*/
	padding: 10px;
}
.contact-field form { padding: 15px; }
/*.contact-field span {
	color: #000;
	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: 72px;
} 
.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: 5px;
  padding: 10px;
  width: 100%;color:#898989;
}
.contact-page-title span { color: #000; }
.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: 28px 90px;
	display: inline-block;
	background: #1b4e9b;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border: 2px solid #1b4e9b;
	margin-top:20px;
}
.contact-page-form  .single-input-fieldsbtn input[type="submit"]:hover{    background: transparent;
    transition: all 0.4s ease-in-out 0s;
    border-color: #fff;
    color: #f07a24;
    border: 2px solid #f07a24;}
.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: 75px;
	margin-right: 10px;
}
.contact-info-text {
	padding-left: 100px;
	margin-bottom: 40px;
}
.contact-info-text h2 {
	color: #1b4e9b;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 14px;
}
.contact-info-text span {
	color: #f07a24;
	font-size: 18px;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact-info-area {
	padding: 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;
}
/*
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.html');
	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: #1b4e9b;
	transition: all 0.4s ease 0s;
}
.search-form button:hover{
	background:#f07a24;
	transition: all 0.4s ease 0s;
}
/*
Footer Section
============================*/
.footer-logo {
	text-align: center;
}
.footer-sec {
    background: #1b4e9b;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
}
.footer-menu {
padding-bottom: 20px;
    padding-top: 45px;
    text-align: center;
}
.footer-menu li {
	display: inline-block;
	padding-right: 70px;
}
.footer-menu li:last-child{
	padding-right:0px;
}
.footer-menu li a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.9px;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;	
}
.footer-menu li a:hover{
	color:#f07a24
}
.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:#f07a24
}
.footer-shape {
	position: absolute;
	top: 0;
	height: 60px;
	width: 1px;
	background: #f07a24;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
}
.footer-shape::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #f07a24;
	bottom: -24px;
	left: -1px;
	border-radius: 100%;
}
.footer-shape::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #f07a24;
	bottom: -44px;
	left: -1px;
	border-radius: 100%;
}
/* The End */

/*----------------------------------------------------*/
.header-left a { color: #fff;text-decoration: none; }
.menu-nav-sec { padding: 15px 0; }
.main-menu ul li:last-child{ padding-right: 0; }
/*---------------------footer-css----------------------*/

.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ;text-align: left; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;color: #fff;}
.footer_ul_amrc li a{ color:#fff;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
    list-style-type:none;
    padding:0px;
    display:table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
.footer-menu-cstm h5{ font-size: 30px; color:#fff!important; text-align: left; font-weight: 400;
    font-family: 'Oswald', sans-serif;    margin-bottom: 24px;}
    .footer-menu-cstm p{ margin: 0;text-align: left; }
.Address-footer li > .image-cstm {max-width: 256px;max-height: 256px;background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ3Ni41MTggNDc2LjUxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc2LjUxOCA0NzYuNTE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI3Ni42MTksMzguMTE1Yy0yLjA0Ni0zLjE1OC0yLjcwMy01LjI5Mi0yLjcwMy01LjI5MmwwLjk3NS0wLjg5N2MwLDAsMS44OTYsMC43ODgsNS4yMSwyLjE0NiAgIGMxLjU2NCwwLjYyNCwzLjQ3OSwxLjM5LDUuNjc0LDIuMjU0YzIuMTYyLDAuNzgzLDQuNTE1LDEuNjk2LDcuMDM3LDIuMzA4YzEuMjQyLDAuMzg1LDIuNTA3LDAuNzY4LDMuODE0LDAuOTE1ICAgYzAuNjU4LDAuMDg3LDEuMjg1LDAuMjY4LDEuOTM3LDAuMzg4YzAuNjQ2LDAuMDQ0LDEuMjk0LDAuMDY1LDEuOTM4LDAuMTQ3YzIuNjA1LDAuMzUsNSwwLjA2Nyw3LjYyNi0wLjA3ICAgYzEuMjE4LTAuNDQ4LDIuNTcyLTAuNTc0LDMuODk3LTEuMTQ0YzEuMjE0LTAuNzE3LDIuODAxLTEuMTMzLDMuOTI4LTIuMDUyYzAuNTk3LTAuNDEsMS4yMTctMC44MzcsMS44ODItMS4yNTkgICBjMC42OS0wLjM4OCwxLjQyNC0wLjY5NSwyLjE1Ny0xLjQ4OGw0LjY0LTMuODk2YzAuMDQ0LTAuMDYtMC4yNzEsMC4zOTktMC4xMiwwLjE4NWwwLjAzMi0wLjAzM2wwLjA3OS0wLjA3bDAuMTUzLTAuMTMxICAgbDAuMzA1LTAuMjczbDAuNjEyLTAuNTQ3bDEuMjE3LTEuMDY3bDIuMjk3LTIuMTc4YzEuNDQ0LTEuNDg4LDMuMjYxLTIuNjQ4LDQuNzE3LTQuMDgyYzEuNDM0LTEuNDg0LDMuMzYxLTIuMzkyLDQuODk0LTMuODMxICAgYzEuNjQtMS4yOTIsMy41NTctMi4yNiw1LjQwNi0zLjUxM2MzLjg4NS0xLjgyOCw4LjQyNS0zLjE4NSwxMi40OS0yLjYxNWMxLjAxOSwwLjEwOSwyLjAwOSwwLjI2OCwyLjk4MywwLjQ0OCAgIGMwLjk0MiwwLjI2MiwxLjgyNywwLjU4NiwyLjcwMywwLjkxNGMxLjc5NCwwLjU5MiwzLjMzOSwxLjQzOSw0Ljc5NSwyLjI3NmMyLjkwOSwxLjY4MSw1LjIyMSwzLjYyOCw3LjA2OSw1LjUxMSAgIGMxLjgzNywxLjg4OCwzLjIxOCwzLjcyNyw0LjIxMiw1LjMzYzEuMDQyLDEuNTY5LDEuNjQ0LDIuOTU1LDIuMDY4LDMuOTAyYzAuMzUxLDAuOTc0LDAuNTM2LDEuNDk5LDAuNTM2LDEuNDk5bC0wLjk3NCwwLjkwOCAgIGMwLDAtMi4wODktMC43MDYtNS4yOTctMi4wNDdjLTEuNTYzLTAuNjIzLTMuNDU5LTEuNDA1LTUuNjM1LTIuMjgxYy0yLjEwMS0wLjg2NS00LjQxMi0xLjgxNy02Ljg1My0yLjY0MyAgIGMtMS4yMTUtMC40NDktMi40NzItMC45MTQtMy43NDItMS4yMjFjLTAuNjQ1LTAuMTU4LTEuMjc5LTAuNDExLTEuOTI3LTAuNTk2Yy0wLjY0Ni0wLjEzMS0xLjI5LTAuMjk2LTEuOTM4LTAuNTA5ICAgYy0yLjYyMS0wLjg1NC01LjMyOS0xLjY5Ni04LjY4Mi0yLjA0NmMtMS41NCwwLjIwMy0zLjM3OSwwLjEzNy00Ljk4MSwwLjgwNWMtMS41NDEsMC43ODItMy4zMTEsMS4zODQtNC41NDgsMi43NzQgICBjLTEuMjQ3LDEuMzQtMi42NywyLjUxMi0zLjU0NCw0LjIxOWwtMS4yNzEsMi41NDRsLTAuNTg0LDEuMjgxbC0wLjI4NCwwLjYzNWwtMC4xNCwwLjMyOGwtMC4wNywwLjE0N2wtMC4wMzMsMC4wNzdsLTAuMDIyLDAuMDQ5ICAgYzAuMTI2LTAuMTg2LTAuMTk2LDAuMjk2LTAuMTc0LDAuMjY4bC0yLjUwMSw1LjUxNmMtMC44MjEsMS43NzktMi43MDQsMy43ODctNC4yNDEsNS41NTRjLTEuNTYsMS45MjYtMy42NDksMy4wMzItNS41MDksNC41NDIgICBjLTEuOTQ3LDEuMzY4LTQuMzI0LDIuMTU2LTYuNSwzLjE0NmMtNC42MzEsMS4zMjMtOS40NjksMS41Ni0xMy41NCwwLjQ3MWMtMi4wNzktMC40NTktMy45OTItMS4wNjItNS42NzgtMS45MzcgICBjLTEuNzY1LTAuNzQ1LTMuMjg2LTEuNjc0LTQuNzItMi41NzJjLTIuODUtMS44ODctNS4xMDktMy44ODUtNi44OTQtNS44NDRDMjc4Ljk3Myw0MS41NzMsMjc3LjYyMiwzOS43MDIsMjc2LjYxOSwzOC4xMTV6ICAgIE00NzYuNTE4LDM1MS4wM3YxMTMuNkgwdi0xMTMuNmgzMi40NTlWMjIzLjQybDkxLjQ3LTY0LjE3N3Y2NC4xNzdsOTEuNDU2LTY0LjE3N3Y2NC4xNzdsOTEuNDc1LTY0LjE3N3YxMjYuMTQzaDMxLjU2ICAgbDE3LjE0LTIyMy4xMzloNTIuMzEzbDE1LjAwMiwyMjMuMTM5aDM1LjE5NnY2NS42NTNoMTguNDQ2VjM1MS4wM3ogTTE0OS4zNzUsMzAxLjk3NUg3Ny40NjF2NjYuMzg3aDcxLjkxNFYzMDEuOTc1eiAgICBNMjczLjI5MywzMDEuOTc1aC03MS45MTZ2NjYuMzg3aDcxLjkxNlYzMDEuOTc1eiBNMzk4Ljc2OCwzMDEuOTc1aC03MS45MTR2NjYuMzg3aDcxLjkxNFYzMDEuOTc1eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)}}
.contact-list.cst_fa_adr {
    margin-bottom: 10px;
}


ul.Address-footer {
list-style-type: none;

}

li.email a { text-transform: lowercase;
letter-spacing: 0.9px;
    font-family: 'Poppins', sans-serif;

 }

 ul.inquiry-page li, ul.inquiry-page li a{ color: #000!important; font-size: 14px!important;}
ul.inquiry-page li:before { color: #000!important; }
ul.Address-footer li {    

    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    padding-right: 0;
    /* padding-top: 13px; */
    float: left;
        font-weight: 400;
   letter-spacing: 0.9px;
    font-family: 'Poppins', sans-serif;
}
ul.Address-footer li:last-child {      
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 15px;
    color: #fff;
    padding-right: 0;
    /* padding-top: 13px; */
    letter-spacing: 0.9px;
    font-family: 'Poppins', sans-serif;
}
ul.Address-footer li:nth-child(2) {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
    color: #fff;    
    padding-right: 0;
    font-weight: 400;
    letter-spacing: 0.9px;
    font-family: 'Poppins', sans-serif;
}

ul.Address-footer li.add1:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f015";
  color: #ff0000;
}
/*ul.Address-footer li.add2:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f015";
  color: #ff0000;
}*/

ul.Address-footer li.mobile:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f095";
  color: #ff0000;
}

ul.Address-footer li.email:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f0e0";
  color: #ff0000;
}

li.add2 img{
    position: absolute;
    left: 0;
    top: 6px;
}
.footer_ul_amrc hr{ color:#707070; }

hr.cstm-hr
{

    margin-top: 12px!important;
    margin-bottom: 12px!important;
    border: 0;
    border-top: 1px solid #707070!important;
}

hr.cstm-hr-1
{

    margin-top: 9px!important;
    margin-bottom: 9px!important;
    border: 0;
    border-top: 1px solid #707070!important;
}

.centered-form {
    width: 100%;
}

#input_container {
    position: relative;
}

#input_container {
    position: relative;
}
.form-control.input-cstm {
    font-size: 15px;
    padding-left: 38px;border-radius: 0;
}

.input-sm.input-cstm {
    height: 32px;
    padding: 5px 38px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0px;
}

#input_img {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 15px;
    height: 15px;
}

.cstm-btn-submit {
   border: 0px solid #f5853a;
    background: #187fbf;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
     width: 100%!important;
     border-radius: 0;
}
.cstm-btn-submit:hover {
   border: 0px solid #f5853a;
    background: #187fbf;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
     width: 100%!important;
     border-radius: 0;
}

#input_img_one {
    position: absolute;
    /* bottom: 8px; */
    left: 10px;
    width: 15px;
    /*height: 13px;*/
    top: 12px;
}

#input_img_two {
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 10px;
    /*height: 15px;*/
}
.centered-form .form-group {margin-bottom: 5px;}
.input.btn.btn-info.btn-block.cstm-btn-submit { width: 100%!important; }
.centered-form .form-group input,.centered-form .form-group textarea{     border-radius: 0;
    margin-bottom: 5px;
    height: 40px; }


input.class-submit    {     background: #ff0000;
    color: #FFF!important;
    font-size: 20px;
    line-height: 25px;
    border-radius: 0;
    font-family: sans-serif;
    border: 0;
    padding: 5px 15px 5px 15px;
    width: auto;
    float: left; }

    ul.footer_ul li { float: left; }


    ul.footer_ul li {
    float: left;
    width: 100%;
    text-align: left;
    line-height: 35px;
    letter-spacing: 0.9px;
    font-family: 'Poppins', sans-serif;
}


.view-more-btn a{ background: #ff0000;
    color: #FFF!important;
    font-size: 20px;
    line-height: 25px;
    border-radius: 0;
    font-family: sans-serif;
    border: 0;
    padding: 10px 25px 10px 25px;
    width: auto; }
.p-0 { padding: 0; }


.market-sector-sec .why-us-service-box .company-info-box:hover {
background: transparent!important;
color: #000!important;
}

/*------------------------------counter-style------------------------------------*/


.counters{ color: #fff;font-family: 'PT Sans', sans-serif;text-align: center;width: 200px;padding-bottom: 0px;margin: 0 auto;position: relative;z-index: 1; }
/*.counters:before,
.counters:after{ content: '';height: 50px; width: 50px;border: 10px solid #8437CB;border-left: 0 solid #000;border-top: 0 solid #000;border-radius: 3px;
transform: translateX(-50%) scale(1,0.5) rotate(45deg) ;
    position: absolute;
    left: 50.5%;
    bottom: 7px;
}*/
.counters:after{ bottom: -7px; }
.counters .counter-content{
    /*background: linear-gradient(to bottom,#ffffff,#ffffff);*/
    width: 200px;
    padding: 15px 0;
    position: relative;
}
.counters .counter-content:before{
    content: '';
    height: 85%;
    width: 85%;
    /*background-color: #fff;*/
    transform:translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.counters .counter-value{
    font-size: 40px;
    font-weight:700;
    margin-bottom: 5px;
    display: block;
    transition:all 0.3s;
}
.counters:hover .counter-value{ text-shadow: 0 0 2px rgba(0,0,0,0.5); }
.counters h3{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
    transition: all 0.3s;
    color: #fff;
}
.counters:hover h3{ transform: rotateX(360deg); }
.counters.yellow{ color: #fff; }
.counters.yellow:before{ border-color: #EB5E04; }
.counters.yellow:after{ border-color: #EB5E04; }
.counters.yellow .counter-content{ /*background: linear-gradient(to bottom,#F2C33A,#EB5E04);*/ }
.counters.blue{ color: #fff; }
.counters.blue:before{ border-color: #796FE7; }
.counters.blue:after{ border-color: #796FE7; }
.counters.blue .counter-content{ /*background: linear-gradient(to bottom,#4093F2,#796FE7);*/ }
.counters.red{ color: #fff; }
.counters.red:before{ border-color: #ad1d1d; }
.counters.red:after{ border-color: #ad1d1d; }
.counters.red .counter-content{ /*background: linear-gradient(to bottom,#f73636,#ad1d1d);*/ }
@media screen and (max-width:990px){
    .counters{ margin-bottom: 30px; }
}


.counter-icons span {     color: #fff;
    float: left;
    /* display: table-cell; */
    line-height: 50px;
    font-size: 3em; }
.counter-icons {
    padding: 15px 0 0;
}
.milestone-details .fa {     vertical-align: middle;
    margin-right: 15px; }
.counter-style-sec {
    background: #1b4e9b;
    padding: 10px;
}
.border-btm-mob {
    display: table;
    margin: 0 auto;
}


.milestone-counter {
    text-align: center;
    display: table;
    margin: 0px auto 0px 60px;
}
.stat {
   margin:0px auto;
}
.highlight {
    color: #fff;
    padding: 2px 0 14px;
    font-weight: bold;
    /*display: block;*/
    overflow: hidden;
    margin-bottom: 0;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;

}
span.percentile {
    color: #fff;
    /* top: 4px; */
    /* position: relative; */
    font-size: 25px;
    margin-left: 8px;
}
span.plus-icn {
    color: #fff;
    /* top: 4px; */
    /* position: relative; */
    font-size: 25px;
    margin-left: 8px;
}
.stat i {
  color: #3498db;
}
.milestone-details {
font-size: 16px;
    color: #fff;
   padding: 0px 0 0;
   font-family: 'Oswald', sans-serif;
}
/*---------------------------------contact-us----------------------------------*/

.blog-post.style2.active, .blog-post.style2:hover {
    border-color: #333;
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    background: #f9f9f9;
}

.blog-post {
    line-height: 24px;
    color: #333;
    font-weight: 300;
    overflow: hidden;
}

.blog-post.style2 {
    padding: 20px;
    transition: all 0.25s linear;
    /* border: 1px solid transparent; */
}

.more-btn-white:before {
    width: 25px;
    height: 25px;
    border-top: 2px solid #ff0000;
    border-left: 2px solid #ff0000;
    position: absolute;
    top: -2px;
    left: 12px;
    z-index: 99;
    content: "";
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.blog-post h3 {
    color: #3c3b3c;
    font-weight: 600;
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 24px;
    transition: all 0.25s linear;
}

.blog-post i {
    padding-right: 5px;
}

.contact-list li p {
    line-height: 24px;
    margin-left: 25px;
    margin-top: -18px;
}

.contact-list p {
    margin-bottom: 15px;
}

.blog-post p {
    text-align: left;
    font-size: 16px;
}

.more-btn-white:after {
    width: 25px;
    height: 25px;
    border-right: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    position: absolute;
    right: 12px;
    bottom: -2px;
    /* z-index: 99; */
    content: "";
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}


ul.Address-footer.contact-list li {
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

ul.Address-footer.contact-list li a{
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
}


ul.Address-footer.contact-list li:before{ color: #000; }

ul.Address-footer li.add-2:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f275";
  color: #000;
}

ul.Address-footer-class li.add-2:before{
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f275";
  color: #ff0000; }

.product-details-area { padding: 0; }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0; 
    border-right: 0; 
    border-left: 0; 
}
.quick-enquiry-button { margin:30px 0 60px; }
.inquiry-btn button { background:#ff0000 ;color: #fff;padding: 15px;text-transform: uppercase; border:1px solid #ff0000;}
.catalogue-btn button { background:#ff0000 ; color: #fff; padding:15px;text-transform: uppercase;border:1px solid #ff0000;display: none;}
.catalogue-btn { display: none; }
.inquiry-btn button:hover,.catalogue-btn button:hover{  background: #1b4e9b; border:1px solid #1b4e9b;  }
.inquiry-btn button:focus,.catalogue-btn button:focus{  background-color: #1b4e9b!important; border:1px solid #1b4e9b!important;  }
.class-width-auto { width: auto; }
.mybtn { width: 100%;margin-top: 20px; }
.contact-page-form { box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2); }
.class-float-l { float: left; margin-top: 20px;}
.advantages-types-detail h2 { text-transform: uppercase;margin: 35px 0 25px;color: #000; line-height: 30px;}
.advantages-types-detail ul {
  list-style: none;
  padding: 0;
}
.advantages-types-detail li {
  padding-left: 1.3em;
}
/*.advantages-types-detail li strong{
  color: #000;
}*/
.advantages-types-detail li:before {
  content: "\f192"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #000;
}
.project-details-desc p { text-align: justify; }
.class-txt-cntr thead tr th,.class-txt-cntr tbody { text-align: center; }
ul#myTabs li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #000;
}

ul#myTabs li{  padding-left: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; }
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #1b4e9b;
}

/*
 *  STYLE 4
 */

.scroll-color::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: rgb(255, 255, 255);
}

.scroll-color::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: rgb(255, 255, 255);
}

.scroll-color::-webkit-scrollbar-thumb
{
	background-color: #ff0000;
	/*border: 2px solid #555555;*/
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    background-color: #eee;
    border-radius: 0;
    margin-right: 5px;
}


/*Modal CSS*/
.modal-header{border-bottom:0px;}
.modal-footer{border-top:0px;}
.modal{z-index:9999999;overflow-y:hidden;}
.modal-dialog{max-width:810px;width:95%;}
.modal-content{margin-top:20%;}
.stick_popup{height:auto;min-height:auto;display:inline-block;width:100%;text-align:center;padding: 15px 0 0;}
.pop-img{display:block;max-width:100%;margin-top:18%;}
.stick_close{cursor: pointer;position: absolute;top: 0px;right: 0px;float: right;font-size: 20px;background-color: #ff0000;color: #fff;padding: 15px;text-decoration: none;}
.modal-backdrop.in{filter:alpha(opacity=95);opacity:.95;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background-color:#000;}
.headerh3{font-size: 22px;line-height: 33px;font-weight: bold;color: #000;margin-top: 20px;margin-bottom: 15px;}
.modal-header{background-color:#282461;color:#fff;padding: 10px;}
.modal-title{text-align:center;font-size:25px;color: #fff;}
.contact-field-page form {  padding: 30px;  }
input.submit.class-submit-btn {  background: #282461!important;color: #FFF!important;font-size: 16px!important;line-height: 13px!important;border-radius: 5px!important;padding: 10px 20px!important;border: 1px solid #282461!important;  }
img.captcha-class { float:left;margin-top: 5px;margin-bottom: 15px; }
.mt-10 { margin-top:10px; }
.pad-0 { padding:0px; }
.btn-click { left:0; position:fixed; top:190px; z-index:10000; }
.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }
.navbar23 { overflow: hidden;background-color: rgba(0, 0, 0, 0.33);position: fixed;bottom: 0;width: 100%;z-index: 999999;padding: 10px 0px; }


@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}


/*-------------------====== custom-form-validations=======------------------*/

.has-feedback{
    position:relative
}
.has-feedback .form-control{
    padding-right:42.5px
}
.form-control-feedback{
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    pointer-events:none
}
.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{
    width:46px;
    height:46px;
    line-height:46px
}
.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{
    width:30px;
    height:30px;
    line-height:30px
}
.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{
    color:#3c763d
}
.has-success .form-control{
    border-color:#3c763d;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus{
    border-color:#2b542c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}
.has-success .input-group-addon{
    color:#3c763d;
    background-color:#dff0d8;
    border-color:#3c763d
}
.has-success .form-control-feedback{
    color:#3c763d
}
.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{
    color:#8a6d3b
}
.has-warning .form-control{
    border-color:#8a6d3b;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus{
    border-color:#66512c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}
.has-warning .input-group-addon{
    color:#8a6d3b;
    background-color:#fcf8e3;
    border-color:#8a6d3b
}
.has-warning .form-control-feedback{
    color:#8a6d3b
}
.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{
    color:#a94442
}
.has-error .form-control{
    border-color:#a94442;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus{
    border-color:#843534;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}
.has-error .input-group-addon{
    color:#a94442;
    background-color:#f2dede;
    border-color:#a94442
}
.has-error .form-control-feedback{
    color:#a94442
}
.has-feedback label~.form-control-feedback{
    top:25px
}
.has-feedback label.sr-only~.form-control-feedback{
    top:0
}
.help-block{
    display:block;
    margin-top:5px;
    margin-bottom:10px;
    color:#737373
}
/*-------------------======end custom-form-validations=======------------------*/
/*-------------------------------Validation------------------------------------*/
.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}

.product-tilte-one h1 { text-transform: uppercase; color:#000; text-align: center; }
.font-s-50 { font-size: 50px; }

.footer-logo .footer-l {
    display: inline-block!important;
}
.footer-logo {
    text-align: center;
    width: 450px;
    display: table;
    margin: 0 auto;
}
.mrgn-tp-50 { margin-top: 50px; }
ul.Address-footer-class li.add1 h3, ul.Address-footer-class li.add-2 h3{
    color: #fff;
    margin: 5px 0px;
}
h3.text-capitalize.mrgn-btm-30 { margin-bottom: 30px; }

.om-shanti-image { position: relative; top: -5px; }

.menu-nav-sec.sticky_menu .menu-area .menu.pull-right nav#main-menu ul li:last-child { display: none; }
li.bg-color-li.last-li, li.last-li { display: block!important; }
.mobile-no-tp a {     font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;text-decoration: none; }


.all-patner1.owl-carousel.owl-theme.owl-loaded .owl-controls {
    position: absolute;
    top: 0;
    right: 0;
}

.owl-nav {
    display: -webkit-box;
    position: absolute;
    bottom: 15px;
    right: 0px;
}

.all-patner1 i.fa.fa-angle-left,
.all-patner1 i.fa.fa-angle-right{ font-size:40px!important;    color: #fff; }

.all-patner1 .owl-prev {

    width: 50px;
    height: 50px;
    line-height: 67px;
    text-align: center;    background: #1b4e9b;    margin: 5px;
}

.all-patner1 .owl-next {

    width: 50px;
    height: 50px;
    line-height: 67px;
    text-align: center;    background: #1b4e9b;    margin: 5px;
}



.right-brdr {
    border-right: 1px dashed #333;
}

.division-logo.text-center {
    display: table;
    margin: 38px auto;
}


.single-project.single-project-1 .project-img img {
/*    width: 150px;
    min-height: 190px;
    height: 190px;
    margin: 10px;*/
    width: 150px;
    min-height: 150px;
    height: 150px;
    margin: 10px;
}

.single-project.single-project-1 .single-project-desc {
    min-height: 80px!important;
}


.market-service-inner-1 { background: #f2f2f2; }
.pt-65 { padding-top: 65px!important; }
/*.philosophy-content h1 {       color: #000!important;
    font-size: 50px;
    line-height: 70px!important;
    margin-bottom: 65px!important;
}*/
.mrgn-tp-100{ margin-top: 100px; }
.img-icon {
    border: 1px solid #ff0000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    min-height: 150px;
    display: table;
    margin: 20px auto;
    background: #1b4e9b;
}
.img-icon:hover {
    border: 1px solid #ff0000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    min-height: 150px;
    display: table;
    margin: 20px auto;
    background: #ff0000;
    transition: 0.5s all;
}
.philosophy-desc h3 {     
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 30px;
    color: #000;
    font-size: 14px;
}

.img-icon img {     
	position: relative;
    top: 35px;
    left: 0;
    right: 0; }    

.page-heading-1 h1 { 

    color: #000!important;
    font-size: 35px;
    line-height: 70px!important;
    margin-bottom: 50px!important;
    text-align: center;
    text-transform: uppercase;

 }

 .global-presence-map-image img { width: 100%; }
 .float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 60px;
    left: 15px;
/*    background: url(../img/domestic.png) no-repeat center center;*/
    background-size: 90px;
    color: #01F85D;
    padding: 12px 0 0 50px;

    font-size: 15px;

    z-index: 100;
}

.feature-style-one {
    padding: 50px 0;
    background: #f2f2f2;
}
.feature-style-one .sec-title1 {
    position: relative;
    padding-left: 16px;
}

.feature-style-one .sec-title1 {
    margin-bottom: 35px;
    position: relative;
    padding-left: 0px;
}

.feature-style-one .sec-title1 h2 {
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 35px;
}

.feature-style-one .sec-title1 h5 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 9px !important;font-family: 'Oswald', sans-serif;    color: #ff0000;
}

.feature-style-one .content-box .item-list .item .clearfix .text {
    margin-bottom: 40px;
}

.feature-style-one .content-box .item-list .item .clearfix .text p {
   margin-top: 0;
    margin-bottom: 10px;
}

.rightside-vision-mission img { padding-top: 130px; } 

/*---------------------------------------------------------*/
a.list-group-item.active1 {
        background-color: rgb(245, 121, 32)!important;
    color: #fff;
}

i.glyphicon.glyphicon-plus.myicon {
    float: right;line-height: 30px;
}

a.list-group-item, button.list-group-item {
    background: #282461;
    color: #fff;
    font-weight: 400;
    font-size: 14.4px;
    color: #fff;
    
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.9px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.list-group-item:last-child {
    margin-bottom: -1px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.collapse a.list-group-item { font-size: 14.4px; text-transform: capitalize; letter-spacing: 0.9px;}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #fff;
    text-decoration: none;
     background-color: rgb(245, 121, 32);
}
.list-group-item {
    position: relative;
    display: block;
    padding: 6px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #444;
}
a.list-group-item.list-group-item1 { font-size: 16px; text-transform: uppercase;letter-spacing: 1.2px; }
.list-group.panel { border: 0; }

.centered-form .form-group select{     border-radius: 0!important;
    margin-bottom: 5px;
    height: 40px; }

    form.form-horizontal.form3 select#country4 {
    border-radius: 0!important;
    height: 40px;
    margin-bottom: 5px;
}
form.form-horizontal.form3 select#state4 {     border-radius: 0!important;
    height: 40px;
    margin-bottom: 5px; }

  .single-gallery1 .certificate-img-brd { border: 1px solid #ccc; }

  .collapse.in a.list-group-item {
    background: #9e9e9e;
}