.service-wrapper h5 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial Regular';
    padding-top: 10px;
    margin-bottom: 0;
}
.service-wrapper h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Arial Regular';
    padding-top: 30px;
    color: #033b78;
}
.service-wrapper h2 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Arial Bold';
    padding-top: 20px;
    color: #033b78;
    padding: 0;
}
.service-wrapper p {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Arial Regular';
    color: #333;
}
.service-wrapper img {
    width: 100%;
    min-height:100%;
}

.service-wrapper .check {
    height: 1600px;
    width: 5px;
    background: #003978;
    margin: 100px 75px;
}
.service-wrapper .check .abt-timeline {
    margin: 0;
    padding: 0;
    position: relative;
    width: 250px;
}
.service-wrapper .check .abt-timeline li {
    list-style: none;
}
.service-wrapper .check .abt-timeline li span {
    width: 30px;
    height: 30px;
    background: #003978;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -12px;
}
.service-wrapper .check .abt-timeline li .content {
    padding-left: 40px;
    position: absolute;
}
.service-wrapper .check .abt-timeline li .content h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Arial Regular';
    color: #003978;
}
.service-wrapper .check .abt-timeline li .content p {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Arial Regular';
}
.service-wrapper .check .abt-timeline .block-2 span,
.service-wrapper .check .abt-timeline .block-2 .content {
    top: 200px;
}
.service-wrapper .check .abt-timeline .block-3 span,
.service-wrapper .check .abt-timeline .block-3 .content {
    top: 400px;
}
.service-wrapper .check .abt-timeline .block-4 span,
.service-wrapper .check .abt-timeline .block-4 .content {
    top: 600px;
}
.service-wrapper .check .abt-timeline .block-5 span,
.service-wrapper .check .abt-timeline .block-5 .content {
    top: 800px;
}
.service-wrapper .check .abt-timeline .block-6 span,
.service-wrapper .check .abt-timeline .block-6 .content {
    top: 1000px;
}
.service-wrapper .check .abt-timeline .block-7 span,
.service-wrapper .check .abt-timeline .block-7 .content {
    top: 1200px;
}
.service-wrapper .check .abt-timeline .block-8 span,
.service-wrapper .check .abt-timeline .block-8 .content {
    top: 1400px;
}
.service-wrapper .check .abt-timeline .block-9 span,
.service-wrapper .check .abt-timeline .block-9 .content {
    top: 1600px;
}
.banner-slider img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}
.service-wrapper .man {
    position: absolute;
    bottom: 0;
    right: 0;
}
.service-wrapper {
    position: relative;
    padding-bottom: 60px;
}
.service-wrapper h4 {
    font-size: 15px;
     font-family: 'Arial Bold';
    color: #003978;
    padding: 15px 0 5px 0;
}
.news-list h4{
    height: 35px;
}
.service-wrapper button {
    background: #cf1719;
    color: #fff;
    padding: 2px 13px;
    margin: 5px 0 40px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial Regular';
    border-radius: 3px;
}
.service-wrapper button:hover{
    color:#fff;
}
.broucher-wrapper p {
    padding: 8px 0 !important;
}

.news-wrapper .news-banner .col-md-8 .news_img {
    margin: 0;
    height: 320px;
    overflow: hidden;
    vertical-align: top;
}

.news-wrapper .news-banner .col-md-8{
    margin: 0;
    padding: 0;
}
.news-wrapper .news-banner .col-md-8 .news_img img{
  -webkit-transition: all 2s linear;
          transition: all 2s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.news-wrapper .news-banner .col-md-8 .news_img:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}


