/*-----------------------------------------------------------------------------------

    Template Name: Megmite
    Description: This is html5 template
    Author: Megmite
    Version: 1.0
    Web Designing and Development: Fourty60 Infotech

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
       2.1 Header Bottom Area
       2.1 Sticky Header Area
       2.3. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5.About Area
    6.Services Area
    7.Counter Area
    8.project Area
    9. Testimonials Area
    10. Blog Area
	11. Quote  Area
	12. banner Area
	13. Footer Area
	14.Home page 2
	15.Overview  Area
	16. Home page 3
	17. team  Area
	18.Home page 4
	19.Home 4 Quote Area
	20.Home page 5
	21.Home page 6
	22. Breadcumbs Area
	23. pages genaral css
	24. Error page
	25.	Contact Us page
	26. Blog Details page
	27. Project Details page
	28.Sub Services Pages


    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #777;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #055892;
    font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
h1{
	font-size: 26px;
	line-height: 32px;
	font-family: 'Montserrat', sans-serif;
		
}
h2{
	font-size: 22px;
	line-height: 28px;
		
}
h3{
	font-size: 22px;
	line-height: 28px;
		
}
h4{
	font-size: 22px;
	line-height: 28px;
		
}
h5{
	font-size: 20px;
	line-height: 22px;
		
}
h6{
	font-size: 16px;
	line-height: 20px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #055892;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #777;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 24px;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #055892;
    opacity: 1;
}
.clear{
	clear:both;
}
th {
    background-color: #6c6d71;
    color: #f9f9f9;
    text-align: center;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/preloader.jpg') no-repeat center center;
}

.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #055892;
    text-shadow: none;
}
::selection {
    background: #055892;
    text-shadow: none;
}
.color{
    color:#ffbe00;
    font-weight: 700;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding-top: 35px;
}
.area-padding-2{
    padding: 70px 0px 50px;
}
.padding-2{
    padding-bottom: 90px;
}
.section-headline{
    margin-bottom: 60px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-headline.white-headline h3,
.section-headline.white-headline p {
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}
.section-headline::after {
    border: 1px solid #055892;
    bottom: -27px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-headline.text-left h3::after {
    border: 2px solid #055892;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.mar-row{
    margin-top: 40px;
}
.small-title {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
	color:#055892;
}
.section-headline h4 {
    font-size: 26px;
    max-width: 800px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 auto;
    text-transform: uppercase;
}
.load-more-btn {
    text-transform: uppercase;
    background: #055892;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
	transition: 0.4s;
	border:2px solid #055892;
}
.load-more-btn:hover{
    background: #fff;
	border:2px solid #055892;
    color: #055892;
	transition: 0.4s;
}
.bg-color{
	background: #f9f9f9;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.parallax-bg{
    position:relative;
}
.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#002c57;
    opacity:.8;
    content:"";
}
.single-brand-item{
	border:1px solid #ccc;
}
.left-headline{
	position: relative;
	padding-bottom: 10px;
}
.left-headline::after {
    border: 1px solid #055892;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: auto;
}
.sub-headline{
	position: relative;
	margin-bottom: 30px;
}
.sub-headline::after{
	position:absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #055892;
}
.sub-headline h4 {
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 20px;
}
.center-headline h3 {
    max-width: 900px;
    font-size: 34px;
    line-height: 42px;
    margin: 0px auto 58px;
}
.center-headline h3::after{
	position:absolute;
	content: "";
	left: 0;
	bottom: 31px;
	width: 50px;
	right: 0;
	margin: 0 auto;
	height: 2px;
	background: #055892;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:#6c6d71;
}
.topbar-left ul li a {
    color: #ddd;
/*    display: block;*/
    font-weight: 600;
    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 16px;
}
.topbar-left ul li a i {
    color: #fff;
    font-size: 16px;
    padding-right: 7px;
}
.quote-button {
    float: right;
}
.quote-button .quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #055892;
    display: inline-block;
    border: 2px solid #055892;
    padding: 11px 20px;
    margin: 0px;
	transition: 0.4s;
}
.quote-button .quote-btn:hover {
	background: #fff;
	color: #055892;
	border: 2px solid #fff;
	transition: 0.4s;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area{
	background: #fff;
	box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}
.logo-bg{
	z-index: 10;
}
/*
.logo-bg:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    border-top: 100px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100px solid #055892;
	z-index: 10;
}
.logo-bg:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    background: #055892;
    z-index: 10;
    width: 90px;
    height: 100%;
}
*/
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 8px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 13px;
    font-weight: 700;
/*    padding: 54px 0px;*/
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
	margin: 11px 17px;
}
.main-menu ul.navbar-nav li a:hover{
	color: #055892;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #055892;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
	left: 0px;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #055892;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #055892;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff;
	background: #055892;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #055892;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #055892;
    border-radius: 5px;
    margin: 30px 0px 30px 10px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #000, -2px -2px 5px #000;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
/*    padding: 16px 0;*/
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 15px 0px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 17px 0px 17px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #fff;
}
.header-area.stick .navbar-brand>img {
    display: block;
    width: 174px;
    height: auto;
}
.header-area.stick .logo-bg:after {
    border-top: 76px solid transparent;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #000, -2px -2px 5px #000;
    background: #fff;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 20px;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -60px;
}
.layer-1-2 {
    margin: 20px 0;
}
.layer-1-1 p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.60px;
    line-height: 30px;
    font-weight: 600;
    max-width: 750px;
    margin-bottom: 30px;
}
.layer-1-2 h1 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0px;
    max-width: 925px;
}
.ready-btn {
    border: 1px solid #055892;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #055892;
    width: 160px;
}
.ready-btn:hover{
    color: #fff;
    background: #055892;
    border: 2px solid #055892;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.ready-btn.right-btn:hover{
    background: #055892;
    border: 2px solid #055892;
}
.ready-btn.left-btn:hover{
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.layer-1-2 .color {
    color: #055892;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 42px;
    opacity: 0;
    border:2px solid #fff;
    width: 44px;
    height: 44px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #055892;
    border: 2px solid #055892;
}
.intro-carousel .owl-item .layer-1-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-1-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-1-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
/*	transform: scale(1.1);*/
	transition: 10s;
}
/*----------------------------------------*/
/*  4. Wellcome Services Area
/*----------------------------------------*/
.left-headline h3 {
    font-size: 34px;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
}
.well-services{
    padding: 30px 20px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	position: relative;
}
.well-services::after{
    position: absolute;
	left:0;
	bottom:0;
	width: 0%;
	height: 2px;
	background: #055892;
	content:"";
	transition: 0.5s;
}
.services-column{
	margin-top: 30px;
}
.well-content h4 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    text-transform: capitalize;
}
.well-content h4 a{
	color:#444;
}
.well-services:hover::after{
	width: 100%;
	height: 2px;
	background: #055892;
	transition: 0.5s;
}
.well-content h4 a:hover {
	color:#055892;
}
.well-icon {
    margin-bottom: 20px;
    display: block;
}
.well-icon a{
	font-size: 60px;
	line-height: 60px;
	color:#055892;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-content h4 {
    line-height: 38px;
    text-transform: capitalize;
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.about-content h4 ::after {
    border: 1px solid #055892;
    bottom: 3px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}
.about-content p {
    font-size: 14px;
    letter-spacing: 0.50px;
    line-height: 24px;
}
.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.icon-title{
	display: block;
	overflow: hidden;
}
.single-about {
    width: 48%;
    float: left;
    margin-right: 20px;
}
.single-about p{
	text-align: left;
}
.single-about:nth-child(2n),
.single-about:nth-child(4n){
	margin-right:0px;
}
.single-about:nth-child(3n),
.single-about:nth-child(4n){
	margin-bottom:0px;
}
.single-about a {
    font-size: 40px;
    color: #055892;
    float: left;
    line-height: 49px;
}
.single-about h5 {
    font-size: 18px;
    color: #666;
    float: left;
    line-height: 50px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 600;
}
.about-image {
    border-radius: 10px;
}
.about-image img {
    border-radius: 10px;
}
.video-inner {
    background: url(img/about/vd.jpg);
	background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 6px;
}
.video-inner::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:"";
    background: rgba(10, 27, 40, 0.2) none repeat scroll 0 0;
}
.video-content {
    width: 100%;
    height: 100%;
    min-height: 380px;
}
.video-play.vid-zone {
    background: #055892;
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    width: 60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.4s;
    margin-top: -35px;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #fff;
    color: #055892;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #055892;
}
/*--------------------------------*/
/* 6.Services Area
/*--------------------------------*/
.services-area{
    position: relative;
}
.single-services{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.main-services {
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.services-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #055892;
}
.services-img {
    overflow: hidden;
    position: relative;
}
.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}
.image-layer {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
	transition: 0.4s;
}
.image-layer a {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    margin-top: -10px;
}
.image-layer a i {
    border-radius: 50%;
	background: transparent;
	font-size: 100px;
	color:#fff;
	opacity: 0.90;
}
.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    z-index: 2;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -3px;
}
.single-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}
.single-services:hover .image-layer {
    position: absolute;
    left: 0;
    top: 0;
	transition: 0.4s;
}
.single-services:hover .service-content h4{
    color: #055892;
}
.single-services:hover .service-btn:hover{
    color: #055892;
}
.services-carousel .col-md-4{
	width: 100%;
}
.services-carousel{
	margin-bottom: 20px;
}
.services-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 5px;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #055892;
    border: 1px solid #055892;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll bottom center / cover; 
}
.counter-inner {
    background: #f6f6f6;
    padding: 100px 30px 100px 70px;
}
.fun_text {
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
	background: #fff;
}
.fun_text:nth-child(3n){
	margin-right: 0px;
}
.fun_text span {
    color: #055892;
    display: block;
    font-size: 54px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 60px;
}
.fun_text > h5 {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*--------------------------------*/
/*  8.project Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
	position: relative;
}
.first-item {
    margin-bottom: 30px;
}
.project-carousel .col-md-4{
	width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #f4f4f4;
    display: inline-block;
    cursor: pointer;
    top: 80%;
    position: relative;
    font-size: 40px;
    margin-top: -25px;
    float: right;
    right: 20px;
}
.project-dec {
    display: block;
    padding: 20px 0px 0px 0px;
    position: absolute;
    top: 10px;
	left: 30px;
    transition: 0.5s;
	opacity: 0;
}
.project-dec h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
}
.project-dec h4 a {
    color: #fff;
}
.project-dec h4 a:hover {
    color: #055892;
}
.project-dec span {
    font-size: 14px;
}
.project-dec p{
	margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec {
    left: 40px;
    transition: 0.5s;
	opacity: 1;
}
.project-menu li a {
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 2px;
}
.project-menu li a.active,
.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
	background: #055892;
}
.project-menu {
    margin-bottom: 10px;
}
.project-menu li {
    display: inline-block;
}
.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
}
.project-content{
	margin-top: -10px;
}
.project-content .single-awesome-project{
	margin-top: 30px;
}
.project-content .project-dec {
    top: 40px;
}
.project-content .single-awesome-project:hover .project-dec {
    top: 40px;
}
/*----------------------------------------*/
/*  9. Testimonials Area
/*----------------------------------------*/
.testimonial-area{
	background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll bottom center / cover; 
}
.single-testi {
    padding: 30px 20px;
    position: relative;
    background-color: #fff;
}
.testimonial-img {
    margin-top: 30px;
}
.testimonial-img img {
    height: auto;
    border-radius: 50%;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}
.testimonial-carousel .testimonial-text {
    position: relative;
	margin-top: -5px;
}
.testimonial-text p {
    color: #fff;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 30px;
}
.testimonial-text h5 {
    color: #fff;
    font-size: 20px;
}
.testimonial-text a{
  color: #fff;  
}
.client-name {
    margin-top: 15px;
    display: inline-block;
}
.client-name h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
	color:#FFF;
}
.client-name span {
    font-size: 13px;
	color:#fff;
}
/*----------------------------------------*/
/*  10. Blog Area
/*----------------------------------------*/
.blog-grid {
    margin-top: -30px;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    position: absolute;
    content: "";
    background: rgba(0,46,91,0.30);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.blog-content a h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 26px;
    margin-top: -20px;
}
.blog-meta {
    position: relative;
    top: -40px;
    background: #055892;
    width: 60px;
    padding: 7px 10px;
    left: 15px;
    text-align: center;
}
.blog-meta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.blog-title {
    margin-top: -5px;
}
.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.5s;
}
.single-blog:hover .image-scale::after{
    background: rgba(0,46,91,0);
}
.single-blog {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.blog-grid-fast {
    margin-top: -30px;
}
.single-blog.b-mar{
    margin-top: 20px;
}
.blog-content a h4:hover{
    color:#055892;
}
.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}
.blog-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
    background: #055892;
    width: 0px;
    height: 2px;
}
.blog-btn:hover {
    color: #055892;
}
.blog-btn:hover.blog-btn::after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  11. Quote  Area
/*----------------------------------------*/
/*
.contact-quote-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll bottom center / cover; 
}
*/
.quote-details {
    padding: 12% 17%;
    display: block;
    overflow: hidden;
}
.quote-main h4,
.company-faq h4{
    color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 24px;
}
.quote-details .sub-headline h4{
	color:#fff;
}
.contact-quote-area #contactForm input {
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
    background: transparent;
    color: #fff;
    border-color: #ddd;
}
.contact-quote-area .contact-form textarea#message {
    height: 116px;
    border-radius: 0;
    margin-bottom: 20px;
    background: transparent;
    color: #fff;
}
.contact-quote-area .quote-btn {
    background: #055892;
    border: 1px solid #055892;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 160px;
    transition: 0.4s;
}
.contact-quote-area .quote-btn:hover{
    background: transparent;
    color:#fff;
	transition: 0.4s;
	border: 1px solid #fff;
}
.help-block.last-part{
	margin:0px;
}
.contact-headline {
    margin-top: 20px;
    margin-bottom: 40px;
}
.contact-quote-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.company-faq {
    padding: 12% 5%;
    display: block;
    overflow: hidden;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
   box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #666;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details a span.acc-icons {
    position: relative;
}
.faq-details a span.acc-icons::before {
    color: #666;
    content:"\e874 ";
    font-family: tionscal;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details a.active span.acc-icons::before {
    color: #055892;
    content: "\e873";
    font-family: tionscal;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}
.faq-details .panel-heading h4 a.active {
    color: #055892;
    background: #f9f9f9;
}
/*----------------------------------------*/
/*  12. banner Area
/*----------------------------------------*/
.banner-area{
	background: #055892;
}
.banner-area{
	padding: 30px 0px;
}
.banner-content h4 {
    margin: initial;
    float: left;
    font-size: 25px;
    max-width: 630px;
    line-height: 34px;
    color: #fff;
        letter-spacing: 2px;
}
.banner-contact {
    padding: 15px 0px;
}
.banner-btn {
    border: 1px solid #fff;
    display: inline-block;
    padding: 14px 24px;
    color: #055892;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
    float: right;
    margin: 7px 0px;
    font-size: 22px;
    font-weight: 700;
	transition: 0.4s;
}
.banner-btn:hover{
    border: 1px solid #111;
    color: #fff;
    background: #111;
	transition: 0.4s;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 70px 0;
    background: #1f1f1f;
}
.footer-logo{
	margin-bottom: 15px;
}
.footer-logo img{
	    background-color: white;
    border-radius: 10px;
    padding: 9px;
}
.footer-head p {
    color: #ddd;
}
.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-services-link ul.footer-list{
/*	width: 50%;*/
	float: left;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #fff;
	background: #055892;
	border:1px solid #055892;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #002C57;
    background: #002C57;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}
.footer-icons {
    margin-top: 20px;
}
.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}
.suscribe-input button {
    background: #055892;
    border: 1px solid #055892;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
	font-weight: 700;
}
.suscribe-input button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #055892;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #055892;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}
.footer-list li:first-child a{
	padding-top: 0px;
}
.footer-list li:last-child a{
	padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e87a";
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 12px;
    left: 0;
}
.footer-list li a:hover {
    color: #055892;
}
.footer-area-bottom {
    background: #131313 none repeat scroll 0 0;
    padding: 0px 0;
	border-top: 0px solid #333;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#055892;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    padding: 15px;
    margin-bottom: -10px;
    color: #ddd;
}
.copyright a {
    color: #055892;
}
/*--------------------------------*/
/* 14.Home page 2
/*--------------------------------*/

.intro-area-2 .layer-1-2 h1 {
    margin: 20px auto;
}
.intro-area-2 .layer-1-1 p {
    margin: 0px auto 30px;
}
.header-two{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-2{
	background: rgba(17,17,17,0.50);
}
.header-area-2{
	background: rgba(17,17,17,0.50);
	box-shadow:none;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.topbar-area-2 .topbar-left ul li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a:hover{
	color: #055892;
}
.intro-area-2 .slider-content {
    margin-top: -100px;
}
.header-area-2.stick {
    background: #111;
}
.footer-area.footer-area-2{
    background: #f5f5f5;
}
.footer-area-2 .footer-tags li a {
    border: 1px solid #222;
    background: #222;
}
.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 3px;
    font-family: tionscal;
    color: #055892;
    font-weight: 700;
}
.video-text h4 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.60px;
}
.services-all{
	margin-top: -30px;
}
.services-all .single-services{
	margin-top: 30px;
}
/*----------------------------------------*/
/*  15.Overview  Area
/*----------------------------------------*/
.overview-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll center center / cover; 
}
.parallax-bg{
    position:relative;
}
.overview-area.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#002c57;
    opacity:.8;
    content:"";
}
.overview-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.main-view {
    padding-bottom: 15px;
}
.main-view:last-child{
	padding-bottom: 0px;
}
.company-content {
    background: #f9f9f9;
    padding: 12% 16%;
}
.view-images {
    float: left;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #055892;
}
.view-content {
    padding-left: 80px;
}
.main-view:last-child p{
	margin-bottom: 0px;
}
.view-content h4 {
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.client-details {
    padding: 12% 16%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.client-head {
    text-align: left;
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.client-head::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 80px;
    background: #055892;
    left:0;
    top:0px;
}
.client-head h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.client-head p {
    color: #fff;
}
.single-client {
    float: left;
    width: 50%;
    padding: 10px;
}
.single-client a {
    display: inline-block;
    opacity: 0.9;
    transition: 0.4s;
    border: 1px solid #fff;
    background: #fff;
}
.single-client a:hover{
    opacity: 1;
    transition: 0.4s;
}
.footer-area-2 .footer-head p,
.footer-area-2 .footer-head h4 {
    color: #444;
}
.footer-area-2 .footer-icons ul li a {
    color: #055892;
    border: 1px solid #055892;
}
.footer-area-2 .footer-icons ul li a:hover{
	color:#fff;
}
.footer-area-2 .footer-list li a{
	color:#444;
}
.footer-area-2 .footer-list li a:hover{
	color:#055892;
}
.well-inner .well-services{
	margin-top: 30px;
}
.well-inner{
	margin-top: -30px;
}
.video-text h4 {
    font-size: 24px;
}
/*--------------------------------*/
/* 16. Home page 3
/*--------------------------------*/
.header-area-3 .logo-bg{
	background: #055892;
	z-index: 10;
	margin-left: 15px;
}
.header-area-3 .menu-bg {
    position: relative;
    margin-left: -30px;
    margin-right: -15px;
    background: rgba(17,17,17,0.50);
}
.header-area-3{
	background: transparent;
}
.header-area-3 .logo-bg:before {
    display: none;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 1%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #055892;
    border: 1px solid #055892;
}
.project-carousel .col-md-4{
	padding-left: 0px;
	padding-right: 0px;
}
/*----------------------------------------*/
/*  17. team  Area
/*----------------------------------------*/
.team-area{
  position: relative;
}
.team-member,page-team-member{
	margin-top: -30px;
}
.single-member {
    position: relative;
    overflow: hidden;
	margin-top: 30px;
}
.team-content {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,44,87,0.90) none repeat scroll 0 0;
    padding: 22px 20px;
    transition: 0.5s;
}
.team-share {
    opacity: 0;
}
.single-member:hover .team-content {
    transition: 0.5s;
    top:0px;
    padding: 50px 20px;
    background: rgba(0,44,87,0.99) none repeat scroll 0 0;
}
.single-member:hover .team-share {
    opacity: 1;
}
.team-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.team-title h6 {
    color: #055892;
}
.team-share p {
    color: #fff;
    letter-spacing: 1px;
}
.social-icon li{
    display: inline-block;
}
.social-icon li a {
    color: #fff;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    border-radius: 50%;
}
.social-icon li a:hover{
    color: #055892;
}
.team-content .social-icon{
  margin-top: 15px;
}
.footer-area-3,
.footer-bottom-3{
	background: #111;
}
/*--------------------------------*/
/* 18.Home page 4
/*--------------------------------*/
.intro-area-4 .layer-1-2 h1 {
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
    max-width: 800px;
    font-weight: 600;
}
.welcome-area-2 .well-services{
	position: relative;
	transition: 0.4s;
}
.welcome-area-2 .well-services:hover{
	background:#055892;
	transition: 0.4s;
}
.welcome-area-2 .well-services:hover .well-icon a,
.welcome-area-2 .well-services:hover .well-content p,
.welcome-area-2 .well-services:hover .well-content h4 a{
	color:#fff;
}
.project-content-4 .single-awesome-project {
    margin-top:0px;
}
.project-content-4 .col-md-4{
	padding-left: 0px;
	padding-right: 0px;
}
.project-content-4 {
    margin-top: 0px;
}
/*----------------------------------------
  19.Home 4 Quote Area
----------------------------------------*/
.quote-area {
    background:#002c57;
	height: auto;
	width: 100%;
}
.quote-area #contactForm input {
    border: none;
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
}
.quote-area #contactForm input.last-part{
	margin-bottom: 0px;
}
.quote-area .contact-form textarea#message{
    height: 116px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
