body {
    background: #e6e6e6;
    color: #424242;
    font-family: 'weblysleek_uilight';
    font-size: 18px;
    font-weight: 300;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
}

a {
    outline: none !important;
    font-weight: 400;
    text-decoration: none !important;
}

.cf:before,
.cf:after,
.cf:before,
.cf:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.cf:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}
/*layout*/

header {
    background: #f6f6f4;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15);
    position: relative;
}

header .container {
    position: relative;
}

h1.logo {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 4px;
}

ul.menu,
ul.menu > li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

ul.menu > li {
    display: inline-block;
    margin-left: 46px;
}

ul.menu > li > a {
    font-family: 'new_ciclefina';
    font-size: 20px;
    color: #df9e33;
    display: block;
    line-height: 30px;
    padding: 36px 12px;
    -webkit-box-shadow: inset 0 -3px 0 0 #df9e33;
    box-shadow: inset 0 -3px 0 0 #df9e33;
}

ul.menu > li > a.active,
ul.menu > li > a:hover {
    color: #000;
    background: rgb(247, 237, 213);
    background: -moz-linear-gradient(top, rgba(247, 237, 213, 1) 0%, rgba(237, 192, 106, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 237, 213, 1)), color-stop(100%, rgba(237, 192, 106, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 237, 213, 1) 0%, rgba(237, 192, 106, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 237, 213, 1) 0%, rgba(237, 192, 106, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 237, 213, 1) 0%, rgba(237, 192, 106, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 237, 213, 1) 0%, rgba(237, 192, 106, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7edd5', endColorstr='#edc06a', GradientType=0);
}

footer {
    padding-top: 48px;
    padding-bottom: 18px;
    background: url(../img/footer-bg.jpg) repeat-x 0 0 #fff;
}

.creadit-wrap {
    padding: 18px 0 0;
    line-height: 32px;
    font-family: 'weblysleek_uisemilight';
    font-size: 16px;
    color: #7c7c7c;
}
.creadit-wrap a{
    color: #7c7c7c;
}
.creadit-wrap a:hover{
    color: #fbb91a;
}
.social-icon {
    float: right;
    margin-left: 10px;
}

.social-icon a {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    width: 32px;
    background: url(../img/sprite.png) no-repeat 0 0;
    margin-left: 13px;
    opacity: 1;
    transition: .4s all ease;
}

.social-icon a:hover {
    opacity: .5;
}

.social-icon a.gP {
    background-position: -32px 0;
}

.social-icon a.In {
    background-position: -64px 0;
}

.social-icon a.fb {
    background-position: -96px 0;
}

.creadit-wrap .credit {
    float: left;
}

.layout {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -116px;
}

footer,
.push {
    height: 116px;
}

.guuter8 {
    margin: 0 -8px;
}

.guuter8 > div {
    padding: 0 8px;
}

.view-port {
    padding-top: 51px;
    padding-bottom: 18px;
    background: #fff;
    max-width: 1370px;
    margin: auto;
}

.title {
    background: #7c7c7c;
    color: #fff;
    line-height: 30px;
    height: 32px;
    padding: 0 16px;
    font-size: 18px;
    font-family: 'weblysleek_uisemilight';
    display: block;
}

.title.yellow {
	cursor:pointer;
    background: rgb(224, 156, 38);
    background: -moz-linear-gradient(top, rgba(224, 156, 38, 1) 0%, rgba(251, 186, 27, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224, 156, 38, 1)), color-stop(100%, rgba(251, 186, 27, 1)));
    background: -webkit-linear-gradient(top, rgba(224, 156, 38, 1) 0%, rgba(251, 186, 27, 1) 100%);
    background: -o-linear-gradient(top, rgba(224, 156, 38, 1) 0%, rgba(251, 186, 27, 1) 100%);
    background: -ms-linear-gradient(top, rgba(224, 156, 38, 1) 0%, rgba(251, 186, 27, 1) 100%);
    background: linear-gradient(to bottom, rgba(224, 156, 38, 1) 0%, rgba(251, 186, 27, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e09c26', endColorstr='#fbba1b', GradientType=0);
}

a.title:hover{
    background:#555;
    color: #fff;
}

.title.bottom {
    margin-bottom: 3px;
}

.title.top {
    margin-top: 3px;
}

.img-blk {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-2x {
    height: 275px;
}

.img-1x {
    height: 136px;
    margin-bottom: 3px;
}

.text-center {
    text-align: center;
}

.overview {
    padding-top: 16px;
}

.overview-content {
    background: #fbb91a;
    color: #000;
    padding: 24px 16px;
}

.overview a {
    display: block;
    color: #000;
    margin-top: 15px;
}

.overview a:hover {
    text-decoration: underline !important;
}

.bxslider,
.bxslider li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background: #f2f2f2;
}

.bxslider li .inner-image {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-wrap .bx-viewport {
    margin-top: -18px;
}

.banner-wrap .content {
    max-width: 475px;
    width: 100%;
    background: rgba(246, 246, 246, 0.75);
    padding: 16px;
    margin-top: 34px;
    color: #484848;
}

.banner-wrap .content h4 {
    padding: 0 0 6px;
    margin: 0;
    font-size: 18px;
    font-family: 'weblysleek_uisemilight';
}

.navbar-toggle {
    display: none;
}

.inner-banner {
    display: block;
    height: 400px;
}

.about-wrap {
    padding: 32px 0;
}

h5 {
    color: #fbb91a;
    font-size: 20px;
    padding-bottom: 8px;
    margin: 0;
}

.about-wrap p {
    padding: 0;
    margin: 0 0 26px;
}

.portlet {
    background: #f4f4f4;
    padding: 20px;
}

.portlet p {
    margin: 0 0 5px;
}

.side-menu {
    float: left;
    width: 250px;
}

.side-menu ul,
.side-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.side-menu ul li a {
    padding: 10px 12px;
    line-height: 22px;
    background: #fbb91a;
    color: #555;
    font-size: 15px;
    font-family: 'weblysleek_uisemilight';
    display: block;
    margin-bottom: 2px;
	font-weight:700;
}

.side-menu ul li a:hover {
        background:#555;
    color: #fff;
}

.side-menu ul li.active a {
    background: #555;
    color: #fff;
}

.listing {
    margin-left: 265px; display:block;
}

.listing > ul,
listing > ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gutter4 {
    margin: 0 -4px;
}

.gutter4 > div {
    padding: 0 4px; float:left;
}

.proj-details {
    padding: 7px ;
    background: #ffffff;
    margin-bottom: 12px;
}

.proj-img {
    float: left;
    width: 350px;
    height: 258px;
    border: 1px solid #f4f4f4;
}

.detail-content {
    margin-left: 240px;
}

.detail-content h6 {
    font-size: 14px;
    font-family: 'weblysleek_uisemilight';
    color: #111;
    margin: 0;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail-content p {
    margin: 0;
    font-size: 14px;
    font-family: 'weblysleek_uisemilight';
    max-height: 56px;
    overflow: hidden;
}

.detail-content a {
    display: inline-block;
    line-height: 26px;
    height: 26px;
    padding: 0 12px;
    background: #fbb91a;
    color: #111;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 12px;
	font-weight: 700;
}

.detail-content a:hover {
    background: #555;
    color: #fff;
}


/**************DETAILS*******************/
.listing-details {
    margin-left: 265px; display:block;
}
.listing-details h4{
  font-size: 18px; padding:0 0 6px 0; margin:0;
    font-weight: 700; padding-bottom:4px;
}
.prjctimg{}
.prjctimg .img01{ display:table; width:100%; height:390px; text-align:center;  overflow:hidden;}
.prjctimg .img01 img{ display:table-cell; vertical-align:middle;}
.prjctimg .img02{ display:table; width:100%; height:184px; text-align:center;  overflow:hidden;}
.prjctimg .img02 img{ display:table-cell; vertical-align:middle;}
.mrg-btm20{ margin-bottom:20px;}
.prjct-dtls{ padding-top:30px; clear:both; width:100%; float:left;}
.prjct-dtls .label01{font-size: 18px; font-weight:700; float:left; width:144px; color:#000; line-height:20px; margin-bottom:10px;}
.prjct-dtls .label02{font-size: 18px; font-weight:400; color:#333; display:block; margin-left:144px; line-height:20px; margin-bottom:10px;}
.prjct-description{padding-top:12px; padding-bottom:10px; clear:both; width:100%; float:left;}
.prjct-description h4{  font-size: 18px; padding:0 0 6px 0; margin:0;font-weight: 700; padding-bottom:4px;}
.prjct-description p{ padding:0 0 6px 0; margin:0;}
.link01{ color:#faba1a; font-size: 18px; font-weight:600; text-decoration:underline !important;}
.link01:hover{text-decoration:none !important;}

/**************Contact*******************/
.contact-wrap{ background:#e8e8e8; margin-top:10px; padding:10px;}
.contact-wrap .mape01{ height:475px;}
.contact-wrap h4{font-size: 18px; padding:0 0 10px 0; margin:0;font-weight: 700;  color:#000;}
.contact-wrap h5{font-size: 24px; padding:4px 0 6px 0; margin:0;font-weight: 400;  color:#000;}
.contact-wrap p{ padding:0 0 6px 0; margin:0; color:#333; font-size:18px; line-height:30px;}
.contact-frm{ padding-right:10px;}
.contact-frm p{color:#333; font-size:14px; line-height:18px; padding:0 0 14px 0;}
.contact-frm .form-control {
    background: none repeat scroll 0 0 #FFF;
    border: medium none;
    height: 35px; color:#959595; font-size:16px; font-weight:400;
    line-height: 22px;
    margin-bottom: 20px;
    outline: medium none !important;
    padding: 6px 12px;
    width: 100%;
}
.contact-frm  textarea.form-control {
    height: 100px;
}
.contact-frm .btn{ float:right; height:32px; line-height:32px; font-size:18px;}
.gld-yellow{ background:#fbb91a; padding:0 36px 0 36px; color:#000;}
.gld-yellow:hover{background:#555; color:#FFF;}

.cont-adress a{color:#000;}
.cont-adress a:hover{color:#e3a40d;}
/**************Corporate*******************/
.corporate-wrap{ padding-top:5px;}
.head01{ background:#efefef; padding:10px 20px;}
.head01 h3{font-size: 20px; line-height:20px; padding:0; margin:0;font-weight: 700;  color:#000;}
.list02{ padding-top:46px;}
.list02 h4{font-size: 19px; line-height:23px; padding:6px 6px 8px 12px; margin:0;font-weight: 700;  color:#FFF; border-bottom:2px solid #FFF;background:#555;letter-spacing: 1px;}
.list02 .cntnt01{background:#fbb91a; height:98px; padding:18px 18px 18px 12px;}
.list02 .cntnt01 p{color:#333; font-size:18px; line-height:20px; font-weight: 400; margin:0; padding:0; }
.list02 .col-sm-4{ margin-bottom:34px;}
/**************Supliers*******************/
.supliers{ display:table; height:200px; width: 100%; text-align:center; margin-bottom:15px; vertical-align:middle;}
.supliers span{ display:table-cell; vertical-align:middle; display:table-cell;}
.supliers img{ border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px;}
@media (max-width: 1199px) {
    body {
        font-size: 16px;
    }
    ul.menu > li > a {
        font-size: 18px;
        padding: 36px 0px;
    }
    ul.menu > li > a.active {
        padding: 36px 10px;
    }
    ul.menu > li {
        margin-left: 25px;
    }
    .img-1x,
    .img-2x {
        height: 110px;
    }
    .img-2x {
        margin-bottom: 3px;
    }
    .social-icon a {
        margin-left: 3px;
    }
    .creadit-wrap {
        font-size: 14px;
    }
    .proj-img {
        width: 200px%;
    }
    .detail-content {
        margin-left: 132px;
    }
}

@media (max-width: 991px) {
    .pull-left-sm,
    .left-block {
        width: 100%;
        float: left;
    }
    .pull-left-sm {
        margin-bottom: 16px;
    }
    .banner-wrap,
    .bx-viewport,
    .bxslider li {
        height: 400px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    ul.menu > li > a {
        font-size: 16px;
    }
    .our-project .col-lg-6 {
        float: left;
        width: 100%;
    }
    .img-1x {
        height: 150px;
    }
    .img-2x {
        height: 303px;
    }
    footer {
        background: url("../img/footer-bg.jpg") repeat-x scroll 0 -18px #fff;
        padding-top: 30px;
        height: auto;
    }
    .col-sm-6.item {
        width: 100%;
    }
	
	.col-sm-4.item {
        width: 100%;
    }
    .proj-img {
        width: 100%;
    }
    .detail-content {
        margin-left: 240px;
    }
}

@media (max-width: 768px) {
    .view-port {
        padding-top: 16px;
    }
    .navbar-toggle {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        display: block;
        float: right;
        margin-top: 21px;
        padding: 0;
        text-indent: -9999px;
    }
    .navbar-toggle > span {
        background: #666 none repeat scroll 0 0;
        display: block;
        height: 4px;
        margin-top: 6px;
        width: 29px;
    }
    h1.logo {
        left: 0;
        top: 0;
        position: relative;
        float: left;
    }
    h1.logo img {
        max-height: 77px;
    }
    .nav-bar {
        height: 0;
        overflow: hidden;
        width: 100%;
        transition: .5s all ease;
        -webkit-transition: .5s all ease;
    }
    header {
        padding: 12px 0;
        margin: 0;
    }
    ul.menu {
        padding-top: 12px;
    }
    ul.menu > li {
        margin: 0;
        display: block;
    }
    ul.menu > li > a,
    ul.menu > li > a.active {
        padding: 5px 10px;
        box-shadow: 0 -1px 0 0 #df9e33 inset;
    }
    .social-icon {
        float: left;
        margin: 0;
        width: 100%;
    }
    .creadit-wrap .pull-right,
    .credit {
        float: left;
        width: 100%;
    }
    .creadit-wrap .pull-right {
        padding-bottom: 12px;
    }
    .banner-wrap,
    .bx-viewport,
    .bxslider li {
        height: 300px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .banner-wrap .content {
        position: absolute;
        bottom: 0;
        margin: 0;
        left: 0;
        width: 100%;
    }
    .portlet .text-center {
        text-align: left;
    }
    .inner-banner {
        display: block;
        height: 250px;
    }
    .proj-img {
        width: 100%;
    }
    .detail-content {
        margin-left: 132px;
    }
}

@media (max-width: 650px) {
    .side-menu {
        float: left;
        width: 100%;
    }
    .listing {
        margin-left: 0;
        float: left;
        width: 100%;
        margin-top: 16px;
    }
	.listing-details{
		float: left;
		margin-left: 0;
		margin-top: 16px;
		width: 100%;
	}
	.prjctimg .img01 {height: 300px; overflow:hidden;}
	.prjctimg  .col-md-4{ margin-top:10px;}
	.prjctimg  .col-md-4 .img02{ width:50%; float:left;}
	.contact-wrap .mape01{ height:400px;}
	.contact-frm .form-control {margin-bottom: 15px;}
}

@media (max-width:580px) {
.prjct-dtls{ padding-top:20px;}
.prjct-dtls .label01{width:100%; }
.prjct-dtls .label02{width:100%;}
.contact-wrap .mape01{ height:380px;}
.list02 {
    padding-top: 26px;
}
.list02 .col-sm-4 {
    margin-bottom: 24px;
}
.list02 .col-sm-4 { width:100%;}
.corporate-wrap .list02 .row .col-md-4 { width:100%; float:none;}
}