.news-wrapper .news-banner .news-content {
     background: #003a79;
    border-top: 35px solid #fff;
    border-bottom: 35px solid #fff;
    height: 100%;
    padding: 30px 25px;
    max-width: 322px;
}
.news-wrapper .news-banner .news-content h1 {
      font-size: 20px;
     font-family: 'Arial Bold';
    color: #fff;
    margin-top: 5px;
    line-height: 25px;
}
.news-wrapper .news-banner .news-content span {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Arial Regular';
    color: #fff;
    line-height: 35px;
    letter-spacing: 1px;
}
.news-wrapper .news-banner .news-content p {
        font-size: 16px;
    font-weight: 500;
    font-family: 'Arial Regular';
    color: #fff;
    padding-bottom: 0;
    line-height: 18px;
}
.no-pad {
    margin: 0;
    padding: 0;
}
.news-wrapper h2 {
    margin-bottom: 25px;
}
.news-wrapper p {
    padding-bottom: 0;
}
.news-wrapper .news-list .col-md-4 {
    margin-top: 35px;
}
.news-wrapper .news-list img {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    height: 100%;
}
.news-wrapper span {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Arial Regular';
    text-transform: capitalize;
    color: #9D9C9C;
}
.news-wrapper button {
    margin: 25px 0 !important;
    padding: 5px 35px;
    background: #1e4089;
}
.news-wrapper button:hover {
    color: #fff;
}
.breadcrumb>.active a {
    font-size: 12px;
    color: #ccc;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #b2b2b2;
    border-bottom: 20px solid transparent;
    background: transparent !important;
}
.lSAction > .lSNext {
    background-position: 0 0;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #b2b2b2;
    border-bottom: 20px solid transparent;
    background: transparent !important; 
}
.demo {
    width: 100% !important;
    height: auto !important;
}
reset-all {
    font-family: 'Arial Regular';
    display: inline-block;
    font-size: 12px;
    color: #a6a49f;
    background: #ededed;
    padding: 4px 22px;
    cursor: pointer;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.quick-nav-item {
    overflow: hidden;
    margin-bottom: 16px;
}
.quick-left {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #014289;
    padding-top: 8px;
    float: left;
}
.quick-left.color-1 {
    background: #b4292a;
}
.quick-left.color-2 {
    background: #65a038;
}
.quick-right {
    width: auto;
    float: left;
    padding-left: 20px;
}
.quick-right a {
    text-decoration: none;
    font-family: 'Arial Regular';
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.quick-right p a {
    font-size: 12px;
    text-decoration: underline;
    color: #013878;
    font-weight: 800;
}
.product-price-sec .vat {} .quick-right p {
    font-family: 'Arial Regular';
    font-size: 12px;
    color: #4c4c4c;
}
.product-price-sec h2 {
    font-family: 'Arial Regular';
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.product-price-sec h2+p {
    font-family: 'Arial Regular';
    font-size: 12px;
    color: #9D9C9C;
    margin-bottom: 25px;
}
.product-price-sec .price {
   font-family: 'Arial Bold';
    font-size: 36px;
    color: #003978;
}
.product-price-sec .price span {
    font-size: 22px;
   font-family: 'Arial Bold';
}
.product-price-sec .vat {
    font-family: 'Arial Regular';
    font-size: 18px;
    color: #9D9C9C;
    margin-bottom: 65px;
}
.product-price-sec .quick-left i {
    color: #fff;
    font-size: 30px;
    padding-top: 2px;
}
.product-price-sec .quick-left.color-1 {
    background: #003978;
}
.product-price-sec .quick-left.color-2 {
    background: #003978;
}
.product-price-sec .quick-left.color-3 {
    background: #6f6f6f;
}
.product-price-sec .quick-right {
    padding-left: 9px;
    padding-top: 5px;
}
.product-price-sec .quick-right i {
    color: #66a039;
}
.product-details {
    border-top: 1px solid #ccc;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
.qick-nav {
    padding-bottom: 80px;
}
.bottom-prd {
    display: inline-block;
    padding: 30px 10px;
}
.bottom-prd .share img {
    float: left;
    padding-right: 5px;
}
.bottom-prd .share {
    font-family: 'Arial Regular';
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    float: left;
    border-right: 1px solid #000;
    padding: 0 10px;
    margin-right: 5px;
}
building-materials{
    background: #f1f1f1;
}
.bottom-prd i {
    font-size: 16px;
}
.bottom-prd .fa-facebook-official {
    color: #2b4675;
}
.bottom-prd .fa-twitter-square {
    color: #2d93b9;
}
.bottom-prd .fa-envelope {
    color: #0045ff;
}
.product-details h1 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Arial Regular';
    text-transform: capitalize;
    color: #001d63;
    padding-bottom: 25px;
}
.product-details p {
    font-size: 13px;
    font-weight: 800;
    font-family: 'Arial Regular';
    text-transform: capitalize;
    color: #000;
    padding-bottom: 20px;
}
.product-details .prd-block {
    background: #f1f1f1;
    clear: both;
}
.product-details .even {
    background: #fff !important;
}
.product-details .prd-block h1 {
    font-size: 11px;
    font-weight: 800;
    font-family: 'Arial Regular';
    text-transform: capitalize;
    display: block;
    padding: 7px 10px;
    color: #000;
    width: 155px;
    float: left;
        height: auto !important;
}
.product-details .prd-block span {
    font-size: 12px;
    font-weight: 800;
    font-family: 'Arial Regular';
    text-transform: capitalize;
    display: block;
    padding: 5px 10px;
}
#product-description .breadcrumb li a {
    font-family: 'Arial Regular';
    text-decoration: none;
    color: #033b78;
    font-size: 13px;
    font-weight: 600;
}
#product-description .breadcrumb {
    padding: 20px 0;
    margin-bottom: 0 !important;
}
#popular-products {
    background: #fff;
}
.related .sec-title h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Arial Regular';
    text-transform: capitalize;
    color: #001d63;
    text-align: left;
}
.service-detail h2 {
    margin-bottom: 0;
    font-size: 45px;
    color: #000;
}
.service-detail h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Arial Regular';
    color: #000;
    padding-bottom: 10px;
}
.service-wrapper p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Arial Regular';
    padding-top:10px;
    color: #333;
    line-height: 17px;
}

