/****************common css*****************/
h2 {
	color:#1283df;
}
ul {
	padding: 0;
}
ul li {
	list-style: none;
}
.heading-two {
	color: #1283de;
	border-bottom: 2px solid #1283de;
	font-size:24px;
	padding-bottom:12px;
	margin-bottom: 24px;
	font-weight: 600;
}
.sub-head {
color: #1283de;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 24px;
}

.heading-group {	
	border-bottom: 2px solid #1283de;
	padding-bottom: 20px;
	margin-bottom: 24px;
	text-align: center;	
	margin-top: 24px;
}
.heading-group h4 {
	font-size: 18px;
	margin-bottom: 4px;
	font-weight: 600;
}
.heading-group span {
	display: block;
}

.btn-learn-more {
    color: #fff;
    background-color: #2087dc;
    border-color: #2087dc;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 20px;
    padding: 0 20px 0 20px;
}
.btn-learn-more:hover {
	color:#fff;
	text-decoration: none;
}
.btn-learn-more .glyphicon {
	margin-left:20px;
}
.btn-learn-more.sm {
font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: inherit;
}
.heading-first {
color: #0187ce;
position: relative;
padding: 0 0 24px;
margin-bottom: 32px;
margin-top: 0;
font-weight: 600;
font-size: 24px;
}

.heading-first:after {
	position: absolute;
	bottom: 0px;
	width: 226px;
	border-bottom: 2px solid #1283df;
	content: "";
	left: 50%;
	margin-left: -113px;
}
/****************header css*****************/

.header-main {
position: relative;
z-index: 100;
}
.navbar-brand {
	margin-left: 15px;
}
.navbar-brand img {
width: 140px;
height: auto;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #275cbc;
  background: #275cbc;
  padding-bottom: 24px;
    top: -12px;
    padding-top: 56px;
    z-index: 100;
    position: absolute;
    right:15px;
    left:15px;
}
.call-us {
	margin: 24px 0 0;
	display: none;
	
}
.call-us.hide-desk {
	display: block;
	background: #f8f8f8;
	padding: 12px 15px;
	margin-top: 0;
	text-align: center;
}
.call-us span {
	display: inline-block;
	font-weight: 700;
	font-size:14px;
	margin-right:4px;
	color: #fff;
}
.call-us a.btn.btn-danger {
	line-height:36px;
	height:36px;
	border-radius:18px;
	padding: 0 12px;
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: 700;

}
.call-us.hide-desk span {
	color: #333;
}
.header-main nav {
	padding:12px 0px;
}
.header-main nav .navbar-default {
	border: 0px;
	border-radius: 0;
}
.header-main .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
}
.header-main .navbar-default .navbar-nav > li > a .glyphicon {
	font-size: 12px;
	color: #f00202;
}
.header-main .navbar-default .navbar-nav > li > a:hover .glyphicon {
	transform: rotate(180deg);
}

.header-main .nav > li > a {
	padding: 10px 20px;
	font-weight:600;
}
.header-main .nav > li {
	position: relative;	
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 8px 0;
}
.navbar {
	margin-bottom: 0;
	border-bottom: 0;
}
.header-main .nav > li.dropdown:hover:before {
	position: absolute;
	left: 0px;
	right: 0px;
	border-bottom:4px solid #f00202;
	content: "";
	bottom: 0;
}
.sub-menu {
	background: #275cbc;
	padding:20px 24px;
	display: none;
	left: 0px;
	top: 52px;
	right: 0px;
	z-index: 100;
	border:1px solid #275cbc;
}
.sub-menu li {
position: relative;
}
.sub-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
	display: block;
}
.header-main .nav > li:hover {

}
.header-main .nav > li:hover .glyphicon {
	transform: rotate(180deg);
}
.header-main .nav > li:hover .sub-menu {
	display: block;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #275cbc;
}
/*.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #275cbc;
}*/
 