.quote-area .quote-btn {
    background: #055892;
    border: 1px solid #055892;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.quote-area .quote-btn:hover{
    background: #fff;
    color:#055892;
}
.quote-area .help-block.last-part{
	margin:0px;
}
.sub-head h4 {
    position: relative;
    color: #fff;
    padding-bottom: 40px;
    text-transform: uppercase;
}
.sub-head h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 2px;
    background: #055892;
}
.sub-head p{
	color:#fff;
}
/*--------------------------------*/
/* 20.Home page 5
/*--------------------------------*/
.topbar-area-5{
	background: transparent;
}
.header-area-5{
	background: transparent;
}
/*--------------------------------*/
/* 21.Home page 6
/*--------------------------------*/
.header-area-6 {
    background:#fff;
	border-top:1px solid rgba(255,94,20,0.20);
	box-shadow: none;
}
.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 33px 0px;
}
.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}
.header-middle-area .info-simple{
	font-weight: 700;
	color: #777;
	font-size:12px;
}
.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}
.header-middle-area .logo a{
	padding: 25px 0;
}
.header-icon i {
    color: #055892;
    font-size: 34px;
    line-height: 40px;
}
.info-first {
    font-weight: 700;
	color: #444;
}
.header-area-6.stick {
    background:#fff;
}
.header-area-6 .navbar.navbar-default {
    float: left;
}
.header-area-6 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
	color: #444;
	margin: 0px;
}
.header-area-6.stick .main-menu ul.navbar-nav li a {
	padding: 25px 15px;
}
.header-area-6 .main-menu ul.navbar-nav li.active >a,
.header-area-6 .main-menu ul.navbar-nav > li > a:hover{
    background:#055892;
	color:#fff;
}
.header-area-6 .header-right-link a.main-search {
    margin: 10px 0px 10px 10px;
}
.header-area.stick .header-right-link a.main-search {
    margin: 15px 0px 15px 10px;
}
/*----------------------------------------*/
/*  22. Breadcumbs Area
/*----------------------------------------*/
.page-area{
    position: relative;
}
.page-area {
    background: url(img/saffron/indutrytop-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.breadcumb-overlay {
  position: absolute;
/*  background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;*/
    background: rgba(0, 27, 40, 0.6) none repeat scroll 0 0; 
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb{
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb .section-headline h3 {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 48px;
	text-transform: inherit;
}
.breadcrumb .section-headline{
    margin-bottom: 0px;
}
.breadcrumb .section-headline h3::after {
    display: none;
}
.breadcrumb ul {
    padding: 10px 0px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
/*--------------------------------*/
/* 23. pages genaral css
/*--------------------------------*/
.testimonial-page-area .single-testimonial{
	margin-top: 30px;
}
.testimonial-page-area .single-testimonial {
    border: 1px solid #f4f4f4;
    padding: 20px;
}
.testimonial-page-area .client-name span,
.testimonial-page-area .client-name h4,
.testimonial-page-area .testimonial-text p{
	color:#444;
}
.testimonial-page-area .testimonial-text p{
	font-size: 15px;
	line-height: 24px;
	font-style: normal;
}
.testimonial-page-area .Reviews-content {
    margin-top: -30px;
}
.testimonial-page-area .testimonial-img {
    margin-top: 30px;
}
.faq-page-area .faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.faq-page-area .contact-form input[type="text"], 
.faq-page-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-page-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-page-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #055892;
    display: inline-block;
    border: 2px solid #055892;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-page-area .quote-btn:hover{
	background: #fff;
	color: #055892;
	transition: 0.4s;
}
/*--------------------------------*/ 
/* 24. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text{
    font-size: 200px;
    line-height: 200px;
}
.error-bot{
    font-size: 24px;
}
.error-btn {
    background: #055892;
    border: 2px solid #055892;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
	font-weight: 700;
}
.error-btn:hover{
    background: #fff;
    border: 2px solid #055892;
    color: #055892;
}
/*----------------------------------------*/
/*  25.	Contact Us page
/*----------------------------------------*/
.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.contact-head {
    background: #f9f9f9;
    padding: 40px 30px;
}
.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}
.contact-inner a i {
    color: #055892;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-head p {
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #055892;
    border: 2px solid #055892;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
}
.contact-page .contact-btn:hover {
    background:transparent;
    border: 2px solid #055892 ;
    color: #055892;
    transition: 0.4s;
}
.map-area {
    padding-top: 90px;
}
/*----------------------------------------
   26. Blog Details page
----------------------------------------*/
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #055892;
}
.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 3px 0px 3px 25px;
    text-transform: capitalize;
    position: relative;
}
.left-blog ul li a:before {
    position: absolute;
    content: "\e87a";
    font-family: tionscal;
    left: 0px;
    top: 3px;
    font-size: 14px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
    width: 35%;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #055892;
}
.left-blog-page {
    
}
.pst-content p a {
    color: #444;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    border: 1px solid #055892;
    background: #055892;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
    border: 1px solid #055892;
    background: #fff;
	color:#055892
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}
.blog-content p {
    font-size: 15px;
	letter-spacing: 0.50px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #055892;
    font-style: italic;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #333;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],.comment-respond input[type=email]{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;}
.comment-respond textarea#message-box{
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
}
.comments-content-wrap span a {
    color: #055892;
}
.comments-content-wrap span a:hover {
    color: #055892;
}
.comment-respond .add-btn.contact-btn {
    background: #055892;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #055892;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #FFF;
	color: #055892;
    border:2px solid #055892;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #055892;
    border-color: #055892;
    cursor: default;
    border-radius: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #055892;
    border-color: #055892;
    border-radius: 2px;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
/*----------------------------------------
 27. Project Details page
----------------------------------------*/
.project-page-area .project-menu li a {
    color: #444;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #055892;
    border: 1px solid #055892;
    color: #fff;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -15px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 3px;
}
.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}
.project-name ul li {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.project-inner {
    margin-bottom: 30px;
}
.project-share {
    margin-top: 30px;
}
.project-share ul li {
    display: inline-block;
	margin-top: 10px;
}
.project-share ul li a {
    color: #666;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 50%;
}
.project-share li a:hover{
    color: #fff;
    background: #055892;
    border: 1px solid #055892;
}
.project-content.project-related{
    margin-top: -30px;
}
/*----------------------------------------*/
/* 28.Sub Services Pages
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p {
    color: #666;
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.left-menu li:first-child {
    margin: 0px 0px 2px
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
    margin-bottom: 3px;
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    background: #055892 none repeat scroll 0 0;
    color: #fff;
    position: relative;
}
.left-menu ul li a:hover {
    color: #fff;
    background: #055892; 
}
.left-menu ul li a {
    background: #f9f9f9;
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px 14px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.left-menu ul li.active a::after, .left-menu ul li a:hover::after {
    content: "\e87a";
    font-family: tionscal;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.about-btn{
	position: relative;
}
.down-btn {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    position: relative;
	margin-bottom: 3px;
	background: #f9f9f9;
}
.about-btn .down-btn i{
	padding-right: 10px;
}
.down-btn:hover{
    color:#fff;
    background: #055892;
}
.single-well h3 {
    margin-bottom: 15px;
    font-size: 28px;
}
.support-text {
    padding: 20px;
    background: #f9f9f9;
    transition: 0.4s;
	padding: 30px 20px;
}
.support-text h4{
    color:#055892;
    font-weight: 700;
}
.support-text a {
    margin: 30px 0px 15px;
    display: block;
    font-size: 22px;
    color: #444;
    font-weight: 700;
}
.support-text p {
    font-size: 16px;
    line-height: 26px;
    color:#444;
    font-weight: 700;
}
.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 22px;
    padding-right: 8px;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-well {
    margin-top: 20px;
}
.single-well a h4 {
    font-weight: 600;
    line-height: 30px;
}
.single-page {
    overflow: hidden;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #666;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #055892;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
    color: #666;
}
.mar-row .single-well {
    margin-top: 0px;
}
.marker-list li {
    color: #666;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
}
.marker-list li::after {
    position: absolute;
    content: "\e886";
    left: 0;
    top: 3px;
    font-family: tionscal;
    color: #055892;
    font-weight: 700;
}
.tab-menu {
    display: block;
    text-align: center;
}
.tab-menu ul.nav{
    margin: 0;
    padding: 0;
}
.tab-menu ul.nav li {
    border: medium none;
    display: inline-block;
}
.tab-menu ul.nav li a {
	color: #055892;
}
.tab-menu ul.nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    margin-right: 5px;
    text-transform: uppercase;
    width: 131px;
}
.navbar-brand.page-scroll.sticky-logo img {
    max-width: 100%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #055892 !important;
  border-color: #055892;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #fff !important;
  cursor: default;
  position: relative;
}
.event-content.head-team h5 {
    background: #055892 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.display-table-cell {
    text-shadow: -3px 1px 9px black;
}


.whatsapp-float {
        z-index: 1000;
    display: block;
    position: fixed;
    bottom: 8px;
    left: 50%;
    padding: 0!important;
    margin-left: -109px;
    box-shadow: 3px 3px 14px #0000005e!important;
    background: #fff;
    border-radius: 12px;
    background: #fff!important;}


.whatsapp-float img {
    width: 65px;
    background: #fff;
    border-radius: 50px;}


.whatsapp-float p {
    float: right;
    padding: 22px 0;
    padding-right: 9px;
    font-weight: 900;
    font-size: 15px;
    margin: 0;
    color: #000; }


@media (min-width: 768px){
    .whatsapp-float {
        display: none;} }

.social-connect li {
    display: inline-block;
        padding: 24px;
}


.ht-progress-bar {margin: 20px 0;}
.ht-progress-bar h4 {color: #282925; font-weight: 500; font-size: 14px;}
.ht-progress-bar .progress {height: 7px; border-radius: 0px; background: #eceff8; overflow: visible; border-radius: 0;}
.ht-progress-bar .progress .progress-bar {background-color: #EE9B06; position: relative; overflow: visible;}
.ht-progress-bar .progress-parcent {background: #EE9B06; border: 2px solid; border-radius: 50%; color: #ffffff; font-size: 14px; height: 50px; line-height: 50px; position: absolute; right: -1px; top: 50%; width: 50px;}

.ht-progress-bar.style-2 .progress .progress-bar{background: #EE9B06; /* Old browsers */
background: -moz-linear-gradient(left, #EE9B06 0%, #2989d8 50%, #207cca 50%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #EE9B06 0%,#2989d8 50%,#207cca 50%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #EE9B06 0%,#2989d8 50%,#207cca 50%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EE9B06', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */}

.theme-bg .ht-progress-bar .progress{background: rgba(255,255,255,0.2);}
.theme-bg .ht-progress-bar .progress .progress-bar{background: #ffffff}
.theme-bg .ht-progress-bar h4, .theme-bg .ht-progress-bar .progress-parcent,
.dark-bg .ht-progress-bar h4, .dark-bg .ht-progress-bar .progress-parcent{color: #ffffff}

.ht-progress-bar.style-3 .progress-bar .progress-parcent{background: #EE9B06; border-radius: 5px; color: #fff; display: inline-block; padding: 0 8px; position: absolute; right: -5px; text-align: center; top: -35px;}
.ht-progress-bar.style-3 .progress-bar .progress-parcent::before {background: #EE9B06; bottom: -2px; content: ""; display: block; height: 5px; left: 50%; margin-left: -2px; position: absolute; transform: rotate(45deg); width: 5px;}

.input-form {
background: #f0f0f0;
padding: 39px 30px 39px;
margin-left: 0px;
}

.input-form input {
margin-bottom: 10px;
height: 40px;
}



.buttondesign {
padding: 7px;
    background: #055892;
    color: #ffffff;
width: 100%;
height: 23px;
border-radius: 59px;
padding-bottom: 44px;
font-size: 21px
}


.text-transform {
font-weight: 700;
text-align: center;
font-size: 41px;
text-transform: uppercase;
color: #ff8d52;

}

.input-form h2 {
text-align: center;
font-weight: 600;
}


/**************************************************/
.center{
    text-align: center;
}

.markup-text {
      padding: 20px;
    color: #333;
    font-weight: 600;
/*    font-style: italic;*/
    text-align: left;
    clear: both;
    box-shadow: -3px 6px 150px #eee !important;
    border-left: 10px solid #333 !important;
    margin-bottom: 35px;
    margin-top: 15px;
    background-color: #055892;
    border-radius: 30px;
    font-size: 20px;
}

.h1w{
            font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
}

.socialwhats i {
    font-size: 20px;
    padding: 10px;
}

.socialwhats {
    text-align: center;
    margin: 3px;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 3px 4px 15px #00000026;
    border-bottom: 3px solid #055892;
    border-radius: 55px;
}



ul.nav.navbar-nav.navbar-right {
    padding: 25px 0;
}

.topbar-left {
    margin: 12px 0;
}
ul.square {
    list-style: square;
}
h4.deals {
    color: #000;
}

.whatsapp-float img {
    width: 65px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px -1px 20px #49d849;
}
.whatsapp-float {
    z-index: 1000;
    display: block;
    position: fixed;
    bottom: 20px;
    left: 138px;
    right: auto;
    padding: 0 !important;
    border-radius: 100%;
}

.row.main-row {
    padding-bottom: 50px;
}

.col-md-4.col-sm-4.col-xs-12.saffron-side {
    border-left: 1px solid #80808029;
}

.col-md-4.col-sm-6.steel-pt {
    padding-bottom: 15px;
}

.blog-banner img {
    margin-bottom: 15px;
    border-radius: 10px;
}

.row.first.social-contact {
    padding: 15px 0;
}

.para{
    color: white;
}




.breadcrumb-ind {
    background: url("../img/pipes-tubes.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2; }
    .breadcrumb-ind:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: .64;
      z-index: -1; }
    .breadcrumb-ind .breadcrumb-content {
      margin-top: 184px;
      padding: 120px 0; }
      .breadcrumb-ind .breadcrumb-content h2 {
        color: #fff;
        font-size: 44px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: -11px; }
      .breadcrumb-ind .breadcrumb-content ul li {
        color: #fff;
        font-size: 16px;
        display: inline-block;
        margin-right: 10px; }
        .breadcrumb-ind .breadcrumb-content ul li a {
          display: inline-block;
          color: #fff;
          font-size: 16px; }


          .services-single .inner-box .lower-content {
            position: relative;
            padding-top: 0px;
            padding-left: 10rem;
            padding-right: 10rem;
            padding-bottom: 3rem;
            background-color: white;
          }



          .sidebar .single-widget {
            margin-bottom: 50px; }
            .sidebar .single-widget:last-child {
              margin-bottom: 0; }
            .sidebar .single-widget .widget_title {
              font-size: 24px;
              color: #222222;
              position: relative;
              padding-bottom: 15px;
              margin-bottom: 25px;
              margin-top: -5px;
              font-weight: 600; }
              .sidebar .single-widget .widget_title:after {
                position: absolute;
                content: '';
                left: 0;
                bottom: 0;
                width: 80px;
                background: #fb4f00;
                height: 2px; }
            .sidebar .single-widget .subject-list ul li {
              border: 1px solid #d7d7d7;
              padding: 12px 30px;
              margin-bottom: 10px;
              position: relative;
              z-index: 2; }
              .sidebar .single-widget .subject-list ul li:last-child {
                margin-bottom: 0; }
              .sidebar .single-widget .subject-list ul li:after {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                height: 100%;
                width: 0;
                background: #222222;
                z-index: -1;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
              .sidebar .single-widget .subject-list ul li:hover:after {
                width: 100%; }
              .sidebar .single-widget .subject-list ul li:hover a {
                color: #fff; }
              .sidebar .single-widget .subject-list ul li:hover span.icon {
                color: #fff; }
              .sidebar .single-widget .subject-list ul li a {
                display: inline-block;
                color: #012068;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
                font-size: 16px;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
              .sidebar .single-widget .subject-list ul li span.icon {
                float: right;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
            .sidebar .single-widget .contact h4 {
              font-weight: 500;
              font-size: 30px;
              color: #012068;
              margin-bottom: 23px;
              margin-top: -9px; }
            .sidebar .single-widget .contact ul li {
              margin-bottom: 13px; }
              .sidebar .single-widget .contact ul li .single-line {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
                .sidebar .single-widget .contact ul li .single-line span {
                  display: block; }
                  .sidebar .single-widget .contact ul li .single-line span.icon {
                    font-size: 24px;
                    color: #fb4f00;
                    margin-right: 20px; }
                  .sidebar .single-widget .contact ul li .single-line span.text {
                    color: #444444;
                    font-size: 18px;
                    line-height: 30px; }
            .sidebar .single-widget .brochures h4 {
              font-weight: 500;
              font-size: 30px;
              color: #012068;
              margin-bottom: 23px;
              margin-top: -9px; }
            .sidebar .single-widget .brochures p {
              color: #444444;
              line-height: 28px; }
            .sidebar .single-widget .brochures .buttons a.brochure {
              display: inline-block;
              color: #fff;
              background: #fb4f00;
              height: 60px;
              width: 100%;
              margin-bottom: 20px;
              line-height: 56px;
              padding: 0 30px;
              font-weight: 700;
              position: relative;
              border: 2px solid #fb4f00;
              font-size: 18px;
              z-index: 2;
              position: relative; }
              .sidebar .single-widget .brochures .buttons a.brochure:after {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 0;
                height: 100%;
                background: #222222;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                z-index: -1; }
              .sidebar .single-widget .brochures .buttons a.brochure:hover:after {
                width: 100%; }
              .sidebar .single-widget .brochures .buttons a.brochure img {
                width: 30px;
                margin-right: 20px; }
            .sidebar .single-widget .brochures .buttons a.characteristics {
              display: inline-block;
              color: #222222;
              height: 60px;
              width: 100%;
              margin-bottom: 20px;
              line-height: 60px;
              padding: 0 30px;
              font-weight: 700;
              position: relative;
              font-size: 18px;
              border: 1px solid #cdcbcb;
              z-index: 2;
              position: relative;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
              .sidebar .single-widget .brochures .buttons a.characteristics:after {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 0;
                height: 100%;
                background: #222222;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                z-index: -1; }
              .sidebar .single-widget .brochures .buttons a.characteristics:hover {
                color: #fff; }
                .sidebar .single-widget .brochures .buttons a.characteristics:hover:after {
                  width: 100%; }
                .sidebar .single-widget .brochures .buttons a.characteristics:hover img {
                  -webkit-filter: brightness(100) grayscale(1);
                  filter: brightness(100) grayscale(1); }
              .sidebar .single-widget .brochures .buttons a.characteristics img {
                width: 30px;
                margin-right: 20px; }
            .sidebar .single-widget .start-banner {
              background: url("../img/start-banner.jpg") center center no-repeat;
              background-size: cover;
              position: relative;
              z-index: 2;
              padding: 49px 40px 40px;
              text-align: center; }
              .sidebar .single-widget .start-banner:after {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: black;
                opacity: .84;
                z-index: -1; }
              .sidebar .single-widget .start-banner .part-img {
                height: 60px;
                width: auto;
                margin-bottom: 35px; }
                .sidebar .single-widget .start-banner .part-img img {
                  height: 100%; }
              .sidebar .single-widget .start-banner .part-text p {
                color: #fff;
                font-size: 16px;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
                margin-bottom: 5px; }
              .sidebar .single-widget .start-banner .part-text h3 {
                font-size: 40px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 28px; }
              .sidebar .single-widget .start-banner .part-text a.start-button {
                display: inline-block;
                height: 50px;
                width: 220px;
                background: #fff;
                color: #012068;
                font-weight: 600;
                border-radius: 50px;
                line-height: 50px;
                text-align: center;
                overflow: hidden; }
                .sidebar .single-widget .start-banner .part-text a.start-button span.icon {
                  display: inline-block;
                  width: 60px;
                  height: 50px;
                  background: #fb4f00;
                  color: #fff;
                  float: right;
                  -webkit-transition: all 0.3s ease-in;
                  -moz-transition: all 0.3s ease-in;
                  -o-transition: all 0.3s ease-in;
                  transition: all 0.3s ease-in; }
                .sidebar .single-widget .start-banner .part-text a.start-button:hover span.icon {
                  background: #222222; }
            .sidebar .single-widget .search_widget form {
              position: relative; }
              .sidebar .single-widget .search_widget form input {
                width: 100%;
                height: 60px;
                background: transparent;
                border: none;
                padding: 0 30px;
                color: #222222;
                border: 1px solid #ececf0; }
              .sidebar .single-widget .search_widget form .submit_button {
                position: absolute;
                content: '';
                right: 0;
                top: 0;
                width: 60px;
                height: 60px;
                background: transparent;
                color: #222222;
                outline: none;
                border: none;
                border-left: 1px solid #ececf0;
                cursor: pointer;
                font-size: 14px; }
            .sidebar .single-widget .category-widget ul li {
              border-top: 1px solid #ececf0;
              padding: 14px 0 15px; }
              .sidebar .single-widget .category-widget ul li:first-child {
                border-top: none;
                padding-top: 0; }
              .sidebar .single-widget .category-widget ul li a {
                display: block;
                color: #222222;
                font-family: "Poppins", sans-serif;
                font-weight: 500;
                font-size: 15px;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                position: relative; }
                .sidebar .single-widget .category-widget ul li a:after {
                  position: absolute;
                  content: '';
                  left: 10px;
                  top: 50%;
                  margin-top: -5px;
                  width: 10px;
                  height: 10px;
                  background: #fb4f00;
                  -webkit-transition: all 0.5s ease-in;
                  -moz-transition: all 0.5s ease-in;
                  -o-transition: all 0.5s ease-in;
                  transition: all 0.5s ease-in;
                  opacity: 0;
                  border-radius: 50%; }
                .sidebar .single-widget .category-widget ul li a:hover {
                  padding-left: 30px;
                  color: #fb4f00; }
                  .sidebar .single-widget .category-widget ul li a:hover:after {
                    opacity: 1; }
                .sidebar .single-widget .category-widget ul li a span.count {
                  float: right;
                  width: 30px;
                  height: 30px;
                  background: #e8effb;
                  color: #444444;
                  font-family: "Poppins", sans-serif;
                  font-weight: 500;
                  text-align: center;
                  line-height: 30px; }
            .sidebar .single-widget .recent_news_widget .single_news {
              border-bottom: 1px solid #ececf0;
              padding: 25px 0;
              display: flow-root; }
              .sidebar .single-widget .recent_news_widget .single_news:last-child {
                border-bottom: none;
                padding-bottom: 0; }
              .sidebar .single-widget .recent_news_widget .single_news:first-child {
                padding-top: 0; }
              .sidebar .single-widget .recent_news_widget .single_news .part-img {
                width: 70px;
                border-radius: 50%;
                overflow: hidden;
                float: left;
                margin-right: 30px; }
                .sidebar .single-widget .recent_news_widget .single_news .part-img img {
                  width: 100%; }
              .sidebar .single-widget .recent_news_widget .single_news .part-text {
                display: table; }
                .sidebar .single-widget .recent_news_widget .single_news .part-text a {
                  display: inline-block;
                  color: #222222;
                  font-family: "Poppins", sans-serif;
                  font-weight: 500;
                  display: block;
                  line-height: 22px;
                  margin-bottom: 4px;
                  -webkit-transition: all 0.3s ease-in;
                  -moz-transition: all 0.3s ease-in;
                  -o-transition: all 0.3s ease-in;
                  transition: all 0.3s ease-in; }
                  .sidebar .single-widget .recent_news_widget .single_news .part-text a:hover {
                    color: #fb4f00; }
                .sidebar .single-widget .recent_news_widget .single_news .part-text span {
                  display: inline-block;
                  color: #888;
                  font-size: 14px; }
                  .sidebar .single-widget .recent_news_widget .single_news .part-text span i {
                    margin-right: 6px;
                    color: #fb4f00; }
            .sidebar .single-widget .archives-widget ul li {
              border-top: 1px solid #ececf0;
              padding: 14px 0 15px; }
              .sidebar .single-widget .archives-widget ul li:first-child {
                border-top: none;
                padding-top: 0; }
              .sidebar .single-widget .archives-widget ul li a {
                display: block;
                color: #222222;
                font-family: "Poppins", sans-serif;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                position: relative; }
                .sidebar .single-widget .archives-widget ul li a:after {
                  position: absolute;
                  content: '';
                  left: 10px;
                  top: 50%;
                  margin-top: -5px;
                  width: 10px;
                  height: 10px;
                  background: #fb4f00;
                  -webkit-transition: all 0.5s ease-in;
                  -moz-transition: all 0.5s ease-in;
                  -o-transition: all 0.5s ease-in;
                  transition: all 0.5s ease-in;
                  opacity: 0;
                  border-radius: 50%; }
                .sidebar .single-widget .archives-widget ul li a:hover {
                  padding-left: 30px;
                  color: #fb4f00; }
                  .sidebar .single-widget .archives-widget ul li a:hover:after {
                    opacity: 1; }
                .sidebar .single-widget .archives-widget ul li a span.count {
                  float: right;
                  width: 30px;
                  height: 30px;
                  background: #e8effb;
                  color: #444444;
                  font-family: "Poppins", sans-serif;
                  font-weight: 500;
                  text-align: center;
                  line-height: 30px; }
            .sidebar .single-widget .gallery-widget .profo-row {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin: 0 -5px; }
              .sidebar .single-widget .gallery-widget .profo-row .single-feed {
                width: calc(100%/(3-20px));
                overflow: hidden;
                position: relative;
                padding: 0 5px;
                margin-bottom: 10px; }
                .sidebar .single-widget .gallery-widget .profo-row .single-feed:hover .overlapping-btn {
                  visibility: visible;
                  opacity: 1; }
                .sidebar .single-widget .gallery-widget .profo-row .single-feed img {
                  width: 100%; }
                .sidebar .single-widget .gallery-widget .profo-row .single-feed .overlapping-btn {
                  position: absolute;
                  top: 0px;
                  left: 5px;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  right: 5px;
                  bottom: 0px;
                  background: rgba(255, 14, 31, 0.2);
                  visibility: hidden;
                  opacity: 0;
                  -webkit-transition: all 0.3s ease-in;
                  -moz-transition: all 0.3s ease-in;
                  -o-transition: all 0.3s ease-in;
                  transition: all 0.3s ease-in; }
                  .sidebar .single-widget .gallery-widget .profo-row .single-feed .overlapping-btn .view_photo {
                    display: inline-block;
                    font-size: 14px;
                    color: #fff;
                    line-height: 30px;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    border-radius: 50%;
                    background: #fb4f00; }
            .sidebar .single-widget .tag_widget .single_tag {
              display: inline-block;
              padding: 10px 20px;
              background: transparent;
              color: #fff;
              text-transform: capitalize;
              color: #fff;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in;
              margin-bottom: 5px;
              margin-right: 1px;
              border: 1px solid #ececf0;
              color: #222222;
              font-family: "Poppins", sans-serif; }
              .sidebar .single-widget .tag_widget .single_tag:hover {
                background: #fb4f00;
                color: #fff; }
            .sidebar .single-widget .newsletter {
              background: #222222;
              padding: 30px; }
              .sidebar .single-widget .newsletter h3 {
                color: #fff;
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 20px; }
                .sidebar .single-widget .newsletter h3 .icon {
                  margin-right: 10px; }
              .sidebar .single-widget .newsletter form input {
                height: 60px;
                width: 100%;
                padding: 0 30px;
                border: none;
                margin-bottom: 20px; }
              .sidebar .single-widget .newsletter form button {
                height: 60px;
                border: 2px solid #fb4f00;
                width: 100%;
                color: #fff;
                background: #fb4f00;
                font-family: "Poppins", sans-serif;
                cursor: pointer;
                position: relative;
                z-index: 2; }
                .sidebar .single-widget .newsletter form button:after {
                  position: absolute;
                  content: '';
                  left: 0;
                  top: 0;
                  width: 0;
                  height: 100%;
                  background: #222222;
                  z-index: -1;
                  -webkit-transition: all 0.3s ease-in;
                  -moz-transition: all 0.3s ease-in;
                  -o-transition: all 0.3s ease-in;
                  transition: all 0.3s ease-in; }
                .sidebar .single-widget .newsletter form button:hover:after {
                  width: 100%; }
          
          /*==========================================
              team-details
          ===========================================*/
          .team-2.team-details {
            padding-bottom: 120px; }
          
          .team-2 .team-details-content p {
            color: #444444;
            font-size: 17px;
            line-height: 30px;
            margin-bottom: 27px; }
          
          .team-2 .team-details-content .team-details-footer .part-left {
            display: inline-block; }
            .team-2 .team-details-content .team-details-footer .part-left ul li {
              display: inline-block;
              font-size: 18px;
              color: #1a1e66;
              margin-right: 30px; }
              .team-2 .team-details-content .team-details-footer .part-left ul li span {
                display: inline-block; }
                .team-2 .team-details-content .team-details-footer .part-left ul li span.icon {
                  margin-right: 10px;
                  color: #fb4f00; }
          
          .team-2 .team-details-content .team-details-footer .part-right {
            float: right; }
            .team-2 .team-details-content .team-details-footer .part-right ul li {
              display: inline-block; }
              .team-2 .team-details-content .team-details-footer .part-right ul li a {
                display: inline-block;
                color: #fb4f00;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                margin-right: 15px; }
                .team-2 .team-details-content .team-details-footer .part-right ul li a:hover {
                  color: #222222; }
              .team-2 .team-details-content .team-details-footer .part-right ul li:last-child a {
                margin-right: 0; }



                .contact-section {
                    padding: 10px 0; }
                    .contact-section .address-area {
                      margin-bottom: 70px; }
                      .contact-section .address-area .single-address-card {
                        text-align: center;
                        padding: 40px 0;
                        border: 2px solid #e7e7e7;
                        border-radius: 10px;
                        position: relative;
                        z-index: 2;
                        overflow: hidden;
                        margin-bottom: 30px; }
                        .contact-section .address-area .single-address-card:after {
                          position: absolute;
                          content: '';
                          left: 0;
                          top: 0;
                          width: 0;
                          height: 100%;
                          background: rgb(19, 125, 157);
                          -webkit-transition: all 0.3s ease-in;
                          -moz-transition: all 0.3s ease-in;
                          -o-transition: all 0.3s ease-in;
                          transition: all 0.3s ease-in;
                          z-index: -1; }
                        .contact-section .address-area .single-address-card:before {
                          position: absolute;
                          content: '';
                          right: 0;
                          top: 0;
                          width: 0;
                          height: 100%;
                          background: rgb(19, 125, 157);
                          -webkit-transition: all 0.3s ease-in;
                          -moz-transition: all 0.3s ease-in;
                          -o-transition: all 0.3s ease-in;
                          transition: all 0.3s ease-in;
                          z-index: -1; }
                        .contact-section .address-area .single-address-card:hover:after, .contact-section .address-area .single-address-card:hover:before {
                          width: 50%; }
                        .contact-section .address-area .single-address-card:hover .part-icon img {
                          -webkit-filter: brightness(100) grayscale(1);
                          filter: brightness(100) grayscale(1); }
                        .contact-section .address-area .single-address-card:hover .part-text span.title, .contact-section .address-area .single-address-card:hover .part-text span.info {
                          color: #fff; }
                        .contact-section .address-area .single-address-card .part-icon {
                          height: 50px;
                          display: inline-block;
                          margin-bottom: 21px; }
                          .contact-section .address-area .single-address-card .part-icon img {
                            height: 100%; }
                        .contact-section .address-area .single-address-card .part-text span {
                          display: block; }
                          .contact-section .address-area .single-address-card .part-text span.title {
                            font-size: 26px;
                            font-weight: 600;
                            color: #222222;
                            font-family: "Poppins", sans-serif;
                            margin-bottom: 7px;
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in; }
                          .contact-section .address-area .single-address-card .part-text span.info {
                            color: #999999;
                            font-size: 18px;
                            font-family: "Poppins", sans-serif;
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in; }
                    .contact-section .contact-form h3 {
                      font-size: 30px;
                      line-height: 40px;
                      font-weight: 700;
                      color: #222222;
                      margin-bottom: 52px; }
                      .contact-section .contact-form h3 span.marked {
                        color: #fb4f00;
                        font-family: "Playfair Display", serif;
                        font-style: italic; }
                    .contact-section .contact-form form input, .contact-section .contact-form form select {
                      width: 100%;
                      height: 60px;
                      padding: 0 30px;
                      margin-bottom: 15px;
                      background: #eef1f5;
                      border: none;
                      color: #222222; }
                    .contact-section .contact-form form .select-box {
                      position: relative; }
                      .contact-section .contact-form form .select-box .icon {
                        position: absolute;
                        right: 30px;
                        top: 50%;
                        -webkit-transform: translateY(-65%);
                        -ms-transform: translateY(-65%);
                        transform: translateY(-65%);
                        z-index: 2; }
                      .contact-section .contact-form form .select-box .select {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        position: relative;
                        color: #222222; }
                        .contact-section .contact-form form .select-box .select:before {
                          position: absolute;
                          content: '';
                          left: 0;
                          top: 0;
                          width: 100%;
                          height: 100%;
                          background: red; }
                    .contact-section .contact-form form textarea {
                      width: 100%;
                      height: 130px;
                      padding: 13px 30px;
                      border: none;
                      background: #eef1f5;
                      color: #222222;
                      display: -ms-grid;
                      display: grid; }
                    .contact-section .contact-form form button {
                      font-family: "Poppins", sans-serif;
                      font-weight: 600;
                      font-size: 16px;
                      color: #fff;
                      background: #fb4f00;
                      height: 60px;
                      width: 180px;
                      border-radius: 50px;
                      border: none;
                      outline: none;
                      cursor: pointer;
                      margin-top: 30px;
                      -webkit-box-shadow: 0px 3px 10px 0px rgba(251, 79, 0, 0.3);
                      box-shadow: 0px 3px 10px 0px rgba(251, 79, 0, 0.3);
                      border: 1px solid #fb4f00;
                      -webkit-transition: all 0.3s ease-in;
                      -moz-transition: all 0.3s ease-in;
                      -o-transition: all 0.3s ease-in;
                      transition: all 0.3s ease-in; }
                      .contact-section .contact-form form button:hover {
                        color: #222222;
                        background: transparent;
                        border-color: #222222; }
                    .contact-section .map {
                      height: 100%; }






                      /* table */

                      .service-details {
                        padding: 5px 0; }
                        .service-details .service-details-content h3 {
                          color: #012068;
                          font-weight: 600;
                          font-size: 30px;
                          margin-top: -6px;
                          margin-bottom: 24px; }
                        .service-details .service-details-content p {
                          color: #444444;
                          font-size: 17px;
                          line-height: 30px;
                          margin-bottom: 27px; }
                        .service-details .service-details-content ul li {
                          font-size: 17px;
                          margin-bottom: 7px; }
                          .service-details .service-details-content ul li i {
                            margin-right: 4px; }
                        .service-details .service-details-content .img-slider {
                          margin-top: 70px; }
                          .service-details .service-details-content .img-slider .owl-nav {
                            display: none; }
                          .service-details .service-details-content .img-slider .owl-dots {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: horizontal;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                            flex-direction: row;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            height: 100%;
                            margin-top: 40px; }
                            .service-details .service-details-content .img-slider .owl-dots .owl-dot {
                              display: inline-block;
                              width: 10px;
                              height: 10px;
                              background: #c6c6c6;
                              border-radius: 50%;
                              margin-right: 40px;
                              -webkit-transition: all 0.3s ease-in;
                              -moz-transition: all 0.3s ease-in;
                              -o-transition: all 0.3s ease-in;
                              transition: all 0.3s ease-in;
                              cursor: pointer; }
                              .service-details .service-details-content .img-slider .owl-dots .owl-dot:last-child {
                                margin-right: 0; }
                              .service-details .service-details-content .img-slider .owl-dots .owl-dot.active {
                                width: 15px;
                                height: 15px;
                                background: #fb4f00; }
                        .service-details .service-details-content .blog-tabs {
                          margin-top: 70px; }
                          .service-details .service-details-content .blog-tabs .nav-tabs {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: horizontal;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                            flex-direction: row;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center; }
                            .service-details .service-details-content .blog-tabs .nav-tabs .nav-item {
                              margin-bottom: 0; }
                              .service-details .service-details-content .blog-tabs .nav-tabs .nav-item .nav-link {
                                border: none;
                                color: #222222;
                                font-size: 18px;
                                font-family: "Poppins", sans-serif;
                                font-weight: 500;
                                border-radius: 0;
                                padding: 9px 30px 8px;
                                margin-right: 30px; }
                                .service-details .service-details-content .blog-tabs .nav-tabs .nav-item .nav-link.active {
                                  border: none;
                                  background: #fb4f00;
                                  color: #fff;
                                  font-size: 18px;
                                  font-family: "Poppins", sans-serif;
                                  font-weight: 600;
                                  border-radius: 0; }
                              .service-details .service-details-content .blog-tabs .nav-tabs .nav-item:last-child .nav-link {
                                margin-right: 0; }
                          .service-details .service-details-content .blog-tabs .tab-content {
                            padding-top: 32px; }
                        .service-details .service-details-content .smilar-news {
                          padding-top: 40px; }
                          .service-details .service-details-content .smilar-news .single-image {
                            position: relative;
                            overflow: hidden; }
                            .service-details .service-details-content .smilar-news .single-image:hover .content-on-img .after-hover-effect {
                              top: 0; }
                            .service-details .service-details-content .smilar-news .single-image img {
                              width: 100%; }
                            .service-details .service-details-content .smilar-news .single-image .content-on-img {
                              position: absolute;
                              content: '';
                              top: 0;
                              left: 0;
                              width: 100%;
                              height: 100%;
                              padding: 30px;
                              display: -webkit-box;
                              display: -ms-flexbox;
                              display: flex;
                              -webkit-box-orient: vertical;
                              -webkit-box-direction: normal;
                              -ms-flex-direction: column;
                              flex-direction: column;
                              -webkit-box-pack: end;
                              -ms-flex-pack: end;
                              justify-content: flex-end; }
                              .service-details .service-details-content .smilar-news .single-image .content-on-img .part-icon {
                                width: 50px;
                                margin-bottom: 25px; }
                                .service-details .service-details-content .smilar-news .single-image .content-on-img .part-icon img {
                                  width: 100%; }
                              .service-details .service-details-content .smilar-news .single-image .content-on-img a.title {
                                font-size: 20px;
                                font-weight: 700;
                                color: #fff;
                                font-family: "Poppins", sans-serif;
                                line-height: 30px;
                                display: inline-block; }
                              .service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect {
                                position: absolute;
                                left: 0;
                                top: 100%;
                                width: 100%;
                                height: 100%;
                                background: rgb(19, 125, 157);
                                padding: 50px;
                                text-align: center;
                                -webkit-transition: all 0.3s ease-out;
                                -moz-transition: all 0.3s ease-out;
                                -o-transition: all 0.3s ease-out;
                                transition: all 0.3s ease-out; }
                                .service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect .part-icon {
                                  display: inline-block; }
                                  .service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect .part-icon img {
                                    -webkit-filter: brightness(100) grayscale(1);
                                    filter: brightness(100) grayscale(1); }
                                .service-details .service-details-content .smilar-news .single-image .content-on-img .after-hover-effect p {
                                  color: #fff;
                                  font-size: 16px;
                                  line-height: 26px; }
                        .service-details .service-details-content .next_prev_button {
                          border-top: 1px solid #ececf0;
                          border-bottom: 1px solid #ececf0;
                          display: -webkit-box;
                          display: -ms-flexbox;
                          display: flex;
                          -webkit-box-orient: horizontal;
                          -webkit-box-direction: normal;
                          -ms-flex-direction: row;
                          flex-direction: row;
                          -webkit-box-pack: justify;
                          -ms-flex-pack: justify;
                          justify-content: space-between;
                          margin-top: 40px;
                          font-family: "Poppins", sans-serif;
                          font-weight: 600; }
                          .service-details .service-details-content .next_prev_button a {
                            display: inline-block;
                            color: #444444;
                            padding: 20px 0;
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in; }
                            .service-details .service-details-content .next_prev_button a i {
                              margin-right: 10px; }
                            .service-details .service-details-content .next_prev_button a:hover {
                              color: rgb(19, 125, 157); }
                            .service-details .service-details-content .next_prev_button a:last-child {
                              color: rgb(19, 125, 157); }
                              .service-details .service-details-content .next_prev_button a:last-child:hover {
                                color: #444; }
                              .service-details .service-details-content .next_prev_button a:last-child i {
                                margin-right: 0;
                                margin-left: 10px; }
								
								.u-section-2 {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(images/pipes.jpg);
    background-position: 50% 50%;
}
.u-shading, .u-overlap.u-overlap-contrast .u-header {
    color: #ffffff;
}
.u-section-2 .u-slider-1 {
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 788px;
}
.u-carousel {
    position: relative;
}
.u-carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.u-carousel-item {
    position: relative;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translate3d(0, 0, 0);
}
.u-align-center {
    text-align: center;
}
.u-sheet:not(.u-image):not(.u-video)>* {
    pointer-events: auto;
    pointer-events: initial;
}

#c1{
 float:left;	
}	
#c2{
 float:left;	
}
.u-gallery-inner {
	padding-left:400px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#carousel_d17f{
	padding-bottom:0px;
}
.float-container {
    border: 1px solid #fff;
    padding: 20px;
	    padding-bottom: 450px;
		padding-left: 400px;
}

.float-child {
    width: 35%;
    float: left;
    padding: 20px;
    border: 2px solid black;
	box-shadow: 3px 3px #3e3c3c;
}  
.lists-brochures {
    width: 100%;
    position: relative;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #02185a;
    height: 60px;
    line-height: 60px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 15px;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.20px;
}
.lists-brochures li a {
    width: 100%;
    position: relative;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    color: #02185a;
    height: 60px;
    line-height: 60px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 15px;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.20px;
}
.lists-brochures li a span {
    position: absolute;
    right: 15px;
    height: 30px;
    width: 30px;
    background: #af3535;
    line-height: 30px;
    top: 15px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
}
.lists-brochures a span {
    position: absolute;
    right: 15px;
    height: 30px;
    width: 30px;
    background: #af3535;
    line-height: 30px;
    top: 15px;
    text-align: center;
    font-size: 10px;
    color: #FFF;
}