.service-detail .brick-match {
    height: 90px;
        padding: 8px 0;
    border-bottom: 1px solid #efecec;
}
/*.service-detail .brick-match span {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #003a79;
    display: block;
}*/
.service-detail .brick-match p {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Arial Regular';
    text-align: left;
    padding-top: 18px;
    color: #000;
    line-height:0;
    text-transform: capitalize;
    line-height: 30px !important;
    position: relative;
}
.land_p{
    padding-top: 2px !important;
}

.supplier-heading {
    position: relative;
    bottom: 160px;
    left: 0;
    padding: 20px 45px;
    display: block;
    background: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Arial Regular';
    color: #003a79;
    max-width: 800px;
    width: 100%;
    line-height: 60px;
}
.supplier-next {
        position: absolute;
    background: rgba(0, 58, 121, 0.8);
    width: 105px;
    height: 100%;
    max-height: 100px;
    right: -100px;
    top: 0;
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    font-family: 'Arial Regular';
    color: #fff;
    vertical-align: middle;
    padding-top: 25px;
    line-height: 32px;
        border-left: 20px solid #fff;
}
.supplier-meterials {
    position: relative;
}
.supplier-meterials .service-detail h5 {
    font-size: 30px;
    font-weight: 300;
    color: #9D9C9C;
    line-height: 37px;
}
}
.supplier-meterials .service-detail h4 {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Arial Regular';
    color: #a6a6a6;
    padding: 15px 0;
}
.supplier-meterials .service-detail i {
    padding-right: 5px;
}
.supplier-meterials .service-detail .carousel-inner {
    padding: 0;
    margin: 20px 0;
}
.supplier-meterials .service-detail .supplier-share {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Arial Regular';
    margin: 15px 0;
}
.supplier-meterials .service-detail .supplier-share i {
    font-size: 30px;
    padding: 10px 0;
    padding-right: 3px;
    color: #6a6969;
}
.supplier-meterials .service-detail .related-news {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
        min-width: 975px;
            padding-bottom: 20px;
}
.supplier-meterials .service-detail .related-news h1 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Arial Regular';
    padding: 20px 0;
    color: #000;
}
.supplier-meterials .service-detail .related-news p {
    font-size: 16px;
    font-weight: 800;
    font-family: 'Arial Regular';
    color: #9D9C9C;
    margin-bottom: 10px;
}
.supplier-meterials .service-detail .comments h1 {
    font-size: 21px;
    font-weight: 800;
    font-family: 'Arial Regular';
    padding: 20px 0;
    color: #000;
}
.supplier-wrapper h2 {
    color: #000;
}
.career-list h1 {
    font-size: 21px;
    font-weight: 800;
    font-family: 'Arial Regular';
    color: #033b78;
}
.career-list span {
    font-size: 12px;
    font-weight: 800;
    font-family: 'Arial Regular';
    color: #000;
    text-transform: capitalize;
}
.career_block{
    padding-right: 60px;
}
.career-list p{
    font-size: 14px !important;
    line-height: 17px;
}
.career-detail h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.career-list{
      border-bottom: 1px solid #ccc;
      padding: 20px 0;
}
.career-right p{
    font-size: 15px;
    font-weight: 800;
    font-family: 'Arial Regular';
    color: #000;
    padding: 5px 0;
}
.career-right i{
 color: #033b78;
 padding-right: 5px;
}

.career-detail{
    margin:0 0 50px 0;
}
.career-detail .career-right{
    padding-left: 15px;
    float: right;
}

.career-detail .career-right button{
    position: relative;
    top:38px;
    padding: 8px 25px;
    background: #003a79;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Arial Regular';
    border-radius: 2px;
}
.career-nav{
     border: 1px solid #ccc;
    position: relative;
    bottom: 90px;

}


section#banner-slider img {
    width: 100%;
}
.product-price-sec .price{
    margin-bottom: 0 !important;
}

ul#image-gallery {
    height: auto !important;
}
.breadcrumb>.active{
    font-size: 12px !important;
}
.only-title{
        background: #f1f1f1 !important;
}