.navbar-default .navbar-toggle {
	padding: 13px 10px;
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	transform: rotate(45deg);
    margin-top: 2px;
}
.navbar-default .navbar-toggle .icon-bar.ops {
	transform: rotate(-45deg);
	margin-top: -2px;
    margin-bottom: 2px;
}
.navbar-default .navbar-toggle .icon-bar.dspl {
	display: none;
}

.navbar-default .navbar-toggle.collapsed {
	padding: 10px;
	background: #275cbc;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
	transform: rotate(0deg);
    margin-top: 0px;
    background-color: #fff;
}
.navbar-default .navbar-toggle.collapsed .icon-bar.ops {
	transform: rotate(0deg);
	margin-top: 4px;
    margin-bottom:0px;
}
.navbar-default .navbar-toggle.collapsed .icon-bar.dspl {
	display: block;
	margin-top: 4px;
}

/****************banner section*****************/
.banner-home {
color: #333;
display: none;
}

.banner-home h1, .banner-home h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-top: 0;
	color: #333;
}
.banner-home p {
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 600;
}
.banner-home .btn {
	line-height: 36px;
	padding: 0 20px;
	background: #275cbc;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.banner-home .owl-carousel .owl-item figure img {
    display: block;
    min-height: 320px;
}

.banner-home figure {
}

.banner-home figure.abs {
	position: absolute;
	z-index: -1;
	left: 0px;
	bottom: 0;
}
.banner-home figure.abs img {
	min-height:400px;
}

.banner-home figure.tap {
	position: absolute;
	z-index: -1;
	top: 50px;
	left: 10px;
}

.banner-home figure.plumber {
	position: absolute;
	z-index: -1;
	top:0px;
	left: 10px;
}


.banner-home .item {position: relative; }
.banner-home .item .abs-banner {
	min-height:320px;	
	background: rgba(255, 255, 255, .5);
}

.banner-home .item .abs-banner .contain-area {
display: table;
	width: 100%;
	height: 100%;	
	min-height:320px;	
} 

.banner-home .item .abs-banner .cont-mid {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0px;	
}

.banner-home .owl-theme .owl-dots {
position: absolute;
left: 0px;
right: 0px;
bottom: 16px;
}
/****************intro section*****************/
.common-content {
	padding: 24px 0 0px;
	background: #f3f3f3;
}
.common-content.bg-none {
	background: #fff;
}

.common-content p {
	margin-bottom: 28px;
}
/****************team availability section*****************/
.service-main {
padding:0px;
	background: #f3f3f3;	
}
.card-service {
	background: #fff;
	position: relative;
	margin-bottom: 24px;
}
.card-service figure img {
	max-width: 100%;
	width: 100%;
}

.card-service .card-content {
	padding: 36px 12px 32px;
}
.card-service .card-content p {
	margin-bottom: 40px;
}
.service-main h3 {
	font-size: 24px;
	margin-bottom: 24px;
}
.abs-header {
	background: #1283df;
	color: #fff;
	position: absolute;
	left: -10px;
	line-height: 48px;
	font-size:16px;
	padding: 0 0 0 20px;
	right: 10%;
	top: 16px;
	font-weight: 600;
}



.abs-header:before {
	position: absolute;
	left: -1px;
	bottom: -12px;
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 12px 0.5px 0 12.5px;
border-color: #0a5fa5 transparent transparent transparent;
z-index: 1;
}
/****************product section start*****************/
.product-section {
	padding:24px 0 24px;
	background: #ffffff;
}
.product-section h3 {
	font-size:24px;
	margin:24px 0 24px;
}
.product-section dfn {
	display: block;
	font-style: normal;
	color: #1283df;
	font-size:20px;
	margin-bottom:24px;
	font-weight: 600;
}
.product-section p {
	margin-bottom:24px;
	font-weight: 600;
}

/****************testimonial section*****************/
.testimonial-home {
	background: #0c3a5f;
	padding: 52px 0px 52px;
	text-align: center;
	color: #fff;
}
.cont-testi {
	max-width: 976px;
	margin: 0 auto 32px;
}
.testimonial-home p {
	font-size:16px;
	font-weight: 900;
	margin-bottom:24px;
	padding: 0 16px;
}
.cont-testi span {
	font-weight: 700;
	font-size: 15px;
}

