﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/* Globals*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. NAVIGATION CSS
4. CONSTRUCITION SLIDER SECTION ( MASTER SLIDER ) CSS
5. CONSTRUCITION ABOUT SECTION CSS
6. CONSTRUCITION SERVICE SECTION CSS
7. CONSTRUCITION PROJECTS SECTION CSS
8. CONSTRUCITION COUNTER SECTION CSS
9. CONSTRUCITION PRICE TABLE SECTION CSS
10. CONSTRUCITION TESTIMONAILS SECTION CSS
11. CONSTRUCITION LATEST NEWS SECTION CSS
12. CONSTRUCITION CONTACT SECTION CSS
13. CONSTRUCITION SERVICE TABS CSS
13. CONSTRUCITION BLOG SECTION CSS
13. CONSTRUCITION FOOTER SECTION CSS
-------------------------------------------------------------------*/
<!-- some CSS-code -->

html, body{height:100%;}
#wrapper{overflow:hidden;}
@font-face {
    font-family: 'BYekan';
    src: url('/fonts/BYekan.eot?#') format('eot'), /* IE6�8 */
    url('/fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/BYekan.woff2') format('woff2'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/BYekan.ttf') format('truetype'); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}
.RTL {
    direction: rtl
}
@media only screen and (max-width:480px) {
    .Lng {
        text-align: center;
        padding-left: 15px;
    }
}
.Lng{text-align:right;padding-right:15px;}
.Lng img{box-shadow:0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);margin-left:.25%}

.Center{text-align:center;display:block;}

body {
    color: #636363;
    background-color: #fff;
    font-family: 'BYekan';
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    padding: 0;
}
a:active,
a:focus,
a:hover
{ 
	color: #fba919;
	text-decoration:none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	color:#363636;
}
 h2
{
    color: #363636;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    padding: 15px 0px 10px 0px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color:#888;
}
ul.unstyled
{
	padding:0px;
	margin:0 auto;
}
ul.unstyled li 
{
	margin:0 auto;
	padding:0px;
	list-style:none;
	line-height:27px;
}
.nopadding
{
	padding:0px;
	margin:0 auto;
}
.space10
{
	height:10px;
	width:100%;
}
.space20
{
	height:20px;
	width:100%;
}
.space30
{
	height:30px;
	width:100%;
}
.space40
{
	height:40px;
	width:100%;
}
.space50
{
	height:50px;
	width:100%;
}
.space60
{
	height:60px;
	width:100%;
}
section
{
	padding:100px 0px;
	margin:0 auto;
}
.cons-about
{	padding:100px 0px;
	margin:0 auto;}
.black
{
	color:#363636;
}
.yellow
{
	color:#fba919;
}
.white
{
	color:#fff;
}
p
{
	font-size:16px;
	line-height:27px;
}
h1
{
	font-weight:600;
	font-size:30px;
	margin:0 auto;
	padding:0px;
	color:#363636;
	text-transform:uppercase;
}
.bg-primary
{
       color: #fff;
    background-color: #fba919;
    border-bottom: 2px solid #fba919;
    margin-top: 0px;
    margin-bottom: 20px;
}
.short.bg-primary
{
    color: #fff;
    background-color: #fba919;
    border-bottom: 2px solid #fba919;
    margin-top: 0px;
    margin-bottom: 20px;
    height: 5px;
    float: left;
    width: 100%;
    max-width: 20%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}
button.btn.readmore
{
    background: transparent;
    color: #363636;
    border: 2px solid #fba919;
    border-radius: 0px;
    padding: 8px 15px;
}
button.btn.readmore:hover
{
    background: #fba919;
    color: #363636;
    border: 2px solid #fba919;
    border-radius: 0px;
    padding: 8px 15px;
}
button.btn.readmore.active
{
    background: #fba919;
    color: #363636;
    border: 2px solid #fba919;
    border-radius: 0px;
    padding: 8px 15px;
}

/************** NAVIGATION CSS****************/


.navbar-brand
{
	padding:0px 15px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0px !important;
}
.navbar-default .navbar-nav > li > a
{
	margin: 0;
    text-transform: uppercase;
    font-size:1.3em;
    text-align: center;
	font-weight:500;
	color:#363636;
}
.navbar-default .navbar-nav > li > a:hover
{
	color:#fff;
	 background: rgba(243, 199, 2, 1);
}
.navbar-default ul li
{
	background:none; 
	padding-left:0px;
    list-style: none;
    padding-bottom: 0px;float:right !important;
}
.navbar-brand {height:initial !important}
#header.fixed 
{
    position: fixed;
    border-bottom: rgba(0,0,0,0.08) 1px solid;
}
#header 
{
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}
#header.fixed .navbar-default 
{
     padding-top: 0px;
	 margin-bottom:0px;
}
#header ul.nav-second-main li
{
    padding-top: 33px;
    padding: 0 5px 0px 5px;
}
#header li.search 
{
    display: inline-block;
}
.search-box 
{
    margin-top: 18px;
}
.search-box 
{
    display: none;
    right: 0;
    left: auto;
    top: 100%;
    padding: 15px;
    background-color: #fff;
    position: absolute;
      width: 274px;
    margin-top: 8px;
    z-index: 22;
}
.btn-primary
{
    color: #fff;
    background-color: #fba919;
    border-color: #fba919;
    padding: 10px 10px;
    margin-top: 10px;
}
#header ul.nav-second-main li>a 
{
    background-color: transparent;
    color: #666;
    padding: 0 3px;
    display: block;
	line-height: 50px;
}
.nav-second-main{display:none;}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(243, 199, 2, 1);
}
.dropdown-menu > li > a {
    padding: 9px 20px;
    color: #ccc;
    border-bottom: 1px solid #444;
    text-transform: capitalize;
	 background: #222;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.dropdown-menu > li > a:hover {
    background: #222;
    color: #fff;
}

