﻿.footer-p {
    text-align: justify;
    line-height: 1.75em;
}
#footer_sub_menu_9682 li img, #footer_sub_menu_31494 li img {

    width: 100px;
}
 .breadcrumb {
              background: url(../img/breadcrumb.jpg)no-repeat center center / cover;
            margin-bottom: 5em;
        }

    .breadcrumb li a {
        text-shadow: 1px 1px 5px #fff;
    }
.blog-item {
    margin-bottom: 2em;
}
#czcategorytabs {
margin-top:2em;
}
#Certification li {
    display: inline-block;
        margin: 0 1em 1em 0;
            width: 165px;
          
}#Certification li a {
      display: inline-block;
    overflow: hidden;
    position: relative;;
          
}
    #Certification li a:before {
        background: rgba(255,255,255,.5) none repeat scroll 0 0;
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    }

    #Certification li:hover a:before {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    #Certification li {
 
   
    }

.pa-le-0 {
padding-left:0;
    padding-right: 0;
}
.cms-block p {
    margin-bottom: 0;
    line-height: 21px;
    margin-top: 1em;
}


.sectionClass {
  padding:  0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;

  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
       padding: 5em 3em;
    text-align: left;
    display: flex;
    align-items: center;
}
    .projectFactsWrap .item .icon {
        flex: 1;
            text-align: center;
    }
.projectFactsWrap .item:nth-child(1){
  background: #222222;
}

.projectFactsWrap .item:nth-child(2){
  background: #080808;
}

.projectFactsWrap .item:nth-child(3){
  background: #222222;
}

.projectFactsWrap .item:nth-child(4){
  background: #080808;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
     padding: 0 0 0.2em 0;
  font-weight: bold;
  color:#c7987f;
}
    
.projectFactsWrap .item p.number:after {
content:'+';
    }

.projectFactsWrap .item p{
    color: rgb(199 152 127);
  font-size: 18px;
  margin: 0;
  padding: 0px;
  
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{

  font-size: 50px;
      color: #c7987f;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
 color: #fff
}

.projectFactsWrap .item:hover span{
  background: white;
}

.abt-sec1 .cms-block, .abt-sec2 .cms-block {
    padding: 1.5em;
    text-align: center;
}

.abt-sec1 .products-section-title, .abt-sec2 .products-section-title {
    margin: 0;
}
.products-section-title {
    padding: 0 0px 10px;
}
.mt1 {
    margin-top: 1em !important;
}
@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }

    .projectFactsWrap .item {
        padding: 1em;
    }

        .projectFactsWrap .item i {
            font-size: 25px;
        }

        .projectFactsWrap .item p.number {
            font-size: 20px;
        }
        .projectFactsWrap .item p {
            font-size: 10px;
        }
        .projectFactsWrap .item .icon {
    flex: 0.5;
    text-align: center;
}
        .projectFactsWrap .item:nth-child(3) {
    background: #080808;
}
        .projectFactsWrap .item:nth-child(4) {
    background: #222222;
}
}



@media (max-width: 767px) {
#Certification li {
    display: inline-block;
        margin: 0 0.5em 0.5em 0;
    width: 150px;
}
}