@charset "utf-8";
/* CSS Document */
body {font-family: 'Open Sans', sans-serif;}
p {color:#303030;
    line-height: 26px;
    word-spacing: 1px;
    font-size:15px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline:0px;
}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {font-family:'Roboto Condensed', sans-serif; text-transform:capitalize;}
.pd0 {padding:0px;}
.pd-tp50 {padding-top:50px;}
.pd-tp40 {padding-top:40px;}
.pd-tp30 {padding-top:30px;}
.pd-tp20 {padding-top:20px;}
.pd-tp10 {padding-top:10px;}

.pad-btm10 {padding-bottom:10px;}
.pad-btm20 {padding-bottom:20px;}
.pad-btm30 {padding-bottom:30px;}
.pad-btm40 {padding-bottom:40px;}
.pad-btm50 {padding-bottom:50px;}
.mar-tp10 {margin-top:10px;}
.mar-tp20 {margin-top:20px;}
.mar-tp30 {margin-top:30px;}

.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.m-btm0 {margin-bottom:0px;}
.m-tp0 {margin-top:0px !important;}
/*scrool top */
#scroll {
    position: fixed;
    right:20px;
    bottom:21px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: none;
    z-index: 99;
    font-size: 34px;
    text-align: center;
    line-height: 41px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 3px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 3px 0px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: rotate(-45deg);
    border: 1px solid #353535;
    color: #353535;
}
#scroll i {transform: rotate(45deg);}
/*scrool top close */

/*=====header=========*/
/*top header*/
.top-header {background-color: #fff;
    padding:5px 0px;
    border-bottom: 1px solid #f3f3f3;
}
.top-header ul {padding:0px; margin-bottom:0px;}
.top-header ul li {font-size: 13px;
    word-spacing: 1px;
	    padding-right: 0px;
}
.top-header ul li:after {position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
}
.top-header ul li:last-child:after { content:inherit; display:none;}
.top-header ul li i {padding-right: 5px;
    padding-left: 3px;
    font-size: 13px;
	color:#fe7414;
}
.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.affix-top {
      position: static;
      top: -35px;
}
.affix + .container{padding-top: 70px;}
.affix .navbar-brand > img {width: 150px;}