/****************solution section*****************/
.perfect-solutions {
	padding:0;
	text-align: center;
	overflow: hidden;
}
.perfect-solutions h2 {
	margin-bottom: 36px;
}
.solutions-fig {	
	float: left;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.solutions-fig h3 {
	font-size:24px;
	margin: 0 0 24px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .56);
}

.solutions-fig figure img {
	max-width: 100%;
	width: 100%;
}
.abs-opaque {
	background: rgba(18, 129, 221, .3);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;

}

.abs-solution {
	background: rgba(18, 129, 221, .6);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	transform: translate(0, 100%);
	transition: all 200ms ease-in;

}
.solutions-fig:hover .abs-solution {
	display: block;
	transform: translate(0, 0%);
}
.table-cont {
	display: table;
	height: 100%;
	width: 100%;
}
.table-mid {
	display: table-cell;
	vertical-align: middle;
}
.solutions-fig .btn-learn-more {
background: #fff;
color: #275cbc;
}



/****************footer section*****************/
.footer-common {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1283df+0,0962ac+52,0961a9+100 */
background: #1283df; /* Old browsers */
background: -moz-linear-gradient(top,  #1283df 0%, #0962ac 52%, #0961a9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1283df 0%,#0962ac 52%,#0961a9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1283df 0%,#0962ac 52%,#0961a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1283df', endColorstr='#0961a9',GradientType=0 ); /* IE6-9 */

	padding:24px 0 0;
}
.footer-top {
	overflow: hidden;
	color: #ffffff;
}
.footer-top h4 {
font-size: 20px;
margin-bottom: 24px;
}
.list-social {
	display: inline-block;
	width: 100%;
	margin:0px;
	padding: 0;
	text-align: center;
}
.list-social li {
	display: inline-block;
	margin: 0 4px;
}
.footer-common a {
	color: #fff;
}
.list-link-footer {
	padding: 0px;
	text-align: center;
	margin-bottom: 28px;
}
.list-link-footer li {
	margin-bottom: 16px;
	line-height: 1.2;
	font-size: 17px;
	border-left:0px;
}
.list-link-footer li a {
	text-decoration: none;
	font-weight: 700;
}
.list-link-footer li ul {
	margin: 16px 0 0 0px;
}
.list-link-footer li ul li {
	margin-bottom:4px;
	font-size: 16px;
}
.list-link-footer li ul li a {
	text-decoration: none;
	border-bottom:0;
	font-weight: 400;
}

.footer-desc {
	text-align: center;
}
.copy-right {
	display: block;
	margin: 28px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 24px;
}
/****************form section*****************/
.form-main {
	margin:0px 0 24px;
} 
.form-sec {
	padding: 0px 12px 0px;
	margin-bottom:8px;
}
.form-sec h3 {
	color: #0187ce;
	margin: 0 0 24px;
	font-size: 24px;
}
.form-sec .form-group {
	margin-bottom: 20px;
}
.form-sec .form-group label {
	color: #333;
	font-weight: 400;
}

.form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    background-color: #f5f5f5;
    border: 1px solid #707070;
}
.form-sec.enquire {
	margin:24px 0;
	padding: 0;
}
.form-sec.enquire.padd-none {
	margin:0px 0px 24px;
}
.form-sec.enquire form {
	background: #efefef;
	padding: 24px 16px;
}
.drag-drop {
	border: 1px dashed #404040;
	text-align: center;
	border-radius: 6px;
	line-height: 130px;
	background: #f5f5f5;
}

.form-sec.enquire form .form-control {
	background: #fff;
	margin-bottom:20px;
}

/****************testimonial section ends*****************/


/************************about, career, residential, commercial start here**************************/
.about-sec {
	margin: 36px 0 0;
}
.about-sec p {
	font-size: 16px;
	margin-bottom: 28px;
}
.about-sec h2 {
	margin-bottom:24px;
}
.about-fig {
	margin: 0px 0 26px;
}
.about-fig img {
	max-width: 100%;
	width: 100%;
}

