
@import url('animate.min.css');
@import url('jquery.fancybox.css');
@import url('owl.css');

/*====== Link Google Fonts API ========*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');

/* =============== 
1. Default CSS 
=============== */
* {
	box-sizing: border-box
}
ul {
	margin: 0;
	padding: 0
}
li {
	list-style-type: none
}
a {
	text-decoration: none !important
}
img {
	width: 100%;
	border: none
}
.clear {
	clear: both
}
.clearfix {
 *zoom: 1
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 50%;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 115px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 170% !important;
    }
    
    .close {
        position: absolute;
        top: 50px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
}
p{
	color: #5a5a5a
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}
section {
	padding: 70px 0px
}
.contents {
	display: table;
	padding-top: 50px;
	width: 100%;
	height: auto
}
.sec-title {
	font-size: 30px;
	color: #1b1b1b;
	text-align: center;
	padding: 0 11%
}
.sec-title h2 {
	font-weight: bold;
	text-transform: uppercase
}
.sub-title{
	width:100%;
	text-align:center;
	padding: 0 20%;
	padding-bottom:35px
}
.sub-title p{
	text-transform:inherit;
	color:#4c4c4c;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-style: italic;
	line-height: 26px;
	margin:0;
	font-size: 14px	
}
h2::after {
	content: "";
	display: table;
	height: 2px;
	margin: 10px auto;
	width: 120px
}
.line {
	height: 2px;
	width: 50px;
	display: inherit;
	margin-top: 10px
}
.left-arw {
	color: #fff !important;
	height: 40px;
	left: -4px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 40px
}
.rgt-arw {
	color: #fff !important;
	height: 40px;
	right: -4px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 40px
}
.arrow1 a i {
	font-size: 21px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	margin:0 3px;
	width: 40px
}
.arrow1 a i:hover {
	color: #fff
}
.arrow1 {
	display: table;
	margin: 30px auto 0
}
.hvr-black a:hover {
	background: #1b1b1b;
	-webkit-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

.white p{
	color:#FFF !important
}
.overlay-content{
	position:absolute;
	top:50%;
	left:0;
	padding: 15px 25px;
	width:100%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}


/*====================================================================
2. Top Header Section Style Start
====================================================================*/
#header {
	padding: 0;
	left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    animation-fill-mode: both
}
@keyframes menu_sticky {
	0% {
		margin-top: -100px;
	}
	50% {
		margin-top: -90px;
	}
	100% {
		margin-top: 0;
	}
}
@keyframes menu_sticky {
	0% {
		margin-top: -100px;
	}
	50% {
		margin-top: -90px;
	}
	100% {
		margin-top: 0;
	}
}
#header.fixed-header{
	animation-duration: 0.6s;
    animation-name: menu_sticky;
    animation-timing-function: ease-out;
	animation-duration: 1s;
	left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}
#header.fixed-header{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
}
#header.fixed-header .top-header{
	display: none
}
.top-header {
	width: 100%;
	height: 40px;
	background: #1b1b1b;
	position:relative;
	z-index:2
}
.soc-txt li {
	float: left;
	padding: 10px 20px 10px 0px
}
.soc-txt li a:hover {
	color: #fff;
}
.soc-txt li a {
	color: #acacac;
	font-size: 13px
}
.icon {
	padding-right: 6px
}
.navbar-default .navbar-nav > li > a {
    color: #ff0000;
}
.soc-icon a {
	line-height: 40px;
	margin-left: 30px;
	color: #fff;
	float: left
}
.soc-icon-box i {
	color: #1b1b1b;
	height: 40px;
	line-height: 40px;
	width: 40px
}
.soc-icon-box {
	margin-top: 30px
}
.share-box li {
	float: left;
	height: 40px;
	width:40px;
	color:#fff;
	text-align:center;
	font-family: montserrat;
	font-weight: 600;
	line-height: 40px;
	margin: 0 3px
}
.share-box a {
	text-transform: uppercase;
	color: #fff;
	display: block;
	text-align:center;
	font-family: montserrat;
	font-weight: 600;
	line-height: 40px
}

/*====================================================================
3. Main Nav Section Style Start
====================================================================*/
.main-nav {
	width: 100%;
	height: 80px;
	position:relative
}
.fixed-header .main-nav {
	height: auto
}
.fixed-header .main-nav .hvr-src{
	line-height: 80px
}
.fixed-header .main-nav .navbar-brand{
	line-height: 80px;
	width: 130px
}
.main-nav .navbar-brand {
	padding: 0
}
.dropdown-menu > li:last-child {
	border-bottom: none
}
.hvr-src {
	float: right;
	line-height:80px;
	padding-left:30px;
	margin-right:-15px
}
.hvr-src a:hover{
	color:#FFF;
}
.search-form {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	padding: 0 50px;
	position: absolute;
	width: 100%;
	z-index: 1;
	animation-name:slideInUp;
	animation-duration:0.3s;
	animation-fill-mode: both;
	top:-150px
}
.search-form.visible{
	animation-name:slideInDown;
	animation-duration:0.3s;
	animation-fill-mode: both;
	top:0
}
.search-box input{
	width:100%;
	border:none;
	height:80px;
	padding-right:42px
}
.fixed-header .search-box input{
	height: 80px
}
.search-box{
	position:relative
}
.search-box > .src-close {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid;
	cursor: pointer;
	line-height: 12px;
	padding: 5px 7px;
	position: absolute;
	right: 15px;
	top: 35%;
	z-index: 999
}

/*====================================================================
4. Slider Section Style Start
====================================================================*/

#slider {
	padding: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 120px
}
.carousel-inner > .item:after {
	left: 0;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height:100%;
	z-index:9;
}
.slider-title{
	overflow:hidden;
	height:90px;
	display:table
}
.carousel-caption .btn-default {
	margin-right: 15px
}
.carousel-caption .sldr-btn {
	margin-top: 20px;
}
#slider a .fa {
	font-size: 18px;
	height: 40px;
	line-height: 36px;
	width: 40px;
	color: #fff;
	background: #ff0000
}
#slider a:hover .fa {
	color: #1b1b1b;
	background: #fff
}