/*navbar start*/
.navbar-brand {height:70px;padding:5px 10px;}
.navbar-brand > img {
    display: block;
    position: relative;
    z-index: 9;
}
.navbar {margin-bottom:0px;
         border-radius:0px; 
		 border:0px;
		  min-height:70px;
}
.navbar-default {background-color: #fff;
    border-color: transparent;
    box-shadow: 0 1px 4px 0 rgba(51,51,51,0.3);
    z-index: 9999;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
}
.navbar-nav > li > a {padding-top: 25px !important;padding-bottom: 25px !important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fe7414;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#fe7414;
    background-color: transparent;
}
/*drop-drop down*/
.drop-menu {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
	border:0px;
}
.dropdown-menu > li > a {padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    border-radius: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#fe7414;
    text-decoration: none;
    background-color: transparent;
}
/*ul.nav.navbar-nav li:hover > .drop-menu{ display:block;}*/
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  
}
.dropdown-menu {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.dropdown .dropdown-menu {
    padding: 0px;
    background-color:#fff;
    min-width: 160px;
    border-radius: 0px;
}
.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 0px; 
    border-top-right-radius:0px;
	margin-top:0px;
}
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom:1px solid #f3f3f3;
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown .dropdown-menu li:last-child {border-bottom:0px;}
/*header close*/
/*btm-banner-strip start*/
.btm-banner-strip {padding: 10px 0px;
    border-bottom: 1px solid #ececec;
	background-color: #fff;
}
.btm-banner-strip .media img {
    display: inline-block;
    vertical-align: middle;
}
.btm-banner-strip .media h5 {display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    width: 70%;
    line-height: 21px;
}
/*btm-banner-strip close*/
/*service-section start*/
.service-section {padding:30px 0px;}
.hd-pad h1 {padding-bottom:8px !important;}
.services-box {
    margin-bottom: 20px;
    text-align: center;
}
.services-box .ser-img img {
    border-radius: 50%;
    border:1px solid #e4e2e2;
    margin: 0px auto;
	height:250px;
	width:250px;
	padding:8px;
}
.services-box h3 {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #e4e2e2;
    padding: 10px 20px;
    display: -webkit-inline-box;
    color: #404040;
}
.services-box:hover h3 {color:#fe7414;}
.services-box:hover .ser-img img {
    border-color: #fff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
}

/*wel-section start*/
.wel-section {}
.heading-style h4 {
        color: #999999;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0px;
}
.heading-style h1 {font-size:35px;
    font-weight:400;
	margin-top:5px;
	letter-spacing:0.6px;
	word-spacing:2px;
	position:relative;
	padding-bottom:14px;
}
.heading-style h1:before {
	 position: absolute;
    content: '';
    background: #fe7414;
    width:3%;
    height:3px;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    left: 0px;
    right: 0px;
	bottom:0px;
}
.heading-style h1 span {color:#fe7414;}
.title-bg {
    background-color:#5c5c5c;
    color: #fff;
    font-size: 20px;
    padding:10px 20px;
    display: inline-block;
}
.veticl-btn {position: relative;
    border: 1px solid #e47d4c;
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-size: 16px;
    color: #e47d4c;
    transition: all .5s;
    z-index: 0;
	border-radius:0px;
}
.veticl-btn:hover {color:#fff;}
.veticl-btn::before {
    z-index: -1;
    opacity: 0;
    background-color: #e47d4c;
    -ms-transform: scale(.5,1);
    transform: scale(.5,1);
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all .4s;
    width: 100%;
}
.veticl-btn:hover::before {
    opacity: 1;
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.wel-img {
    min-height:700px;
    background: transparent;
}
.pd-left0 {padding-left:0px;}
.wel-right-bx {padding:40px 0px 30px 0px;}
.hd-lft {position:relative; margin-top:0px; font-weight:700; padding-bottom:10px;
		margin-bottom:16px;
}
.hd-lft:before {
    position: absolute;
    content: '';
    background: #fe7414;
    width: 3%;
    height: 3px;
    display: block;
    overflow: hidden;
    left: 0px;
    bottom: 0px;
}
.hd2 {color:#fe7414;font-weight:500;}
.wel-list {padding-left:25px; margin-bottom:0px;}
.wel-list li {margin-bottom:10px;}
/*why-choose-section start*/
.why-choose-section { color:#fff;}
.why-choose-section .choose-image {
    background: #1b1b1b url(../img/choose-us-bg.jpg);
    height:590px;
    background-size: cover;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.why-choose-section .choose-text {
    background: #1b1b1b url(../img/choose-texture-bg.jpg);
    height:590px;
    background-size: cover;
}
.whtchoose-info {padding: 30px 20px 20px 70px;}
.whtchoose-info h2 {font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    font-size: 28px;
	margin-top: 0px;
}
.whtchoose-info ul {padding-left:18px;}
.whtchoose-info ul li {padding-bottom: 7px;
    font-size: 13px;
    color: #9d9d9d;
}
.hd-white h1, .hd-white h4 {color:#fff;}
.mission-info p {color:#9d9d9d;line-height: 24px;
    font-size: 13px;
}
.mission-info {border-bottom: 1px solid #282727;
    padding-bottom:5px;
	margin-bottom: 15px;
}
.mission-info:last-child {border-bottom:0px; padding-bottom:0px; margin-bottom:0px;}
/*process-section start*/
.process-section {padding:40px 0px;
				background-image:url(../img/process-bg.jpg);
				background-position:center;
				background-repeat:no-repeat;
				background-size:cover;
				position:relative;
				background-size:cover;
}
.process-section:before {position:absolute;
	content:'';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.single-working-item {margin-bottom:30px;}
.single-working-item .icon-box {
    border:6px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 180px;
    padding:50px 0px;
    position: relative;
    width: 180px;
    margin: 0 auto;
    transition: all 500ms ease;
	background-image:linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
}
.single-working-item:hover .icon-box {border-color:#fe7414;}
.single-working-item:hover .icon-box .count {background:#fe7414;border-color:#fe7414;}
.single-working-item .icon-box img {height:70px; width:70px; margin:0px auto;}
.single-working-item .icon-box .count {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 45px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    transition: all 500ms ease;
}
.single-working-item .icon-box .count h3 {
    color:#000;
    font-size: 18px;
	margin:0px;
    line-height: 45px;
    font-weight: 700;
    transition: all 500ms ease;
}
.single-working-item .text-box h3 {color: #fff;
    margin-top: 8px;
    font-weight: 500;
	    font-size:22px;
}
.single-working-item .text-box p {    color: #dad9d9;
    font-size:13px;
    line-height: 20px;
}
/*our-work-section start*/
.our-work-section {padding:60px 0px;}
.lates-pro-list {margin-bottom:60px;}
.lates-pro-list ul {display:inline-block;}
.lates-pro-list ul li {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 12px 20px;
    color:#272727;
	background-color: #eff2f7;
	border-radius:5px;
    cursor: pointer;
    text-transform:uppercase;
    font-size:14px;
    font-weight:500;
    margin-right: 12px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.lates-pro-list ul li:after {
    content: "";
    border: 10px solid transparent;
    top: 100%;
    border-top-color: #eff2f7;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
       -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.lates-pro-list ul li:last-child {margin-right:0px;}
.lates-pro-list ul li:hover, .lates-pro-list ul li.active  {color:#fff;background-color:#fe7414;}
.lates-pro-list ul li:hover:after, .lates-pro-list ul li.active:after {border-top-color:#fe7414 !important;}
/*image hover*/
.inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-bottom: 15px;
}
.image-box {
    position: relative;
    display: block;
}
.image-box img {width:100%; border:1px solid #e0e0e0;}
.overlay-one {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    border: 5px solid #fe7414;
    text-align: center;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.overlay-one .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 30px 50px;
    background: rgba(0,0,0,0.85);
}
.overlay-one .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.proj-link {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    color:#fe7414;
    line-height: 46px;
    background: #ffffff;
    font-size: 16px;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.proj-link:hover { color:#fe7414;}
.caption-box-one {
    position: absolute;
    left: -100%;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    z-index: 1;
    opacity: 0;
}
.caption-box-one h3 {
    font-size:15px;
    color: #ffffff;
    font-weight:400;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.inner-box:hover .overlay-one {
    top: 0px;
    opacity: 1;
}
.inner-box:hover .caption-box-one {
    left: 0px;
    opacity: 1;
    transition: all 400ms ease 400ms;
    -webkit-transition: all 400ms ease 500ms;
    -ms-transition: all 400ms ease 400ms;
    -o-transition: all 400ms ease 400ms;
    -moz-transition: all 400ms ease 400ms;
}
/*testimonial-section start*/
.testimonial-section {padding:40px 0px;}
.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
    margin: 20px 0 50px 0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
	width: 20px;
    height: 20px;
    background:#fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: absolute;
    bottom: -11px;
    transform: skewY(-45deg);
    left: 0;
    right: 0;
	margin:0px auto;
}
.testimonial .description{
  padding: 25px 35px;
    margin: 0;
    border-radius: 0;
    font-size:13px;
    position: relative;
    border: 1px solid #f2f2f2;
    box-shadow: 4px 0px 0px #e8e6e6;
}
.testimonial .description:before,
.testimonial .description:after{
    font-family: "FontAwesome";
    font-size: 38px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    color: #eee;
}
.testimonial .description:before{
    content: "\f10d";
    top: -18px;
    left: 25px;
}
.testimonial .description:after{
    content: "\f10e";
    bottom: -18px;
    right: 25px;
}
.testimonial .testimonial-profile{
    display: table;
    padding:10px;
    border:1px solid #eae4e4;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}
.testimonial .pic{
    border-radius: 50%;
    border:1px solid #eae4e4;
    float: left;
    overflow: hidden;
}
.testimonial .title{
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 19px;
    font-weight:600;
    color: #000;
    position: relative;
    top: 22px;
}
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 70px;
    background:#eae4e4;
    position: absolute;
    top: -8px;
    left: -15px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888;
    margin-top: 10px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #dca842;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
    background: #dca842;
    border: 1px solid #dca842;
}
@media only screen and (max-width: 479px){
    .testimonial .description{
        padding: 20px;
        font-size: 16px;
    }
    .testimonial .testimonial-profile{ padding: 10px; }
    .testimonial .title{ font-size: 16px; }
    .testimonial .post{ font-size: 13px; }
}
/*client-section start*/
.client-section {padding:30px 0px 40px 0px;background-color: #fbfbfc;
    box-shadow: inset 0px 0px 10px #bbb;
    -webkit-box-shadow: inset 0px 0px 10px #bbb;
    -moz-box-shadow: inset 0px 0px 10px #bbb;
}
#basicSlider { position: relative; }
#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0;
  height:auto;
}
#basicSlider .MS-content .item {
  display: inline-block;
  width:14.28%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  vertical-align: middle;
  border:1px solid #e4e2e2;
  
}
@media (max-width: 991px) {
#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {
#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {
#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}
#basicSlider .MS-controls button { position: absolute; }
#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}
#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
/*join-sec start*/
.join-sec {
    background-image: url(../img/join-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 0px;
}
.join-sec p {
    color: #fff;
    font-size: 24px;
}
.join-sec h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}

/*tp-footer-strip start*/
.footer-sec p {margin-bottom:0px;}
.tp-footer-strip {padding: 35px 0px 35px 0px;
    background-color: #0f0f0f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom: 1px solid #2a2626;
}
.join-sec:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.join-sec img {margin: auto;}
.tp-footer-strip:before {position:absolute;
				content:"";
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				background-color:rgba(0,0,0,0.2);
}
.tp-footer-strip h1 {color: #fff;
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-align: center;
    margin: 0px;
    text-transform: capitalize;
}
.tp-footer-strip h1 span {font-size:34px; font-weight:700;}

/*footer*/
.footer-sec {padding:10px 0px;}
.footer-sec p {font-size: 12px;
    color: #888585;
    margin-bottom:0px;
    font-weight: 600;
}
.main-footer {background-image: url(../img/footer_bg.jpg);
    padding:60px 0 20px 0px;
    color: #d5d5d5;
    position: relative;
}
.main-footer p {color: #d5d5d5; font-size:14px;}
.ft-contact-bg {
    min-height: 64px;
    background-image: url(../img/say-hi.png);
    background-repeat: no-repeat;
    background-position:right bottom;
}
.ft-title h2 {font-size: 19px;
    font-weight:700;
    position: relative;
    margin-top: 0px;
    padding-bottom:10px;
    margin-bottom: 25px;
    color:#ccc;
    letter-spacing: 0.8px;
    word-spacing:1px;
}
.ft-title h2:before {position: absolute;
    content: '';
    background:#fe7414;
    width: 26px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.ft-add-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
    line-height:22px;
}
.ft-add-info li strong {display: block;}
.ft-add-info li a:hover {color:#fe7414;}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top:2px;
    line-height: 24px;
    font-size:18px;
}
.ft-links li {padding-bottom:12px;}
.ft-links li a:hover {color:#fe7414;}
hr.ft-brd {border-top:2px solid #484848;}
.btm-footer p {color:#8b8c8d;margin-bottom:0px;}
.btm-footer p span { color: #d5d5d5;}
..ft-social li {
    padding-right: 0px;
}
.ft-social li a i {
    height: 40px;
    width: 40px;
    border: 2px solid #2f3132;
    display: block;
    border-radius: 50%;
    color: #848484;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.ft-social li a:hover i {
    background:#fe7414;
    color: #fff;
    border-color:#fe7414;
    transform: rotate(360deg);
}
/*footer close*/
/*======inner page start=====*/
.inner-banner {
    background-image: url(../img/inner-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top:160px;
    padding-bottom:90px;
}
.toilet-cubicle-banner {background-image:url(../img/hpl/toilet-cubicle-2.jpg);}
.urinal-partition-banner {background-image:url(../img/hpl/hpl-urinal-partition-5.JPG);}
.ips-banner {background-image:url(../img/hpl/integrated-plumbing-5.jpg);}
.lockers-banner{background-image:url(../img/hpl/hpl-lockers-and-benches-6.jpg);}
.wooden-door-banner {background-image:url(../img/joinery-works/wooden-door-5.jpg);}
.kitchen-cabinet-banner {background-image:url(../img/joinery-works/kitchen-cabinet-6.JPG);}
.wardrobes-banner {background-image:url(../img/joinery-works/wardrobes-5.jpg);}
.wall-cladding-banner {background-image:url(../img/joinery-works/wall-cladding-1.jpg);}
.wooden-flooring-banner { background-image:url(../img/joinery-works/wooden-flooring-1.jpg);}
.wooden-skirting-banner {background-image:url(../img/joinery-works/wooden-skirting-1.jpg);}
.steel-door-banner { background-image:url(../img/joinery-works/fire-rated-steel-door-1.jpg);}
.swiss-cDF-banner {background-image:url(../img/swiss-cdf/swiss-cdf-5.jpg);}
.private-palace-dubai-banner { background-image:url(../img/projects/interior/private-palace-dubai-4.jpg);}
.private-palace-al-nadha-banner { background-image:url(../img/projects/interior/private-palace-al-nadha-1.jpg);}
.private-palace-ajman-banner {background-image:url(../img/projects/interior/private-palace-ajman-1.jpg);}
.mr-abdalla-jabour-villa-banner { background-image:url(../img/projects/interior/mr-abdalla-jabour-villa-1.jpg);}
.ansari-private-villa-banner { background-image:url(../img/projects/interior/mr-majid-al-ansari-private-villa-1.jpg);}
.damac-properties-banner { background-image:url(../img/projects/other/damac-properties-1.jpg);}
.private-palace-dubais-banner {background-image:url(../img/projects/other/private-palace-dubais-1.jpg);}
.dubai-municipality-banner { background-image:url(../img/projects/other/dubai-municipality-1.jpg);}
.baraka-nuclear-power-plant-banner {background-image:url(../img/projects/other/baraka-nuclear-power-plant-1.jpg);}
.al-ain-stadium-banner {background-image:url(../img/projects/other/al-ain-stadium-uae-banner.jpg);}
.command-military-works-banner { background-image:url(../img/projects/other/command-military-works-1.jpg);}
.interiordecor-banner {background-image:url(../img/interior-decoration/interior-decoration-5.jpg);}
.exteriordecor-banner {background-image:url(../img/interior-decoration/exterior-decoration-2.jpg);}
.commercial-banner {background-image:url(../img/interior-decoration/commercial-2.jpg);}
.medical-center-banner {background-image:url(../img/interior-decoration/medical-center-5.jpg);}
.exhibition-stand-banner{background-image:url(../img/interior-decoration/exhibition-stand-4.jpg);}
.residential-banner { background-image:url(../img/interior-decoration/modern-design-2.jpg);}
.classic-banner {background-image:url(../img/interior-decoration/classic-design-4.jpg);}
.banner-cption h1 {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-weight: 600;
}
.brd-sec {background-color:#f5f5f5;border-bottom: 1px solid #f2f0f0;}
.brd-sec .breadcrumb {margin-bottom:0px;}
.innerpg-wrapper {padding:40px 0px;}
.heading-left h1 {
        font-size: 40px;
    font-weight: 400;
    margin-top: 0px;
    letter-spacing: 0.2px;
    word-spacing: 2px;
    position: relative;
    margin-bottom: 0px;
}
.heading-left span.decor {
    background:#fe7414 none repeat scroll 0 0;
    height: 2px;
    width: 78px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.heading-left span.decor:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background:#fe7414;
    border-radius: 50%;
    content: "";
}
.value-list {padding-left:20px;}
.value-list li {padding-bottom:8px;
    line-height: 25px;
    word-spacing: 1px;
    font-size: 15px;
}
.about-img img {border-radius:50%;}
.bg-grey {background-color: #fbfbfc;
    box-shadow: inset 0px 0px 10px #bbb;
    -webkit-box-shadow: inset 0px 0px 10px #bbb;
    -moz-box-shadow: inset 0px 0px 10px #bbb;
}
/*product page start*/
.sec-grey {background-color:#F6F6F6;}
.service-item {
    margin-bottom:30px;
}
.service-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #fe7414;
}
.service-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.ser-overlay {
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.ser-overlay .ser-box {
    display: table;
    height: 100%;
    width: 100%;
}
.ser-overlay .ser-box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ser-overlay .ser-box .content i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    transition: all 500ms ease 0s;
    width: 60px;
}
.ser-text-holder h3 {margin: 0px;
    color: #494949;
    font-weight: 300;
    font-size: 22px;
}
.ser-text-holder {position:relative;    
    padding:25px 10px;
    border-bottom:2px solid #cccccc;
	background-color:#fff;
}
.sticker-tag {
    top: -35px;
    position: absolute;
    right:10px;
}
.sticker-tag img {
   border-radius: 50%;
    background-color: #ffff;
    padding: 4px;
    width: 70px;
}
.service-item:hover .img-holder .ser-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.service-item:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*service inner page start*/
.heading-left h2 {margin:0px; position:relative; font-size:27px;}
.heading-left h2 span {color:#fe7414;}
.quot-cr {margin-bottom:30px;}
.ar-slide {top: 45%;
    height:40px;
    width:30px;
    line-height:40px;
	font-size:20px;
}
.quot-cr .carousel-control{background-image: none;
    background-color: #fff;
    color: #fe7414;
    text-shadow: none;
	opacity:.9;
}
.quot-cr .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
.dt-list {padding-left:25px;}
.dt-list li {margin-bottom:5px;line-height: 26px;
    word-spacing: 1px;
    font-size: 15px;
}
.side-form {background-color:#fff;padding:20px;margin-bottom: 30px;}
.side-form h3 {margin-top: 0px;
    text-align: center;
    font-size:20px;
    position: relative;
    padding-bottom:8px;
	margin-bottom:16px
}
.side-form h3:before {
    position: absolute;
    content: '';
    background: #fe7414;
    width:10%;
    height:1px;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.side-form .form-control { border:1px solid #E6E6E6; height:50px; border-radius:0px; box-shadow:none;}
.brd-btm0 {border-bottom:1px solid transparent !important;}
.btn-full {width:100%;}
.categorie-box {background-color: #fff;
    padding: 20px;
	margin-bottom:30px;
}
.categorie-box h4 {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    margin-bottom:10px;
	margin-top:0px;
}
.categorie-box h4::before {
    background-color:#fe7414;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0px;
    width:3px;
}
.categorie-list li {
    border-bottom: 1px solid #eee;
    color: #777;
    padding: 15px 0;
    transition: 0.3s ease 0s;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size:13px;
}
.categorie-list li:last-child {border-bottom:0px; padding-bottom:0px;}
.categorie-list li::before {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 0;
    width: 30px;
    height: 50px;
    top: 0;
    line-height: 55px;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease 0s;
    font-size: 18px;
}
.categorie-list li:hover {
    color: #333;
    padding-left: 8px;
}
.categorie-list li:hover::before {
    opacity: 1;
}
.inner-service-detail h4 {color:#fe7414;
    margin-bottom: 5px;
    margin-top: 18px;
}
.ser-tble > thead > tr > th {
    font-size: 18px;
    padding: 12px 10px;
}
.ser-tble > tbody > tr > td { font-size:15px; padding:12px 10px;}
/*client page start*/
.client-box {margin-bottom:25px;}
.client-mg-hv {
    overflow: hidden;
    position: relative;
	border: 1px solid #ddd;
}
.client-box h3 {margin: 0px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 400;
    min-height: 66px;
    line-height: 22px;
}
.client-mg-hv img {
    webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.client-mg-hv:hover img {
    webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*download page start*/
.download-item {position:relative;overflow:hidden; margin-bottom:25px;border:4px solid #ddd;}
.download-item > a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100.5%;
    border: 0px solid transparent;
    background: rgba(0,0,0,0);
    content: '';
    -webkit-transition: border-width 0.2s, border-color 0.2s;
    transition: border-width 0.2s, border-color 0.2s;
}
.download-item .zoom-icn {
    left: 0;
    -webkit-opacity: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top:38%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: opacity .4s ease 0s , transform .4s ease 0s;
    transition: opacity .4s ease 0s , transform .4s ease 0s;
    width: 100%;
    z-index: 2;
}
.zoom-icn i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0,0,0,0.6);
    width:65px;
    height:65px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size:28px;
    line-height:65px;
}
.download-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding:10px;
    width: 100%;
    background:#fe7414;
    color: #fff;
    text-align: right;
    text-transform: capitalize;
    letter-spacing:0.2px;
    font-weight:500;
    font-size:20px;
    -webkit-transition: -webkit-transform 0.2s, color 0.2s;
    transition: transform 0.2s, color 0.2s;
    word-spacing:1px;
}
.download-item:hover > a::before {
    border-width: 6px;
    border-color:#fe7414;
}
.download-item:hover .zoom-icn {
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.download-item:hover h3 {
    color: #fff;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
/*contact page start*/
.h3-style {margin-top: 0px;
    font-weight: 500;
    font-size: 26px;
}
.contct-add-item .contacts-info-list > li {
    position: relative;
    padding-left:55px;
    min-height: 32px;
    display: table;
    padding-bottom:15px;
}
.contct-add-item .contacts-info-list > li > i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width:40px;
    height:40px;
    border-radius: 50%;
    background: #5c5c5c;
    line-height:40px;
    font-size:18px;
    color: #fff;
    text-align: center;
}
.contct-add-item .contacts-info-list > li .info-item {
    display: table-cell;
    vertical-align: middle;
}
.info-item p span {font-weight:700;color:#5c5c5c;}
.info-item h4 {
   margin-top: 0px;
    margin-bottom: 0px;
    color: #5c5c5c;
    font-weight: 600;
}
.info-item {margin-bottom:5px;}
.contct-form .form-control {height: 46px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding-left: 0px;
}
textarea.form-control {height:auto !important;}
.form-control:focus {border-color:#505050 !important;}
.btn-send {background-color: #fe7414;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
}
.btn-send:hover, .btn-send:focus, .btn-send:active {color:#fff;}
.map-bx {margin-top:45px;}
.inner-service {padding:65px 0px 10px 0px;}
.scroll-bx {height:600px;overflow-y:scroll;}
.imgaewrp {margin-top:20px;}
.gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
	border:3px solid #7b7979;
}
.tumb:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:#fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-item img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery-item:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.gallery-item:hover .tumb:before {
    visibility: visible;
    opacity: .4;
}
#scroll-style::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:6px;
	background-color: #F5F5F5;
}

#scroll-style::-webkit-scrollbar {
	width:10px;
	background-color: #F5F5F5;
}
#scroll-style::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #000;
}
.btn-back {    text-align: right;
    background-color: #ddd;
    padding: 10px;
    display: inline-block;}