.fig-comm {
	margin: 26px 0;
}
.fig-comm img {
	max-width: 100%;
	width: 100%;
}
.fig-comm img {
	border: 1px solid #c0bebe;
	display: block; 
}

.fig-product {
	text-align: center;
}
.card-careeer {
	background: #f3f3f3;
	margin-bottom:24px;
}
.card-careeer figure img {
	max-width: 100%;
	width: 100%;
}
.card-careeer .card-content {	
	padding: 16px 24px;
	text-align: center;
}
.img-gallery {
margin: 0px;
overflow: hidden;
padding: 32px 0 0;
}
.img-gallery ul {
	margin-right: -30px;
}
.img-gallery ul li {
	float: left;
	margin: 0 30px 30px 0;
	width:calc(50% - 30px);
}
.img-gallery ul li figure {
	display: block;
}
.img-gallery ul li img {
	max-width: 100%;
	width: 100%;
	border: 1px solid #bdbaba;
	display: block;
}

.list-dot {
margin-bottom:0px;
}
.list-dot li {
	font-weight: 600;
	padding: 0 0 8px 0px;
	position: relative;
}

/************************contact page start here**************************/
.contact-sec {
	margin: 36px 0 0;
}
.contact-sec p {
	font-size: 16px;
	margin-bottom: 28px;
}
.contact-sec h2 {
	margin-bottom:24px;
}
.address-main {
	border-bottom: 2px solid #1283df;
	padding: 0 20px 0px;
	margin-bottom: 28px;
	overflow: hidden;
}
.contact-sec address {
	font-size: 16px;
	margin-bottom: 28px;
}
.contact-sec address a {
	color: #275cbc;
}

.address-main strong {
	color: #1283df;
	font-size: 20px;
	font-weight: 700;
}
.address-main small {
	color: #1283df;
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 28px;
}
.map-sec {
	margin-top:0px;
	margin-bottom:-8px;
}
.contact-sec address a[href^="tel:"] {
  color: #275cbc;	
  font-weight:600;
}
.link-phone {
	 color: #275cbc;	
	 font-weight: 600;
}

.product-box {
	border: 1px solid #bdbaba;
	padding: 16px 14px 20px;
	margin-bottom: 24px;
}
.product-box figure {
	margin-bottom: 30px;
	text-align: center;
}
.product-box figure img {
	width: 100%;
	max-width: 100%;
}
.product-box h4 {
	font-size: 24px;
	margin-bottom: 4px;
}
.product-box h5 {
	font-size: 21px;
	font-weight: 600;
	color: #1283df;
}
/*****************************/

.contact-template {
	background: #1462a1;
}
.contact-template .container {
	background:url("../images/water-mark.png") right bottom no-repeat;
}
.form-sec.enquire.padd-less {
margin:-12px 15px 0;
}
.form-sec.enquire.padd-less form {
background: #e7f1f9;
padding: 24px 16px 0;
}

.water-mark {	
	padding: 36px 0 36px 0%;
}

.water-mark h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
}
.water-mark p {
	color: #fff;
}
.sec-template {
	margin: 36px auto 0;
	position: relative;
	max-width: 1170px;
}
.sec-template.last {
	margin:8px auto 0px;
	padding-bottom:16px;
}
.sec-template.last:after {
	position: absolute;
	border: 2px solid #1283df;
	left: 20%;
	right: 20%;
	content: "";
	bottom: 0;
}

.sec-template figure {
	text-align: center;
    margin-bottom: 24px;
} 
.sec-template figure img {
	display: inline-block;
}
.sec-template h3 {
	font-size: 24px;
	color: #1283df;
	margin-bottom: 28px
}
.sec-template h3 sup {
	top:-1px;
	font-size: 90%;
}
.sec-template h3 strong {
	font-weight: 600;
}
.sec-template p {
	margin-bottom: 28px;
	color: #000;
}
.tab-main {
	background: #f3f3f3;
	margin: 0px 0 60px;
}