/*=========================
Slider Animation
=========================*/
#slider .carousel-caption h1 {
	animation-delay: 0.2s;
	animation-duration: 1s;
	font-size: 30px;
	padding: 15px 20px;
	opacity:0
}
#slider .carousel-caption p {
	animation-delay: 0.6s;
	animation-duration: 1s;
	margin-top: 10px;
	margin-bottom:30px;
	width:60%;
	opacity:0;
	color: #fff
}
.carousel-caption li {
	opacity:0;
	padding-bottom: 10px;
	color: #fff
}
.carousel-caption li:nth-child(1) {
	animation-delay: 1s;
	animation-duration: 1s
}
.carousel-caption li:nth-child(2) {
	animation-delay: 1.1s;
	animation-duration: 1s
}
.carousel-caption li:nth-child(3) {
	animation-delay: 1.2s;
	animation-duration: 1s
}
.carousel-caption .sldr-btn{
	animation-delay: 1.5s;
	animation-duration: 1s
}
#slider .item.active .carousel-caption p, 
#slider .item.active .carousel-caption h1, 
#slider .item.active .carousel-caption li:nth-child(1),
#slider .item.active .carousel-caption li:nth-child(2),
#slider .item.active .carousel-caption li:nth-child(3) {
    animation-name: fadeInUp;
}
#slider .item.active .carousel-caption p, 
#slider .item.active .carousel-caption h1, 
#slider .item.active .carousel-caption li:nth-child(1),
#slider .item.active .carousel-caption li:nth-child(2),
#slider .item.active .carousel-caption li:nth-child(3){
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity:1
}


#slider .item.active .carousel-caption .sldr-btn {
    animation-name: fadeInUp;
}
#slider .item.active .carousel-caption .sldr-btn {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity:1
}