/****************Construction Slider Section********************/
.text-title
{
    font-size: 70px;
    color: #fff;
	font-weight:700;
	text-transform:uppercase;
}

.text-text
{
    color: #fff;
    font-size: 24px;
    line-height: 37px;
	text-align: center;
}


.btn:hover
{
	color:#fff;
	opacity:1;
	 background-color: rgba(251, 169, 25, 1);
}
.btn-blue
{
    font-size: 16px;
    background-color: rgba(251, 169, 25, .5);
    border-radius: 3px;
    text-align: center;
    color: #FFFFFF;
    line-height: 44px;
    font-weight: 600;
    padding-left: 17px;
    padding-right: 17px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 31px;
    border: 3px solid #fba919;
}


.learmbtn{
    position: absolute;
    top: 420px;
    left:50% !important;
    width: 100%;transform:translateX(-50%);
    max-width: 10%;
    text-align: center;
    margin: 0 auto;
}
.slider-h3
{
	left: 280px;top: 193px; right:280px;text-align:center
}
.text-text
{  
left: 300px;
top: 310px;
right: 300px;
}

div.divSubi{direction:rtl;}
div.divSubi .wow{border-bottom:1px solid #CFD8DC;margin-bottom:2%;padding-bottom:2%}
div.divSubi .wow h5{font-size:2em;color:#222;font-weight:bold}
div.divSubi .wow i{font-size:.9em;color:#fba919}
div.divSubi .wow p{font-size:1.15em;}

/****************Construction About Section********************/
.navbar-right{margin-top:1.2%}
.about-2 h2
{
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    margin: 0 auto;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-box h3
{
	text-transform: uppercase;
    color: #363636;
    font-size: 20px;
    font-weight: 600;
	margin:0 auto;
	padding:0px;
}
.border1 {
    border-bottom: 3px solid #fba919 ;
    width: 100%;
    max-width: 25%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    float: left;
}

/****************Construction Service Section********************/
section.serv-tabs
{
	padding-bottom:0px;
}
h4
{
	color:#363636;
	font-size:24px;
	margin:0 auto;
	padding:10px 0px;
}
.service-box
{
	border:0px solid #CCCC00;
	margin-bottom:30px;
}
.service-des
{
    padding: 0px 10px;
	background: rgba(153, 153, 153, .2);
}
.box-left-icon {
    text-align: center;
    margin: 40px 0;
}
.box-left-icon i
{
	color:#fba919;
	font-size:24px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}

.box-1
{
	background:rgba(153, 153, 153, .2);
	    padding: 15px 0;
}
/****************Projects Css**********************************/

div.projects
{
	padding:0.5%;
	margin:0 auto;float:right !important;
}
.project-img 
{
    position: relative;
    overflow: hidden;
}
.img-icon {
    position: relative;
    overflow: hidden;
/*	margin-bottom:30px;*/
}

.img-icon img {
    width: 100%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.img-icon-overlay 
{
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.img-icon-overlay p a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.99);
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    text-align: center;
    color: #333;
    border-radius: 50%;
    font-size: 16px;

}
.img-icon-overlay p 
{
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 38%;
    text-align: center;
    left: 0;
    right: 0;
}

.img-icon .img-icon-overlay:hover {
	background:rgba(251, 169, 25, 0.8);
    opacity: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	padding:30px 20px;
}
ul.service-social
{
	margin:0 auto;
	padding:0px;
	margin-top:20px;
}
ul.service-social li
{
	margin:0 auto;
	padding:0px;
	display:inline;
	list-style:none;
	padding:10px;
}
ul.service-social li a
{
	margin:0 auto;
	padding:0px;
	display:inline;
	list-style:none;
	color:#363636;
}
ul.service-social li a i
{
	background: rgba(54, 54, 54, 0.5);
    color: #fff;
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
ul.service-social li a i:hover
{
	background: rgba(54, 54, 54, .5);
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.pro-hover 
{
    background: rgba(33, 33, 33, .3) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pro-hover a {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    line-height: 100px;
    color: #fff;
}
.col-4-no-space .project-post 
{
    width: 25%;
    padding: 2px;
    margin: 0;
}
.filter
{
    text-align: center;
    margin-bottom: 30px;
}
.list-inline 
{
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.filter li a:hover 
{
    color: #fff;
    border-color: #fba919 ;
	background: #fba919;
}
.filter li a.active 
{
    color: #fff;
    border-color: #fba919 ;
	background: #fba919;
}
.filter li a
{
    display: inline-block;
    margin: 3px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    color: #363636;
    font-weight: 500;
    padding: 4px 12px;
    border: 2px solid #fba919 ;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
/******************

Counter Css

***********************/
.cons-counter
{
	background: url(../images/counter-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
}
.counting_sl
{
	color:#fff;
	text-align:center;
	margin:0 auto;
	padding:0px;
}
h2.counter {
    color: #fba919 ;
    font-size: 40px;
    margin: 0 auto;
    padding: 0px;
}
.counting_sl h4
{
	color:#fba919 ;
	font-size:18px;
	text-transform:uppercase;
}
/******************Price Table***********************/

.price-box
{
	border:2px solid #363636;
	color:#363636;
	margin:0 auto;
	text-align:center;
	padding:0;
}
.price-desc-des h2
{
	color:#fff;
	background:#000;
}
/******************Testimonails CSS***********************/
.cons-testimonial
{
	background: url(../images/test-bg.jpg) no-repeat;
    padding: 100px 0;
    background-position: center center;
    background-size: cover;
	color:#fff;

}
.testimonial{
    border-left: 3px solid #f3c702;
    padding: 100px 0 100px 275px;
    position: relative
}
.testimonial:before,
.testimonial:after{
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #f3c702;
    position: absolute;
    left: 0;
}
.testimonial:before{
    border-top: 3px solid rgba(251, 169, 25, 1);
    top: 0;
}
.testimonial:after{
    border-bottom: 3px solid rgba(251, 169, 25, 1);
    bottom: 0;
}
.testimonial .pic
{
    width: 206px;
    height: 189px;
    position: absolute;
    top: 75px;
    left: 50px;
    bottom: 0px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 14px;
    line-height: 27px;
    position: relative;
	color:#fff;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 26px;
     color: rgba(251, 169, 25, 1);
}
.testimonial .testimonial-title{
    font-size: 22px;
    font-weight:800;
    text-transform: capitalize;
}
.testimonial .post{
       display: block;
    font-size: 17px;
    font-weight: 300;
    color: rgba(251, 169, 25, 1);
    margin-top: 10px;
}
.owl-theme .owl-controls{
    text-align: right;
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
    background: #6ab33e;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}
.cons-testimonial p
{
	color:#fff;
}
/***********************Construction Priojects ************************/

.cons-all-project
{
	/*background:rgba(243, 199, 2, 1);*/
	background: url(../images/project-bg.jpg) no-repeat;
	background-position:center center;
	background-size: cover;
	padding:150px 0px;
	margin:0 auto;
	color:#fff;
}
.cons-all-project p
{
	color:#fff;
}
.view 
{
    margin: 30px 0;
}
.view a
{ 
    border: 0px solid #363636;
    padding: 15px 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: rgba(251, 169, 25, 1);
}


button.btn.btn-yellow
{ 
	border: 0px solid #363636;	
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
	background:rgba(243, 199, 2, 1);
}

/***********************Construction Team ************************/

.border
{
	border-bottom:3px solid #fba919 ;
	width:100%;
	max-width:20%;
	margin:0 auto;
	padding:0px;
	text-align:center;
}

.team-box {
    border: 1px solid #CFD8DC;
    background: #FFF;
    padding-bottom: 44px;
    -ms-flex: 1;
    position: relative;
    margin-bottom: 50px;
    z-index: -1;
}

.team-thumbnail 
{
    background: #ECEFF1;
    border-bottom: 1px solid #CFD8DC;
}
.team-des
{
    padding: 10px 20px;
	text-align:center;
	margin:0 auto;
}
.team-des h2
{
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px 10px 0px;
    text-transform: uppercase;
}
h3.position
{
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 100;
	/*color:rgba(243, 199, 2, 0.9);*/
	color:#fba919;
    font-style: italic;
}
p
{
	font-size:14px;
	margin:0 auto;
	padding:0px;
	color:#363636;
}
ul.team-social
{
	margin:0 auto;
	padding:0px;
	margin-top:20px;
}
ul.team-social li 
{
	margin:0 auto;
	padding:0px;
	display:inline;
	list-style:none;
	padding:10px;
}

ul.team-social li a
{
	margin:0 auto;
	padding:0px;
	display:inline;
	list-style:none;
	color:#363636;
}
ul.team-social li a i
{
	background: rgba(251, 169, 25, 1);
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
ul.team-social li a:hover
{
	background: rgba(251, 169, 25, 1);
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.team-read-more
{
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -13px;
    top: auto;
}
button.btn-read:hover
{
	color:#fff;
}
button.btn-read
{
    color: #363636;
    background: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(251, 169, 25, 1);
    padding: 5px 25px;
    z-index: 9999;
}

button.btn-read1
{
  	color: #363636;
    background: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(243, 199, 2, 0.0);
    padding: 5px 25px;
}
/******************************team overlay Css******************/
.team-thumbnail1
{
	position:relative;
}
.team-des2
{
 	position:absolute;
	background:rgba(243, 199, 2, 0.7);
	color:#363636;
	top:0px;
	bottom:0px;
	opacity:0;
	padding:40px;
	text-align:center;
}
.team-des2:hover
{
	opacity:1;
}
.team-box1
{
    border: 1px solid #CFD8DC;
    background: #FFF;
    padding-bottom: 44px;
    position: relative;
    margin-bottom: 0px;
  /*  z-index: -1;*/
}

div.cons-team , div.cons-service-sec , div.cons-team2 , div.cons-news , div.cons-projects
{
	padding:100px 0px;
	margin:0 auto;
}
.cons-team2 .team-box1
{
    border: 1px solid #CFD8DC;
    background: #FFF;
    padding-bottom: 10px;
	z-index:999
}
ul.team-social1
{
	margin:0 auto;
	padding:0px;
	z-index:999
}
ul.team-social1 li {
    margin: 0 auto;
    padding: 0px;
    display: inline;
    list-style: none;
    padding: 0px;
}
/******************************team overlay Css******************/
.team2
{
	margin-bottom:30px;
	clear:both;
}
.team-img
{
	position:relative;
}
.team-des1
{
	position:absolute;
	background:rgba(243, 199, 2, 0.7);
	color:#363636;
	top:0px;
	bottom:0px;
	opacity:0;
	padding:40px;
	text-align:center;
}
.team-des1 h2 {
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    padding: 15px 0px 10px 0px;
    text-transform: uppercase;
}
ul.team-social1 li a i
{
	background:  transprent;
    color: #363636;
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
ul.team-social1 li a i:hover
{
	background:  transprent;
    color: #fba919;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.team-des1:hover
{
	opacity:1;
}
/*.team-des
{
	color:#363636;
}*/

/***********************Construction Latest News ************************/

.news-box
{
     border: 2px solid #ebebeb;
}
.news-des
{
    padding: 10px 15px;
	text-align:right;
}
p
{
	font-size:14px;
	margin:0 auto;
	padding:0px;
	color:#363636;
}
ul.author
{
	margin:0 auto;
	padding:0px;
}
ul.author li
{
	margin:0 auto;
	display:inline;
	list-style:none;
	padding-right: 10px;
}
button.btn-read:hover
{
	color:#fff;
}
button.btn-read-news
{
      color: #fba919;
    background: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(243, 199, 2, 0.0);
    padding: 10px 0;
    text-align: left;
}
/********************* Construction About Section *******************/

.bg-img 
{
    background: url(http://rammohansingh.com/construction-html/images/bg2.jpg) no-repeat !important;
    background-size: cover;
	background:#ededed
}
.bg-img, .bg-img2 {
    position: relative;
    color: #fff;
    overflow: hidden;
}
.about-right
{
	margin:0 auto;
	padding:0px;
}
a.project-btn ,.project-btn 
{
    border: none;
    text-transform: uppercase;
    font-weight: 600;
  /*  background: rgba(251, 169, 25, 1);*/
    padding: 15px 25px;
    z-index: 9999;
    color: #363636;
	border:2px solid rgba(251, 169, 25, 1);
}

a.project-btn:hover , .project-btn:hover
{
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(251, 169, 25, 1);
    padding: 15px 25px;
    z-index: 9999;
    color: #fff;
}

.about-desc ul.unstyled li i
{
	color:#ffb600;
	font-size:16px;
}
.about1
{
    position: relative;
    top: 0;
    left: 0;
       border: 6px solid #fff;
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    width: 100%;
    max-width: 62%;
}
.about2
{
    position: absolute;
    top: 50px;
    left: 348px;
    border: 6px solid #fff;
    padding: 0px;
    background: #fff;
    border-radius: 0px;
}	

.about3
{
    position: relative;
    top: 0;
    left: 0;
      border: 6px solid #fff;
    padding: 0px;
    background: #fff;
    border-radius: 0px;
    width: 100%;
    max-width: 62%;
}
	
/******************* Construction Inner Section *****************/
.inner-banner
{
	background: url(../images/inner-bg.jpg)no-repeat;
	padding: 100px 0;background-size: cover;
}
h1.inner-title
{
    color: #ffffff;
	font-size:60px;
	font-weight:bolder;
	text-transform:uppercase;
	float:none;
	text-align:center;
}
.breadcrumb
{
	background: transparent;
	text-align:center;
}
ol.breadcrumb li a
{
    text-decoration: none;
    color: #fff;
}
/******************* Construction Contact Section ******************/

div.contact
{
	padding:10px 0px;
	margin:0 auto;
}
.contact-box
{
	text-align:center;
	border:2px solid #ededed;
	padding:5px 0px;
	margin:0 auto;
    background: rgba(153, 153, 153, .2);
}
.contact-box i
{
	font-size:32px;
	color:#fba919;
}
.contact-box p
{
	font-size:12px;
	color:#363636;
}

.contact-box p a
{
	color:#363636;
}
.contact-box p a:hover
{
	color:#fba919;
}

input.form-control 
{
    border-radius: 0;
    padding: 10px;
    height: auto;
    margin: 10px 0;
}

textarea.form-control 
{
    margin-top: 10px;
    border-radius: 0;
    min-height: 150px;
}

button.submit-btn 
{
    color: #363636;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    background:rgba(251, 169, 25, 0.0);
    padding: 15px 25px;
    margin-top: 30px;
	border-radius:0;
	 border:2px solid rgba(251, 169, 25, 1);
}
button.submit-btn:hover
{
      color: #fff;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    background:rgba(251, 169, 25, 1);
    padding: 15px 25px;
    margin-top: 30px;
	border-radius:0;
	 border:2px solid rgba(251, 169, 25, 0.0);
}
/******************Service tabs******************/

div.bhoechie-tab-container
{
  z-index: 10;
  background-color: transparent;
  padding: 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border:0px solid #fba919;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.0);
  box-shadow: 0 6px 12px rgba(0,0,0,.0);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.0);
  background-clip: padding-box;
  opacity: 1;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu
{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group
{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a
{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa 
{
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child
{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child
{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa
{
	background-color: #fba919;
	background-image: #fba919;
	color: #ffffff;
  	border-color:#fba919
}
div.bhoechie-tab-menu div.list-group>a.active:after
{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #fba919;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover 
{
    color: #fff;
    text-decoration: none;
    background-color: #fba919;
}

div.bhoechie-tab-content
{
	background-color: transparent;
    padding-left: 20px;
  	padding-top: 0px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active)
{
	display: none;
}
/********************************** About Page ***********************************/
.about-right img 
{
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 1px 1px 5px 1px;
}

.about_content
{
	padding-top:70px; padding-bottom:70px;
}
.border_right 
{
    border-right: 1px solid #d8d8d8;
}

/***********************************
	Footer Css
****************************************/
.footer 
{
	background-color:#171717; 
	font-size:14px; 
	padding-top:70px; 
	padding-bottom:70px; 
	color:#fff;
}
.footer h4
{
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
ul.footer-menu
{
	margin:0 auto;
}
ul.footer-menu li a
{
	color:#fff;
}
ul.footer-menu li a:hover
{
	color:#f7c20a;
}
.footer ul li 
{
	color: #d2d2d2;
    list-style: none;
    border-bottom: 0px solid #363636;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: normal;
	
}
.footer ul 
{
	padding:0px;
	margin:0 auto;
}

.footer-post img
{
	margin-right:0px;
}
.footer p
{
	margin-top:0;
	color:#fff;
}
.terms
{
	background-color:#111111; 
	color:#777777; 
	padding-top:12px; 
	padding-bottom:12px; 
	font-size:14px;
}
.social-network a
{
	color:#FFFFFF; 
	font-size:17px; 
	margin-right:16px;
	transition: all 0.35s ease 0.3s;
}
.social-network a:hover
{
	color:#fba919;
}
.read_more a:hover
{
	border:1px solid #0084b4; 
	color:#0084b4;
}
.our_team .img-responsive 
{
	width:100%;
	max-width:100%;
}
.subscribe-form
{
	position:relative;
}
.subscribe-btn1
{
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 4px 10px 10px 0px;
    background: transparent;
    color: #000;
    font-size: 34px;
    color: orange;
	 border: none;
}
.copyright p
{
	padding:15px 0px;
	margin:0 auto;
	color:#fff;
}

/******************** BLOG****************/
.sidebar-widget
{
    border: 1px solid #ededed;
    margin: 0 auto;
    padding: 0px;
	margin-bottom:30px;
}

h3.widget-title {
    margin: 0 auto;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
	background:#fba919;
}
.sidebar-widget-search input.form-control {
    border-radius: 0;
    padding: 10px;
    height: auto;
    margin: 0px 0;
}

button.search-btn1 {
    position: absolute;
    top: 39px;
    right: 15px;
    background: none;
    border-left: 1px solid #ededed;
    padding: 7px 15px;
    border-bottom: 0px;
    border-right: 0px;
    font-size: 16px;
    border-top: 0px;
}

ul.siderbar {
    padding: 10px 15px;
}
ul.unstyled.sidebar li
{
	line-height:32px;
	margin:20px 10px;
}
ul.siderbar li a
{
	color:#363636;
	font-size:18px;
}

a.img1 img
{
	margin:10px;
	max-width: 90%;
	border-radius:5px;
}
ul.unstyled.categories 
{
	margin:15px 10px;
	
}
ul.unstyled.categories li
{
    display: block;
	line-height:32px;
}
ul.unstyled.categories li a 
{
  	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	color:#363636;
}

ul.unstyled.categories li a:hover 
{
  	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	color:#fba919;
}
a.tag:hover {
    border: 1px solid #f7c20a;
    padding: 10px 20px;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #363636;
	background:#f7c20a;
}

div.date
{
    position: absolute;
    top: 100px;
    left: 50px;
   }
   
span.d
{
    background: rgba(251, 169, 25, 1);;
    padding: 15px;
    color: #fff;
}
span.m
{
    background: #fff;
    padding: 15px;
    color: #363636;
}

/*The Nivo Slider styles*/
.nivoSlider{position:relative !important;width:100%;height:auto;overflow:hidden;}
.nivoSlider img{position:absolute;top:0px;left:0px;}
.nivo-main-image{display:block;position:relative !important;width:100% !important;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;filter:alpha(opacity=0);opacity:0;}
/* The slices and boxes in the Slider */
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block !important;}
/* Caption styles */
.nivo-caption{position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:0.8;overflow:hidden;display:none !important;-moz-opacity:0.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:BYekan;}
.nivo-caption p{padding:5px;margin:0;font-family:BYekan;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-controlNav{position:absolute;z-index:9;bottom:26px;right:0;}
.nivo-directionNav{z-index:90;}
.nivo-directionNav a{z-index:9;cursor:pointer;color:#070707;font-size:0.5em;}
.nivo-prevNav{position:absolute;left:5%;width:50px;height:50px;background-image:url("/images/ArrowL.jpg");top:50%;transform: translateY(-50%);    }
.nivo-nextNav{position:absolute;right:5%;width:50px;height:50px;background-image:url("/images/ArrowR.jpg");top:50%;transform: translateY(-50%);}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{position:absolute;z-index:9;bottom:26px;right:0;}
.nivo-controlNav a{z-index:9;cursor:pointer;margin:0 1px 0 1px;padding:0 11px;background:#070707;color:#070707;font-size:0.4em;border-top:1px solid #bdbdbd;}
.nivo-controlNav a.active{font-weight:bold;color:#cc9c0e;background-color:#cc9c0e;}