.nav-tabs.tab-template {
border-bottom: 0px;
margin:24px 0 24px;
}
.nav-tabs.tab-template > li {
	width:calc(50% - 7.5px);
	margin: 0 15px 15px 0;
}
.nav-tabs.tab-template > li:nth-child(2n) {
	margin-right:0;
}

.nav-tabs.tab-template > li > a {
border-radius: 0;
border:2px solid #1462a1;
text-align: center;
font-size: 15px;
}
.nav-tabs.tab-template > li.active > a, .nav-tabs.tab-template > li.active > a:hover,
.nav-tabs.tab-template > li.active > a:focus {
color: #fff;
    background-color: #1462a1;
    border:2px solid #1462a1;
    border-bottom-color:#1462a1;
}

.tabcontent-template {
	position: relative;
}

.tabcontent-template figure img {
	min-height: 542px;
}

.cont-on-fig {
	background: rgba(9, 97, 169, .9);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0%;
	color: #fff;
	text-align: center;
}

.cont-on-fig.posn-right {
	left: 0%;
	bottom: 0;
	right: 0%;
}

.table-mid-tab {
	display: table;
	width: 100%;
	height: 100%;
}
.table-mid-cell {
display: table-cell;
vertical-align: middle;
padding: 0 6%;
}
.cont-on-fig h4 {
	font-size:20px;
	margin-bottom:16px;
}
.cont-on-fig p {
	margin-bottom:24px;
}
.cont-on-fig p:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
.heading-first {
padding: 0 0 40px;
margin-bottom: 32px;
font-size: 32px;
}
.heading-two {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 24px;
}
.heading-group {
	margin-top:0px;
}
.banner-home {
display: block;
}
.banner-home .item .abs-banner {
	min-height: 400px;
}

.banner-home .item .abs-banner .contain-area {
	min-height: 400px;
} 

.banner-home .item .abs-banner .cont-mid {
	padding: 0 48px;
}

.card-service {
	margin-bottom: 0px;
}
.service-main {
	padding: 24px 0 20px;
}
.service-main h3 {
	font-size: 28px;
	margin-bottom: 48px;
}

	.heading-two {
	font-size: 36px;
	padding-bottom: 30px;
	margin-bottom: 42px;
}
.sub-head {
	font-size: 21px;
	margin-bottom: 28px;
}

	.btn-danger {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}

.footer-common {
	padding:62px 0;
}
.footer-top h4 {
margin-bottom: 36px;
}
.list-social {
	margin: 28px 0 28px;
	text-align: left;
}
.footer-desc {
	text-align: left;
}
.list-link-footer {
	padding: 0 0 0 10px;
	border-left: 1px solid #fff;
	margin-bottom: 28px;
}
.list-link-footer {
	text-align: left;
}
.common-content {
	padding: 48px 0 12px;
}
.copy-right {
	text-align: left;
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0;
}

.solutions-fig {
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 30px;
}
.solutions-fig:nth-child(2n) {
	margin-right: 0;
}

.table-mid {
    padding: 0 24px;
}


.banner-home figure img {
	max-width: 150%;
	width: 150%;
}

.form-main {
	margin: 0;
}
.form-sec {
	padding: 0px 52px 0px;
}
.form-control {
    height: 52px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
}

.about-sec {
	margin: 72px 0 0px;
}
.about-sec p {
	font-size: 18px;
	margin-bottom: 28px;
}
.about-sec h2 {
	margin-bottom: 60px;
}
.about-fig {
	margin:20px 0 28px;
}

.card-careeer {
	margin-bottom: 48px;
}
.card-careeer .card-content {	
	padding: 16px 24px;
}

.people-desc {
	margin: 48px 0 36px;
}
.contact-sec {
	margin: 72px 0 0px;
}
.contact-sec p {
	font-size: 18px;
	margin-bottom: 28px;
}
.contact-sec h2 {
	margin-bottom: 60px;
}
.contact-sec address {
	font-size: 18px;
	margin-bottom: 40px;
}
.contact-sec address a {
color: #e14425;
}
.form-sec {
	padding: 0px 52px 0px;
	margin-bottom: 60px;
}