/*====================================================================
5. Service Section Style Start
====================================================================*/
.srvc-item {
	border: 2px solid #c2c2c2;
	padding: 25px;
	text-align: center;
	margin: 15px 0;
	cursor: default
}
.fo {
	display:inline-block;
	height: 50px;
	margin: 0 auto;
	width: 50px;
}
.srvc-item i.icon-building{
	background: url(../images/service/building-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-building{
	background: url(../images/service/building-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-interior{
	background: url(../images/service/interior-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-interior{
	background: url(../images/service/interior-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-renovation{
	background: url(../images/service/renovation-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-renovation{
	background: url(../images/service/renovation-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-architecture{
	background: url(../images/service/architecture-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-architecture{
	background: url(../images/service/architecture-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-consulting{
	background: url(../images/service/consulting-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-consulting{
	background: url(../images/service/consulting-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-painting{
	background: url(../images/service/painting-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-painting{
	background: url(../images/service/painting-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-pipefitting{
	background: url(../images/service/pipe-fittings-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-pipefitting{
	background: url(../images/service/pipe-fittings-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-electrical{
	background: url(../images/service/electrical-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-electrical{
	background: url(../images/service/electrical-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-digging{
	background: url(../images/service/digging-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-digging{
	background: url(../images/service/digging-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-woodwork{
	background: url(../images/service/wood-work-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-woodwork{
	background: url(../images/service/wood-work-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-transportation{
	background: url(../images/service/transportation-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-transportation{
	background: url(../images/service/transportation-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item i.icon-measurement{
	background: url(../images/service/measurement-ico.png) no-repeat;
	background-size:cover
}
.srvc-item:hover i.icon-measurement{
	background: url(../images/service/measurement-ico2.png) no-repeat;
	background-size:cover
}
.srvc-item img {
	width: 50px
}
.srvc-item a{
	margin: 30px 0 20px 0
}
.srvc-item h4 {
	font-weight: bold;
}
.srvc-item .back-img {
	display: none
}
.srvc-item:hover .back-img {
	display: inline-block
}
.srvc-item:hover .front-img {
	display: none
}
.srvc-item:hover h4, .srvc-item:hover h5, .srvc-item:hover p {
	color: #fff;
}
.srvs-step {
	display: inline-block;
	width:100%;
	padding: 30px 0
}
.srvs-step h4 {
	float: left;
	height: 40px;
	width: 40px;
	padding: 7px 8px;
	color: #fff
}
.step-txt {
	color: #5a5a5a;
	display: table;
	margin-left: 55px
}
.step-txt h5 {
	padding: 0;
	text-transform: uppercase
}

/*====================================================================
6. Single Service Start
====================================================================*/
.sngl-prof {
	padding-bottom: 70px
}
.sngl-prof > p {
	padding: 20px 0
}
.panel-body {
	color: #5a5a5a
}
.service-list-item ul li a h5 {
	padding: 0
}
.service-list-item ul li{
	background:#f5f5f5;
	margin-bottom:5px
}
.service-list-item ul li a {
	display: inline-block;
	padding: 20px 30px;
	padding-left:80px;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif
}
/*---- All service Icon ----*/
.service-list-item ul li a.building{
	background:url(../images/service/building-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.building:hover, .service-list-item ul li.active a.building{
	background:url(../images/service/building-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.interior{
	background:url(../images/service/interior-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.interior:hover, .service-list-item ul li.active a.interior{
	background:url(../images/service/interior-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.renovation{
	background:url(../images/service/renovation-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.renovation:hover, .service-list-item ul li.active a.renovation{
	background:url(../images/service/renovation-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.architecture{
	background:url(../images/service/architecture-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.architecture:hover, .service-list-item ul li.active a.architecture{
	background:url(../images/service/architecture-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.consulting{
	background:url(../images/service/consulting-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.consulting:hover, .service-list-item ul li.active a.consulting{
	background:url(../images/service/consulting-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.painting{
	background:url(../images/service/painting-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.painting:hover, .service-list-item ul li.active a.painting{
	background:url(../images/service/painting-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.pipe-fittings{
	background:url(../images/service/pipe-fittings-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.pipe-fittings:hover, .service-list-item ul li.active a.pipe-fittings{
	background:url(../images/service/pipe-fittings-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.electrical{
	background:url(../images/service/electrical-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.electrical:hover, .service-list-item ul li.active a.electrical{
	background:url(../images/service/electrical-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.digging{
	background:url(../images/service/digging-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.digging:hover, .service-list-item ul li.active a.digging{
	background:url(../images/service/digging-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.woodwork{
	background:url(../images/service/wood-work-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.woodwork:hover, .service-list-item ul li.active a.woodwork{
	background:url(../images/service/wood-work-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.transportation{
	background:url(../images/service/transportation-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.transportation:hover, .service-list-item ul li.active a.transportation{
	background:url(../images/service/transportation-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.measurement{
	background:url(../images/service/measurement-ico.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-list-item ul li a.measurement:hover, .service-list-item ul li.active a.measurement{
	background:url(../images/service/measurement-ico2.png) no-repeat;
	background-position: 20px center;
	background-size:25px
}
.service-sidebar ul li a:hover, .service-list-item ul li.active a {
	color: #fff
}
.ser-pad {
	background: #f5f5f5;
	padding: 30px;
	/*margin-top: 30px*/
}
.mt30 {
    margin-top: 30px;
}
.service-details ul li {
    padding: 5px;
}
.service-details ul li ul li {
    padding: 5px 5px 5px 15px;
}
.slike {
    width: 100% !important;
    /*border: 2px solid #c2c2c2;*/
}
.service-slider img {
    width: initial;
}
.ser-pad > p {
	color: #1b1b1b
}
.ser-pad .btn-default {
	margin-top: 10px
}
.ser-pad > .client-txt {
	text-align: center
}
.ser-pad > .client-txt > img {
	border: 2px solid;
	border-radius: 50%;
	display: table;
	margin: 15px auto;
	width: 80px
}
.client-avata-small{
	width:50px !important;
	padding-top:10px;
	margin:0 auto
}
.client-avata-small img{
	border-radius:50%;
	border-width:2px;
	border-style:solid
}
.client-txt .feedback {
	width: 100%
}
.client-txt .feedback {
	width: 100%;
	margin-top: 30px;
	padding: 15px;
	text-align:center
}
.client-txt .feedback::before {
	background: #f5f5f5;
	top: -10px;
	left:50%;
	margin-left:-10px;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.client-avata-small{
	width:50px;
	margin:0 auto
}
.feedback-sidebar{
	width:100%;
}
.client-txt .arrow1 {
	display: inline-block
}
.slider-content{
	padding-top: 30px
}
.panel-title{
	padding:0
}
.panel-title a{
	padding:10px 15px;
	display:block;
	font-family: "Montserrat", sans-serif;
	color:#1b1b1b;
	font-weight:500
}
.panel-title a.collapsed{
	background: none
}
.service-content{
	width:100%
}
.service-content h6, 
.service-content h5, 
.service-content h4, 
.service-content h3, 
.service-content h2, 
.service-content h1{
	padding:20px 0 10px
}
.service-content h6.panel-title, 
.service-content h5.panel-title, 
.service-content h4.panel-title, 
.service-content h3.panel-title, 
.service-content h2.panel-title, 
.service-content h1.panel-title{
	padding:0;
}
.feedback-sidebar .owl-controls .owl-nav{
	display:none
}
.feedback-sidebar .owl-controls .owl-dots{
	display:block !important;
	padding-top:20px;
	padding-bottom:10px
}
/*====================================================================
7. Project Tab Gallery Section Style Start
====================================================================*/
#project {
	background: #1b1b1b;
	padding-bottom: 0
}
.home-page #project h2 {
	color: #fff
}
#project .sub-ttl {
	color: #fff
}
.project-page #project{
	background: #fff
}
.port-nav {
	display: inline-block;
	margin: 0 auto 45px;
	text-align: center
}
.port-overlay {
	bottom: 0;
	visibility:hidden;
	opacity:0;
	width:100%;
	height:100%;
	position: absolute;
	text-align:center;
	top: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: 300ms ease;
	transition: all 300ms ease
}
.port-overlay p {
	margin-bottom: 15px;
	color: #fff
}
.port-item:hover .port-overlay {
	display: block
}
.port-overlay h5 {
	font-size:18px;
	padding:0;
	margin-bottom:10px
}
.port-overlay a:hover h5{
	color:#FFF;
	-webkit-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-moz-transition: 200ms ease;
	transition: all 200ms ease
}
.see-more {
	height: 100px;
	padding: 30px 0;
	text-align: center;
	width: 100%
}
.portfolio_area{
	text-align:center
}
.gallery-section{
	position:relative;
	padding-top:15px
}

.default-portfolio-item{
	position:relative
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	border-radius:5px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 400ms ease-out;
	-ms-transition:all 400ms ease-out;
	-o-transition:all 400ms ease-out;
	-moz-transition:all 400ms ease-out;
	transition:all 400ms ease-out
}

.default-portfolio-item .overlay-box .content{
	display:table-cell;
	vertical-align:middle
}

.default-portfolio-item .overlay-box h5 {
	bottom: -50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	max-width: 300px;
	position: absolute;
	text-transform: uppercase;
	font-family:'lato',sans-serif;
	text-align:left;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease
}
.default-portfolio-item .overlay-box:hover h5{
	bottom:10px
}

.default-portfolio-item .overlay-box h5 span {
	display: table;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px
}

.default-portfolio-item .overlay-box .arrow {
	display: block;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	position: relative;
	width: 30px
}

.filter-list .mix{
	display:none
}

.gallery-section .filters{
	position:relative;
	text-align:center;
}

.gallery-section .filter-btns{
	position:relative;
	text-align:center
}
.gallery-section .filter-btns li{
	border: 2px solid transparent;
	color: #acacac;
	font-family: "Montserrat", sans-serif;
	position:relative;
	display:inline-block;
	padding:6px 20px;
	line-height:24px;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	margin:5px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease
}

/*====================================================================
8. Single Project Start
====================================================================*/
#single-project{
	padding-bottom:0
}
#single-project .pagi-area{
	margin-top:40px
}
.project-details{
	padding-bottom:30px
}
.project-images {
    margin-bottom: 30px
}
.project-thumbnail {
	padding: 15px 30px
}
.slide-project{
	width:100%;
	position:relative
}
.project-thumbnail .owl-controls {
	margin: 0;
	position: absolute;
	top: 50%;
	left:0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}
.project-thumbnail.owl-theme .owl-controls .owl-nav [class*="owl-"]{
	margin:0;
	background:none;
	width:inherit;
	height:inherit;
	color:#1b1b1b
}
.project-thumbnail.owl-theme .owl-controls .owl-prev{
	float:left;
	margin-left:-30px
}
.project-thumbnail.owl-theme .owl-controls .owl-next{
	float:right;
	margin-right:-30px
}
.project-thumbnail a {
  display: block;
  font-size: 30px;
  overflow:hidden
}
.project-thumbnail a.onlive{
	position:relative
}
.project-thumbnail .owl-stage-outer{
	padding:15px 0
}
.project-thumbnail a.onlive:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}
.service-content ul {
  display: inline-block;
  padding: 20px 0;
}
.service-content ul li{
	list-style-type:decimal;
	line-height:35px
}
.prjt-type {
	width: 100%;
	margin-top:50px
}
.prjt-type tr {
	width: 100%
}
.prjt-type tr td {
	color: #1b1b1b;
	border: 1px solid #1b1b1b;
	padding: 10px 15px
}
.project-page #project .port-nav li{
	color:#1b1b1b
}
/*====================================================================
9. Construction Section Style Start
====================================================================*/
.under-construction{
	width:100%;
	display:table
}
.under-construction .owl-stage-outer{
	padding:15px 0
}
.cons-item {
	height: auto;
	display:inline-block;
	background-color:#1b1b1b;
	width: 100%
}
.under_work {
	float: left;
	width: 35%;
	position: relative
}
.under_work .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: none
}
.under_work:hover, .under_work:hover .overlay {
	display: block
}
.under_work .overlay  a{
	position:relative;
	left:50%;
	top:50%;
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.completion {
	float: left;
	width: 65%
}
.completion a {
	display: block;
	color: #1b1b1b;
	padding: 20px 15px;
	text-align: center;
	background: #ff0000 none repeat scroll 0 0;
	font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase
}
.completion a:hover {
	color: #fff;
	display: block
}
.completion p {
	color: #acacac;
	margin: 15px
}
.completion > a:hover {
	color: #fff;
	-webkit-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out
}
.progress span {
	color: #fff;
    display: inline-block;
    margin-bottom: 7px;
    padding-left: 0;
    width: 100%
}
.progress-bar span{
	font-size: 12px;
    position: absolute;
    right: 0;
    top: 18px;
    width: auto
}

/*====================================================================
10. Achivement Section Style Start
====================================================================*/
#achivment {
	width: 100%;
	padding:70px 0;
	background-image: url(../images/fun-fact/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}
#achivment:before {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .9)
}
.count {
	text-align: center
}
.count p {
	color: #fff
}
.count-num{
	font-size:36px;
	display:inline-block;
	width:100%;
	font-weight:bold
}

.count-n{
	font-size:36px;
	display:inline-block;
	width:100%;
    color: #ff0000;
	font-weight:bold
}

/*====================================================================
11. Quotation Section Style Start
====================================================================*/
#quotation {
	padding: 40px 0
}
#quotation h5 {
	color: #1b1b1b;
	line-height: 40px;
	padding: 0;
	font-size: 20px
}
#quotation h5 span {
	color: #fff
}
.quote {
	width: 100%;
	height: 40px
}

/*====================================================================
12. Client Section Style Start
====================================================================*/
.client-item > img {
	border: 3px solid;
	border-radius: 50%;
	width: 60px
}
.client-item {
	display: inline-block;
	left: 0;
	position: absolute
}
.avater.view {
	display: table;
	margin: 0 auto
}
.client-name{
	text-align:center;
}
.client-name h6{
	font-size:14px;
	padding-bottom:0
}
.testimonials-carousel .owl-stage-outer{
	padding:15px 0
}
.testimonials-carousel .item{
	position:relative;
	padding-left:120px
}
.owl-dots{
	display:none !important
}
.client-item > .view img {
	border: 2px solid #ff0000;
	border-radius: 50%;
	width: 60px
}
.feedback {
	width: 100%;
	border: 1px solid #acacac;
	padding: 15px 20px;
	min-height:150px;
	position: relative
}
.feedback::before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: transparent transparent #acacac #acacac;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	content: "";
	display: block;
	height: 20px;
	left: -10px;
	position: absolute;
	top: 20px;
	transform: rotate(43deg);
	width: 20px
}
.img-active.view > span {
	color: #acacac
}

/*====================================================================
13. Engineer Section Style Start
====================================================================*/
.our-engineer{
	width:100%;
	display:table
}
.eng-item {
	background: #f5f5f5;
	position: relative;
	margin: 15px 0;
	overflow:hidden
}
.our-engineer .owl-controls{
	width:100%;
	margin:0
}
.our-engineer .owl-controls .owl-nav .owl-prev{
	position:absolute;
	left:-70px;
	margin:0;
	top:50%;
	z-index:10;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.our-engineer .owl-controls .owl-nav .owl-next{
	position:absolute;
	right:-70px;
	margin:0;
	top:50%;
	z-index:10;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.eng-ttl {
	text-align: center;
	padding: 20px 15px;
	color: #1c1c1c
}
.eng-ttl h5 {
	padding: 0
}
.eng-overlay {
    padding: 40px 0;
    position: absolute;
	height:100%;
	width:100%;
	bottom:0;
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s
}
.eng-item:hover .eng-overlay{
	top:0;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s
}
.eng-ttl-hvr a:hover {
	color: #fff;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.eng-item .eng-overlay .eng-ttl-hvr {
  color: #1c1c1c;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.eng-item .eng-overlay .eng-ttl-hvr p {
	padding: 25px 0 0 0;
	color: #1b1b1b
}
.soc-icon-box i:hover {
	color: #fff !important
}
/*====================================================================
14. Engineer Profile Start
====================================================================*/
#eng-profile {
	padding-bottom: 0
}
.profile-image{
	background:#f3f3f3
}
.profile-detail h3 {
	margin: 0;
	padding-bottom:10px
}
.engineer-name{
	width:100%;
	padding-bottom:15px;
	border-bottom:2px solid #f3f3f3
}
.engineer-name span {
	font-family: "Montserrat", sans-serif;
	color: #1b1b1b;
	font-weight:500
}
.prfl-txt {
	padding: 30px 0
}
.prgs-bar > span {
	color: #1b1b1b;
	font-family: montserrat;
	font-weight: 600;
	text-transform: uppercase
}
.prfl-progress .progress {
	background: #1b1b1b;
	margin: 5px 0 30px 0
}
.social-links .soc-icon a {
	color: #1b1b1b;
	margin: 0 30px 0 0;
	line-height: 0
}
.social-links {
	background: #f5f5f5 none repeat scroll 0 0;
	display: inline-block;
	margin: 30px 0;
	padding: 30px;
	width: 100%
}
.proj-expert {
	margin-top: 73px
}
.expert-img > img {
	width: 160px
}
.proj-expert .arrow .left-arw, .proj-expert .arrow .rgt-arw {
	bottom: 35px
}
.pagi-area .pagination {
	display: inline-block;
	margin: 50px 0 0;
	text-align: center;
	width: 100%
}
.pagination li.pull-left, .pagination li.pull-right{
	margin:0
}
.pagi-area .pagination li a{
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease	
}
.pagi-area {
	border-top: 2px solid transparent
}
#eng-profile .pagi-area{
	margin-top: 40px
}
.prfl-link .title{
	position:relative
}
.prfl-link .title:after{
	content:"";
	height: 2px;
    margin-top: 10px;
    width: 50px;
	position:absolute;
	bottom:0;
	left:0
}
.social-links ul{
	padding:0;
	margin-left:-3px;
}
.skill-percent{
	position:absolute;
    right: 0;
    top: -25px;
	text-align:right
}
.progress-bar{
	width:0%; 
	transition: all 3000ms ease;
}
.skill-percent{
	font-size:14px;
	font-weight:bold;
	color:#1b1b1b
}
.skill-percent .count-num{
	font-size:14px;
	display:initial;
	color:#1b1b1b;
	text-align:right
}
.project-experience .overlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	visibility:hidden;
	opacity:0;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease
}
.project-experience .overlay a{
	font-size:14px;
	color:#1b1b1b;
	display:block;
	text-align:center;
	position:relative;
	top:50%;
	text-transform:uppercase;
	font-weight:500;
	font-family: "Montserrat", sans-serif;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.project-experience .item:hover .overlay{
	visibility:visible;
	opacity:1
}
.project-experience .owl-controls{
	margin:0;
	width:100%;
}
.project-experience .owl-controls .owl-nav .owl-prev{
	position:absolute;
	left:-20px;
	margin:0;
	top:50%;
	z-index:10;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.project-experience .owl-controls .owl-nav .owl-next{
	position:absolute;
	right:-20px;
	margin:0;
	top:50%;
	z-index:10;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}

/*====================================================================
15. Partner Section Style Start
====================================================================*/
#partner {
	background: #f3f3f3;
	padding: 70px 0
}
.partner-slider a i {
	color: #333;
	font-size: 30px;
	transform: translate(0px, 100%)
}
.partner-slider a img {
	background: #fff;
	display: inline-block
}
.partner-slider .owl-controls{
	margin: 0;
    width: 100%;
    z-index: 1;
	display:none
}
.partner-slider .owl-controls .owl-nav .owl-prev {
	left:-70px;
	position:absolute;
	margin:0;
    top: 50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:10
}
.partner-slider .owl-controls .owl-nav .owl-next {
	right:-70px;
	position:absolute;
	position:absolute;
	margin:0;
    top: 50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:10
}



/*====================================================================
16. Blog Section Style Start
====================================================================*/
.blog-item{
	margin-bottom:30px
}
.blog-item p{
	padding:15px 0
}
.blog-info {
	display: inline-block;
	border-bottom: 1px solid #e1e1e1;
	width: 100%;
	padding-bottom:10px
}
.blog-info a {
  color: #acacac;
  font-size: 13px;
  padding-right:12px
}
.blog-details > p {
	color: #5a5a5a;
    display: inline-block;
    padding: 15px 0
}
.date {
	padding: 10px;
	color: #fff
}
.date span {
	margin: 0;
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color: #fff
}
.thumb {
	position: relative
	
}
.blog-details.thumb a{
	display:block;
	overflow:hidden
}
.blog-details .thumb a img{
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}
.blog-details:hover .thumb a img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.time {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	text-align: center;
	left:15px;
	width:90px;
	bottom: -29px
}
.time .year {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0
}
.blog-title h6, .blog-title h5, .blog-title h4{
	text-transform: inherit
}
.blog-title a{
	padding: 40px 0 0;
	display:block;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease
}
.blog-title-single{
	display:inline-block;
	padding-top:30px;
	padding-bottom:10px
}

.blog-details .time {
	bottom: inherit;
	top: 15px;
}

.post-details{
	display:inline-block;
	width:100%;
	padding:30px 0
}


/*====================================================================
17. Single Blog Start
====================================================================*/
.blog-details {
	margin-bottom: 30px
}
.blg-ttl > h3 {
	padding-top: 25px;
	text-transform: inherit
}
.blog-item > span p {
	font-family: montserrat;
	font-style: italic;
	font-weight: 500;
	margin-left: 50px;
	padding: 35px
}
.post-details ul li {
	color: #5a5a5a;
	list-style-type: decimal;
	padding: 12px
}
.post-details ul{
	margin-left: 47px;
	padding: 30px 0
}
.tagline {
	background: #f5f5f5 none repeat scroll 0 0;
	display: inline-block;
	padding: 30px 20px;
	margin: 30px 0;
	width: 100%
}
.tagline > li {
	color: #1b1b1b;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	padding: 0 15px;
	line-height: 40px
}
.share-box {
	display: inline-block;
	padding: 30px 0;
	width: 100%
}
.related-post {
	display: inline-block;
	width: 100%;
	padding: 35px 0
}
.share-box li.share{
	width:auto;
	padding:0 15px
}
.rltd-post {
	background: #f5f5f5 none repeat scroll 0 0;
	display: inline-block;
	padding: 35px 60px;
	width: 100%;
	margin-bottom: 30px
}
.rltd-post .item a.thumb img{
	width:50px;
	height:50px;
	float:left
}
.rltd-post .item a{
	font-weight:600;
	color:#1b1b1b;
	font-family: "Montserrat", sans-serif
}
.related-post .post {
	border: medium none;
	float: left;
	padding: 0 10px 0 0
}
.rltd-post .owl-controls{
	position:absolute;
	margin:0;
	width:100%;
	top:50%;
	left:0;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.rltd-post .owl-controls .owl-nav [class*="owl-"]{
	margin:0
}
.rltd-post .owl-controls .owl-prev{
	float:left;
	margin-left:-20px !important
}
.rltd-post .owl-controls .owl-next{
	float:right;
	margin-right:-20px !important
}
.comment img {
	display: inline-block;
	float: left;
	width: 70px
}
.com-txt {
	border-bottom: 1px solid #ececec;
	display: table;
	margin: 0 0 30px 90px;
	padding-bottom: 20px
}
.com-txt > .name {
	color: #1b1b1b;
	font-family: montserrat;
	font-weight: 600;
	text-transform: uppercase
}
.com-txt > span {
	color: #959595;
	display: table;
	font-size: 13px;
	padding: 5px 0
}
.com-txt > p {
	padding: 5px 0
}
.comments .comment:nth-child(odd) {
	padding-left: 90px
}
#description {
	width:100%;
	height: 200px;
	margin: 15px 0;
	resize:none
}
#description ~ div{
	width: 100% !important
}
.comment-box > p {
	padding-bottom: 20px
}
.pagination > li > a:hover, .pagination > li > span:hover {
	background: #1b1b1b;
	color: #fff
}
.blog-item .thumb a {
	display: block;
	overflow: hidden
}
.blog-item .thumb a img{
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out
}
.blog-item:hover .thumb a img{
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}

/*====================================================================
18. Footer Section Style Start
====================================================================*/
#footer {
	background: #1b1b1b;
	background:url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	position:relative;
	padding:0
}
#footer:after{
	content:"";
	background: rgba(27, 27, 27, 0.9);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1
}
.footer-main{
	position:relative;
	padding:70px 0;
	width:100%;
	height:100%;
	z-index:2
}
.widget-title {
	padding-bottom: 30px;
	width: 100%;
	position:relative
}
.foote-logo {
	width: 200px
}
.footer-address li {
	color: #fff;
	display: inline-block;
	padding: 5px 0;
	width: 100%
}
.footer-address li i {
	display: inline-block;
	float: left;
	line-height: 20px;
	text-align: center;
	width: 25px
}
.footer-address span {
	display: table
}
.widget{
	padding-bottom:30px
}
.widget, .widget p{
	color: #acacac
}
.widget-title h3, .widget-title h4, .widget-title h5 {
	color: #fff;
	padding: 0;
	line-height:36px;
	font-weight:700
}
.open-time li {
	border-bottom: 1px solid #acacac;
	color: #acacac;
	padding: 15px 0
}
.open-time li:last-child {
	border-bottom: none
}
.open-time li span {
	color: #fff;
	float: right
}
.instagram {
	display: table;
	margin-left: -5px;
	margin-right: -5px
}
.instagram li {
	float: left;
	padding: 5px;
	width: 33.3332%;
	opacity: 0.7
}
.instagram li a{
	display:block;
}
.instagram li:hover {
	opacity: 1
}
.newsletter {
	color: #acacac
}
.newsletter input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #959595;
	height: 45px;
	padding: 0 15px;
	margin: 10px 0;
	width: 100%
}
.widget .soc-icon {
	margin-top: 30px
}
.widget .soc-icon a:first-child {
	margin-left: 0
}

/*====================================================================
19. Footer Bottom Section Style Start
====================================================================*/
.footer-btm {
	position:relative;
	width:100%;
	height:100%;
	z-index:2;
	background: rgba(0, 0, 0, 0.8);
	padding: 30px 0
}
.footer-menu > li {
	float: left;
	padding-right: 20px
}
.footer-menu > li a {
	color: #acacac;
	font-size:13px
}
.copyrite a {
	color: #fff
}
.copyrite > span {
  float: right;
  font-size:13px
}

/*====================================================================
20. Banner Page Start
====================================================================*/
.banner {
	width: 100%;
	background-image: url(../images/pvcstolarija.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:80px 0;
	margin-top: 120px;
	position: relative;
	background-position: center center
}
.banner:before {
	position: absolute;
	width: 100%;
	height:100%;
	content: "";
	background: rgba(0, 0, 0, .8);
	top: 0;
	left:0
}
.banner h1 {
	margin: 0;
	text-transform: uppercase
}
.banner ul li {
	float: left;
	padding: 0 5px;
	line-height: 48px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	text-transform: uppercase;
	font-weight:400
}
.banner ul li:last-child {
	padding: 0;
}
.banner ul li a {
	font-family: 'Montserrat', sans-serif;
	color: #fff
}

/*====================================================================
21. About us Page Star
====================================================================*/
#about-us {
	padding: 0;
	background:url(../images/about-us/1.png) no-repeat;
	background-position:15% bottom;
	background-size:32%
}
.about-txt {
	padding: 70px 0;
	padding-left:40%
}
.abt-lst {
	padding: 30px 0
}
.about-txt ul li {
	color: #5a5a5a;
	list-style-type: decimal;
	margin-left: 14px;
	padding: 10px 8px
}
#features {
	background: url(../images/about-us/2.jpg) no-repeat;
	background-position: -45% center;
	display: inline-block;
	padding: 0;
	overflow:hidden
}
.feature-item img {
    float: left;
    margin-right: 10px;
    width: 45px
}
.ftr-txt > h5, .ftr-txt > h6 {
	padding-top: 0
}
.ftr-txt > p {
	color: #1b1b1b;
	line-height:24px;
	display: table
}
.feature-item {
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px;
}
.feature-box{
	display:inline-table;
	padding:60px 30px
}
.ftr-txt {
    display: table
}
.ftr-item{
	padding:10px 0
}

/*====================================================================
22. Sidebar Start
====================================================================*/
.right-sidebar {
	background: #f5f5f5 none repeat scroll 0 0;
	padding: 35px 30px
}
.right-sidebar .search-box input {
	color: #959595;
	height: 44px;
	padding: 15px;
	position: relative;
	width: 100%
}
.right-sidebar .search-box button {
	background:none;
	border: medium none;
    color: #959595;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 12px
}
.rgt-item {
	padding: 35px 0 0
}
.title {
	padding: 0 0 25px;
	text-transform: uppercase
}
.rgt-item .list li {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0
}
.rgt-item .list li a{
	font-family: 'Montserrat', sans-serif;
	font-weight:400
}
.rgt-item a {
	color: #1b1b1b
}
.rgt-item .quntt {
	color: #1b1b1b
}
.post {
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0
}
.widget-list .post:first-child {
	padding-top: 0
}
.post img {
	float: left;
	width: 50px
}
.post > .post-txt > a {
	color: #5a5a5a;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500
}
.post-txt {
	margin-left: 62px
}
.post-txt .soc-txt li {
	color: #959595;
	padding-bottom: 0;
	font-size:13px
}
.recent-com .post-txt {
	margin: 0
}
.post-time {
	color: #959595;
	padding: 10px 0 5px
}
.tag {
	display: inline-block;
	padding-bottom: 0
}
.tag .tag-item a {
	border: 1px solid #1b1b1b;
	float: left;
	font-family: "Montserrat",sans-serif;
	font-size: 13px;
	font-weight: 400;
	height: 35px;
	line-height: 33px;
	margin: 0 8px 8px 0;
	padding: 0 12px
}
.tag .tag-item a:hover {
	background: #1b1b1b;
	color:#FFFFFF;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}
.widget-list .post{
	display:inline-block;
	width:100%
}

/*====================================================================
23. Contact Page Start
====================================================================*/
.info-item a:hover{
    color: #ff0000;
}
#contact .comment-box {
	padding: 0
}
.info-item {
	display: table;
	margin-bottom: 30px;
	position:relative;
	width:100%
}
.title2 {
	padding: 0 0 25px 0;
	text-transform: uppercase
}
.contact-info > p {
	padding-bottom: 20px
}
.info-icon {
	display: inline-block;
	float: left;
	margin-right: 20px
}
.info-icon i {
	border: 2px solid;
	font-size: 30px;
	height: 80px;
	padding: 24px;
	text-align: center;
	width: 80px
}
.info-txt {
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	position:absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.info-txt p{
	margin:0
}
.info-txt h6 {
	color: #5a5a5a;
	font-weight: normal;
	padding: 0;
	font-size: 14px
}
#map-loca {
	background: #f5f5f5 none repeat scroll 0 0;
	padding-bottom: 0
}
#location .info-item {
	margin-bottom: 30px
}
.map-canvas{
	width:100%;
	height:450px
}
.error-handel {
    display: table;
    height: 35px;
    margin: 15px auto 0;
    position: relative;
    text-align: left;
    width: 100%
}
#success {
    color: #a2d100
}
#success, #error {
    display: none;
    line-height: 34px
}
#error {
	color: #ff4b4e
}
.contact-form .error{
	color: #ff4b4e
}
#send{
	margin-top: 10px
}
.contact-form  label{
	position: absolute;
	bottom: -8px;
	font-size: 13px;
	font-weight: normal
}
/*====================================================================
24. Under Construction Start
====================================================================*/
.construction-page #project{
	background: #fff;
	padding-bottom: 70px
}
.prtflo-img {
	position: relative
}
.under-prgs {
	background: rgba(27, 27, 27, 0.9);
	bottom: 0;
	height: 90px;
	padding: 30px;
	position: absolute;
	width: 100%
}
.under-prgs .progress {
	margin: 0;
	background: #fff
}
.progress-overlay{
	background:rgba(0, 0, 0, .7);
	width:100%;
	padding:30px 0 50px;
	position:absolute;
	left:0;
	bottom:0
}

/*====================================================================
25. Error Page Start
====================================================================*/
.error-txt {
	font-family: montserrat;
	font-weight: bold;
	padding: 70px 0;
	text-align: center
}
#error-link h2 {
	font-size: 200px;
	line-height: 150px;
	text-align: center
}
.error-txt > span {
	display: table;
	font-size: 40px;
	margin: 0 auto;
	padding:30px 0;
	text-transform: uppercase
}
#error-link a {
	display: table;
	margin: 0 auto
}

/***========================================================End================================================================= ***/

.grooveLogo, .grooveLogo:visited, .grooveLogo:active
{
	font-family: 'Pacifico', cursive;
	font-size: large;
	color: #ff0000;
}

.grooveLogo:hover
{
	color: #fac336;
}

.cd-gallery {
  width: 90%;
  max-width: 1100px;
  margin: 1.5em auto;
}
.cd-gallery > li {
  margin-bottom: 2em;
  list-style-type: none !important;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    margin-top: 2em;
  }
  .cd-gallery::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-gallery > li {
    width: 48%;
    float: left;
    margin: 0 4% 6% 0;
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .cd-gallery {
    margin-top: 2.5em;
  }
  .cd-gallery > li {
    width: 30%;
    float: left;
    margin: 0 5% 5% 0;
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 5%;
  }
  .cd-gallery > li:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* -------------------------------- 

Single Item

-------------------------------- */
.cd-single-item {
  position: relative;
}
.cd-single-item > a {
  display: block;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.no-touch .cd-single-item:hover .cd-customization, .cd-single-item.hover .cd-customization {
  /* product customization visible */
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s 0s, visiblity 0s 0s;
  -moz-transition: opacity 0.2s 0s, visiblity 0s 0s;
  transition: opacity 0.2s 0s, visiblity 0s 0s;
}
.no-touch .cd-single-item:hover .cd-customization-trigger, .cd-single-item.hover .cd-customization-trigger {
  /* this is the settings icon - visible on touch devices only */
  display: none;
}

/* -------------------------------- 

Product Slider

-------------------------------- */
.cd-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.cd-slider-wrapper li {
	  list-style-type: none !important;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* by default, move the product image on the right*/
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
}
.cd-slider-wrapper li.selected {
  /* this is the visible product image */
  position: relative;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s;
}
.cd-slider-wrapper li.move-left {
  /* move the product image on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-slider-wrapper img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

/* -------------------------------- 

Product Customization

-------------------------------- */
.cd-customization {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-customization::after {
  clear: both;
  content: "";
  display: table;
}
.cd-customization > * {
  float: left;
}
.cd-customization .color, .cd-customization .size, .cd-customization .add-to-cart {
  height: 34px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.cd-customization .color, .cd-customization .size {
  /* these are the color and size options */
  display: inline-block;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  /* Force Hardware Acceleration - fix a bug on Safari */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-customization .color:hover, .cd-customization .size:hover {
  box-shadow: inset 0 0 0 1px #cccccc;
}
.cd-customization .color ul, .cd-customization .size ul {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  border-radius: 3px;
  border: 1px solid transparent;
}
.cd-customization .color li, .cd-customization .size li {
  position: relative;
  height: 34px;
}
.cd-customization .color ul li:first-of-type, .cd-customization .size ul li:first-of-type {
  /* arrange list items according to the selected color/size option */
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 0;
}
.cd-customization .color ul li:nth-of-type(2), .cd-customization .size ul li:nth-of-type(2) {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  border-radius: 3px 3px 0 0;
}
.cd-customization .color ul li:nth-of-type(3), .cd-customization .size ul li:nth-of-type(3) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0 0 3px 3px;
}
.cd-customization .color.selected-2 ul li:first-of-type, .cd-customization .color.selected-2 ul li:nth-of-type(2), .cd-customization .color.selected-2 ul li:nth-of-type(3), .cd-customization .size.selected-2 ul li:first-of-type, .cd-customization .size.selected-2 ul li:nth-of-type(2), .cd-customization .size.selected-2 ul li:nth-of-type(3) {
  /* second option selected in the ul.color/ul.size list*/
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cd-customization .color.selected-2 ul li:first-of-type, .cd-customization .size.selected-2 ul li:first-of-type {
  border-radius: 3px 3px 0 0;
}
.cd-customization .color.selected-2 ul li:nth-of-type(2), .cd-customization .size.selected-2 ul li:nth-of-type(2) {
  border-radius: 0;
}
.cd-customization .color.selected-3 ul li:first-of-type, .cd-customization .size.selected-3 ul li:first-of-type {
  /* third option selected in the ul.color/ul.size list */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  border-radius: 3px 3px 0 0;
}
.cd-customization .color.selected-3 ul li:nth-of-type(2), .cd-customization .size.selected-3 ul li:nth-of-type(2) {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 0 0 3px 3px;
}
.cd-customization .color.selected-3 ul li:nth-of-type(3), .cd-customization .size.selected-3 ul li:nth-of-type(3) {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  border-radius: 0;
}
.cd-customization .color.is-open, .cd-customization .size.is-open {
  /* color/size list open - make ul element visible */
  overflow: visible;
  box-shadow: none;
}
.cd-customization .color.is-open::after, .cd-customization .size.is-open::after {
  /* remove the arrow icon for the size option element */
  display: none;
}
.cd-customization .color.is-open ul, .cd-customization .size.is-open ul {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-color: #e5e5e5;
  background-color: #ffffff;
}
.cd-customization .color.is-open li:hover, .cd-customization .color.is-open li.active, .cd-customization .size.is-open li:hover, .cd-customization .size.is-open li.active {
  background-color: #f2f2f2;
}
.cd-customization .color {
  width: 34px;
}
.cd-customization .color li {
  /* replace color name with colored circle */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-customization .color li::before {
  /* this is the colored circle */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.cd-customization .color li.color-1::before {
  background-color: #314d5d;
}
.cd-customization .color li.color-2::before {
  background-color: #de5b48;
}
.cd-customization .color li.color-3::before {
  background-color: #f0ca4d;
}
.cd-customization .size {
  margin: 0 6px;
}
.cd-customization .size::after {
  /* arrow icon for the size option element */
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-customization .size li {
  padding: 0 1em;
}
.cd-customization .size, .cd-customization .add-to-cart {
  width: calc(50% - 23px);
}
.cd-customization .size li, .cd-customization .add-to-cart {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 34px;
}
.cd-customization .add-to-cart {
  color: #ffffff;
  background-color: #46b29d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.no-touch .cd-customization .add-to-cart:hover {
  background-color: #55bca8;
}
.cd-customization .add-to-cart em {
  /* this is the button text message */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-customization .add-to-cart svg {
  /* this is the check icon */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  /* move the icon on the right - outside the button */
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-customization .add-to-cart.is-added em {
  /* product added to the cart - hide text message on the left with no transition*/
  color: transparent;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  transition: transform 0s;
}
.cd-customization .add-to-cart.is-added svg {
  /* product added to the cart - move the svg back inside the button */
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  transition: transform 0s;
}

/* -------------------------------- 

Settings icon - touch devices only

-------------------------------- */
.cd-customization-trigger {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  height: 40px;
  width: 40px;
  /* replace text with an icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  background: url(../img/cd-icon-settings.svg) no-repeat center center;
  display: none;
}
.touch .cd-customization-trigger {
  display: block;
}

/* -------------------------------- 

Product Info (title + price)

-------------------------------- */
.cd-item-info {
  padding: 1em .5em 0;
  color: #314d5d;
  font-weight: bold;
}
.cd-item-info::after {
  clear: both;
  content: "";
  display: table;
}
.cd-item-info b {
  float: left;
}
.cd-item-info em {
  float: right;
  color: #5484a0;
}
.cd-item-info a {
  color: #314d5d;
}
.cd-item-info a:hover {
  text-decoration: underline;
}