.only-title .products-nav li{
        padding: 0 19px;
}
.supplier-meterials{
    background: #fff !important;
}
.service-meterial{
    background: #fff !important;
}
#branch-add{
    background: #fff !important;
}
.career-meterials{
    background: #fff !important;
}
.news-meterials{
    background: #fff !important;
}
.zoom img{
    width: 100%;
    min-height: 516px;
    height: auto;
}
.sort-right{
    width:auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    float: right !important;
   
}
.sort-left{
    max-width: 87% !important;
}
@media only screen and (max-width: 1200px){
    .social-footer a{
        margin-top: 5px;
    }
    .single_brnch_dir a{
        width:120px;
    }
 /*   .product-left-nav{
        width: 100%;
    }*/
}
@media only screen and (max-width: 992px){
        .parallax-zoom-blur img{
        min-height: 250px;
    }
 /*   .product-left-nav{
        width:100%;
    }*/
    .news-wrapper .news-banner .news-content{
        max-width: 100%;
    }
    .news-wrapper .news-banner .news-content{
        border:0;
    }
    .branch-address p{
        font-size: 16px;
    }
    .opening-hours ul li{
        font-size: 12px;
    }
    .supplier-heading {
    position: relative;
    bottom: 120px;
    left: 0;
    padding: 20px 45px;
    display: block;
    background: #fff;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Arial Regular';
    color: #003a79;
    max-width: 500px;
    width: 100%;
    line-height: 40px;
}
.supplier-next{
    font-size: 35px;
}
.supplier-meterials{
    bottom: 120px;
}
}
@media only screen and (max-width: 768px){

    .opening-hours ul li{
        font-size: 18px;
    }
    .facilities-right img{
        width: 100% !important;
        max-width: 70px;
    }
    .branch-form-right{
        width: auto;
    }
    .map-wrapper{
        padding: 20px 0;
    }
    .single_brnch_dir{
        text-align: left;
    }
    .branch-single-right{
        padding: 10px 0;
    }
    .supplier-heading{
        max-width: 350px;
        font-size: 20px;
        padding:10px 25px;
    }
    .supplier-meterials{
    bottom: 80px;
}
.supplier-heading{
   bottom: 100px; 
}
    #product-description{
        padding: 15px;
    }
    #popular-products{
         padding: 15px;
    }
    .newsletter-left h2,.newsletter-left p{
        text-align: left;
    }
    .newsletter-left{
        padding-bottom: 20px;
    }
    .product-price-sec h2{
        margin-top: 25px;
    }

.service-wrapper .check{
        margin: 100px 20px;
}
.service-wrapper .man {
    position: relative;
    bottom: -60px;
    right: 0;
}
.service-wrapper img {
    width: 100%;
    padding: 5px 0;
}
.service-detail img{
    padding: 0 !important;
}
.wrapper.service-wrapper.broucher-wrapper .container {
    padding:15px;
}
}

@media only screen and (max-width: 525px){
    .facilities-right img{
        padding: 20px 0;
    }
    .service-detail .brick-match span{
        width:50px !important;
        height: 50px !important;
    }
    .service-detail .brick-match p{
        padding-left: 20px;
    }
    .supplier-heading{
        max-width: 210px;
        font-size: 15px;
        bottom: 53px;
        line-height:30px;
    }
}

.m10{
    padding: 10px 0;
}
.miles{
    font-weight: 600;
    color:#000;
}
.service-detail .single-top {
    margin-top: -125px;
    background: #fff;
        padding: 15px 90px 0 35px;
}
.service-detail .single-top h1{
        font-size: 38px;
     font-family: 'Arial Bold';
    color: #003978;
    line-height: 45px;
    padding: 10px 0;
}
.recent-post .post:nth-last-child(1){
    border:0;
}



figure{
  width:100%;
  height: 400px;
  overflow: hidden;
  display: block;
  vertical-align: top;
  position: relative;
}
figure img{
  -webkit-transition: all 2s linear;
          transition: all 2s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.service_img {
    margin-bottom: 35px;
}


figure h4 {
    display: block;
    padding:0 40px!important;
    margin: 0 !important;
    line-height: 70px;
    background: rgba(0, 57, 120, 0.9);
    font-size: 18px !important;
    font-weight: 800;
    font-family: 'Arial Regular';
    margin: 0;
    color: #fff !important;
    letter-spacing: 1px;
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}

figure h4 i {
    color: #fff;
    padding:20px 5px;
    font-size: 30px !important;
    vertical-align: bottom;
    position: relative;
    bottom: 8px;
}
.brick_detail{
    margin-top: 60px;
}
.optional_news {
    width: 100%;
    background: #00ffff;
    max-width: 300px;
    min-height: 600px;
    height: auto;
    text-align: center;
    margin: 50px 0;
    padding: 15px;
}