.form-sec.contact-form {
	padding: 0px 20px 0px;
	margin-bottom: 60px;
}
.map-sec {
	margin-top: 0px;
}
.form-sec.contact-form .form-control {
	background: #fff;
}
.img-gallery ul li {
	float: left;
	margin: 0 30px 30px 0;
	width:calc(25% - 30px);
}
.form-sec.enquire.padd-none {
	margin:48px 0 0;
}
.abs-header {
	font-size: 14px;
	right: 0%;
}
.perfect-solutions {
	padding: 32px 0 48px;
}
.product-section h3 {
    font-size: 48px;
    margin: 36px 0 24px;
}
.product-section dfn {
	font-size: 28px;
	margin-bottom:24px;
}
.product-section {
	padding: 96px 0 84px;
}
.product-section p {
    margin-bottom: 60px;
}
.testimonial-home p {
	font-size:20px;
	margin-bottom:36px;
}
.list-dot {
margin-bottom: 30px;
}
.form-sec.enquire {
	margin:48px 0 0;
	padding: 0;
}
.nav-tabs.tab-template {
margin: 52px 0 60px;
}
.sec-template figure {
	margin-bottom:0px;
}
.nav-tabs.tab-template > li {
	width:calc(25% - 22.5px);
	margin: 0 30px 0 0;
}
.nav-tabs.tab-template > li:nth-child(2n) {
	margin-right:30px;
}
.nav-tabs.tab-template > li:last-child {
	margin-right: 0;
}
.sec-template.last {
    margin: 72px auto 0px;
    padding-bottom:48px;
}
.water-mark {	
	padding: 104px 0 56px 10%;
}
.water-mark h3 {
	font-size: 36px;
	margin-bottom: 52px;
}
}

@media (min-width: 992px) {

.logo-footer img {
width: auto;
}

.testimonial-home {
	padding: 52px 0 52px;
}
.testimonial-home p {
	font-size:20px;
	margin-bottom: 36px;
}
.banner-home h1, .banner-home h2 {
	font-size:48px;
	margin-bottom:24px;
}
.banner-home p {
	font-size:18px;
	margin-bottom:24px;
}
.banner-home .btn {
	line-height: 56px;
	padding: 0 64px;
	font-size: 20px;
}
.banner-home .logo-inner img {
	max-width:120px;
	width: auto;
	margin-bottom:16px;
}
.banner-home .item .abs-banner {
	background: none;
	padding: 0;
}
.solutions-fig h3 {
	font-size:36px;
	margin: 0 0 24px;
}
.abs-header {
	font-size:14px;
	right: 20%;
}
.card-service .card-content {
	padding: 36px 40px 32px;
}

.water-mark h3 {
	font-size: 36px;
	width: 80%;
	margin-bottom: 52px;
}
.water-mark p {
	width: 65%;
}

.cont-on-fig {
	left: 0;
	top: 0;
	bottom: 0;
	right: 50%;
}

.cont-on-fig.posn-right {
	left: 50%;
	right: 0%;
}
.table-mid-cell {
padding: 0 12%;
}
.cont-on-fig h4 {
	font-size: 24px;
	margin-bottom: 36px;
}
.cont-on-fig p {
	margin-bottom: 100px;
}
}

@media (min-width: 1140px) {
	.header-main .nav > li {
		margin: 0 10px;
	}	
.header-main .navbar-default .navbar-nav > li > a {
    color: #0c3a5f;
    font-size: 12px;
}
.header-main .nav > li > a {
	padding: 10px 18px;
}
.header-main .nav > li > a {
	padding: 16px 0px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  padding-bottom: 0px;
    top:0px;
    padding-top:0px;
    position: relative;
    right:0px;
    left:0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background:none;
}	
.navbar-brand {
	margin-left: 0;
}
.navbar-brand img {
width: auto;
}
.header-main .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    color: #0c3a5f;
}

.navbar {
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .3);
}

.header-main nav {
    padding: 12px 0px 0;
}
.header-main .nav > li > a {
	padding: 10px 0px;
	color: #0c3a5f;
	font-size: 18px;
}
.sub-menu {
	background: #fff;
	padding:20px 24px;
	display: none;
	position: absolute;
	left: 8px;
	top:56px;
	right:auto;
	z-index: 100;
	border:1px solid #719cc4;
}
.sub-menu li a {
	white-space: nowrap;
	font-size: 16px;
	padding: 8px 0;
	color: #1062a4;
}
.header-main .nav > li.dropdown:hover:before {
	left: 8px;
}
.call-us {
	text-align: center;
	float: right;
	margin: 0;
	display: inline-block;
}
.call-us.hide-desk {
	display: none;
}	
.call-us span {
	display: block;
	font-size:18px;
	margin-right:0;
	color: #333
}
.call-us a.btn.btn-danger {
	line-height: 46px;
	height: 46px;
	border-radius: 23px;
	padding: 0 24px;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 700;
	padding:0 24px;
}
}
@media (min-width: 1200px) {
.header-main .navbar-default .navbar-nav > li > a {
    font-size: 17px;
}	
	.container.max {
	max-width: 1800px;
}

.banner-home h1, .banner-home h2 {
	font-size: 42px;
	margin-bottom:36px;
}
.banner-home figure img {
	max-width: 100%;
	width: 100%;
}
.banner-home p {
	font-size:20px;
	margin-bottom:24px;
}
.banner-home .logo-inner img {
	max-width:120px;
	width: auto;
	margin-bottom:16px;
}

.abs-header {
	font-size: 18px;
	right:20%;
}
.btn-learn-more {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding: 0 20px 0 48px;
    min-width: 290px;
}
.btn-learn-more .glyphicon {
	margin-left: 42px;
}
.btn-learn-more.sm {
font-size: 18px;
    height: 48px;
    line-height: 48px;
    min-width: inherit;
    border-radius: 24px;
    padding: 0 20px 0 40px;
}
.btn-learn-more.sm .glyphicon {
	margin-left:36px;
}

.testimonial-home {
	padding: 52px 0px 52px;
}
.banner-home .item .abs-banner {
	min-height:486px;
}

.banner-home .item .abs-banner .contain-area {
	min-height: 486px;
} 

.banner-home .item .abs-banner .cont-mid {
	padding: 0 48px;
}
.banner-home .owl-carousel .owl-item figure img {
    display: block;
    min-height: 486px;
}

.nav-tabs.tab-template > li > a {
font-size: 24px;
}

}

@media (min-width: 1280px) {
.banner-home figure.abs {
}
.banner-home figure.abs img {
	min-height: 556px;
}

.banner-home figure.tap {	
	top: 50px;
	left: -50px;
}

.banner-home figure.plumber {	
	left: -50px;
}
.abs-header {
	font-size: 21px;
	right: 30%;
}
.banner-home .item .abs-banner {
	min-height: 556px;
}

.banner-home .item .abs-banner .contain-area {
	min-height: 556px;
} 

.banner-home .item .abs-banner .cont-mid {
	padding: 0 48px;
}
.banner-home .owl-carousel .owl-item figure img {
    display: block;
    min-height: 556px;
}
}

@media (min-width: 1600px) {
.table-mid {
    padding: 0 48px;
}

.banner-home h1, .banner-home h2 {
	font-size: 38px;
	margin-bottom: 24px;
}
.banner-home p {
	font-size: 22px;
	margin-bottom: 36px;
}
.banner-home .logo-inner img {
	max-width: 100%;
	width: auto;
	margin-bottom: 24px;
}

}

@media (max-width: 1139px) {
.header-main .container {
	width: 100%;
}	
}
.about-sec ul li {
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}
.about-sec .img-gallery ul li  {list-style:none;}
