body {
  text-align: right;
  direction: rtl;
  display: block;
}

.font {
  font-family: 'Cairo', sans-serif;
}

a {
  text-decoration: none !important;
}

.navbar-nav-svg {
  display: inline-block;
  height: 1.1rem;
  width: 1.5rem;
}

.line-h {
  line-height: .5;
}

.co {
  min-height: 68px;
  background-color: #e6c69f;
  background-image: linear-gradient(15deg, #865a25 0%, #e6c69f 100%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.38);
}

.navbar-nav a {
  color: #fff !important;
  font-family: 'Cairo', sans-serif;
}

.nv-br {
  display: flex;
  height: 100%;
  padding: 5px 15px 5px 15px;
}

.navbar-inverse {
  border-color: #ffffff00 !important;
}

.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.44);
}

.dropdown-menu {
  right: 0;
}

.navbar-toggler {
  padding: 3px 8px 3px 8px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 424px) {
  .logo1 {
    width: 50px;
    height: 100%;
  }

  .logo2 {
    width: 60px;
    height: 100%;
  }

  .nv-br {
    margin-right: 0px !important;
  }
}

.dropdown-item:hover {
  background-color: #962020;
}

@media only screen and (min-device-width: 425px) and (max-device-width: 767px) {
  .logo2 {
    width: 62px;
    height: 100%;
  }

  .navbar-toggle {
    margin-top: 25px !important;
  }

  .nv-br {
    margin-right: 0px !important;
  }
}

#wrapper.toggled .sidebar-wrapper {
  width: 250px;
}

.sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: -15px;
  top: 109px;
  width: 0;
  height: 100%;
  background: #40250e;
  transition: all 0.5s ease;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
  border-bottom: 1px solid #05313a;
  list-style: none;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
}

.cancel-icon {
  position: absolute;
  background-color: #54020aa6;
  padding: 1.5px 7px;
  right: 0;
  margin-right: -15px;
  margin-top: 5px;
  border-radius: 50%;
  border: 1.5px solid #54020aa6;
  color: white;
  height: 32px;
  width: 32px;
}

.roo {
  margin-right: -28px;
  margin-top: -17px;
  height: 27px;
  width: 27px;
}

.styles {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
}

#content {
  position: absolute;
  height: 50px;
  width: 300px;
  margin-left: 170px;
  top: 50%;
  left: 50%;
  transform: translate(-79%, -32%) scale(0.4);
}
.sho{
  background: #30303073;
}
#content.on {
  animation-name: in-out;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.input {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 4px solid #FFFFFF;
  background:#aa8253 !important;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: class="search close";
  outline: 0;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
  transition-delay: 0.4s;
  transform: translate(-100%, -50%);
}

.search {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: translate(-100%, -50%);
}

.search:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #fff;
  transform: rotate(45deg);
  margin-top: 26px;
  margin-left: 17px;
  transition: 0.2s ease-in-out;
}

.close {
  transition: 0.4s ease-in-out;
  transition-delay: 0.4s;
}

.close:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 4px;
  margin-top: -1px;
  margin-left: -13px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
}

.close:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 4px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -13px;
  cursor: pointer;
  transform: rotate(-45deg);
}

.square {
  box-sizing: border-box;
  padding: 0 40px 6px 10px;
  width: 530px;
  height: 60px;
  border: 4px solid #FFFFFF;
  border-radius: 0;
  background: #007186;
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 33px;
  font-weight: 400;
  outline: 0;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
  transition-delay: 0.4s, 0s, 0.4s;
  transform: translate(-100%, -50%);
  border-radius: 113px;
}

.hide-overflow {
  overflow: hidden !important;
}

.bg-cover {
  background-size: cover !important;
  background-position-x: 50% !important;
  background-position-y: 50% !important;
}

.siz {
  height: 500px;
}

.post-box::before {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.z-i {
  z-index: 2;
}

.br-n {
  line-height: 2.2;
}


.h-s {
  min-height: 466px;
}

.ph-1,
.ph-2,
.ph-3 {
  background: url(../img/12.jpg) center center/cover;
  transition: all .5s ease;
}

.c-photo {
  height: 73px;
  width: 73px;
}

.ph-2 {
  background: url(../img/11.jpg) center center/cover;
}

.ph-3 {
  background: url(../img/13.jpg) center center/cover;
}

.ph-1:hover,
.ph-2:hover,
.ph-3:hover {
  transform: scale(1.03);
  opacity: .9
}

.over-h {
  overflow: hidden;
}

.oc {
  height: 14px;
  width: 14px;
}

.bd-navbar .navbar-nav-svg {
    display: inline-block;
    height: 1rem;
    width: 1rem;
}

.line-h {
    line-height: .5;
}

.h-s {
    min-height: 466px;
}


.oc {
    height: 14px;
    width: 14px;
}

.font {
    font-family: 'Cairo', sans-serif;
}

.f-11 {
    font-size: 12px;
}

a {
    text-decoration: none !important;
}

a:hover{
    color: #000;
}
.imges {
  min-height: 300px;
  width: 100%;
}

.block-head .title {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 1px;
    padding-bottom: 8px;
    border-bottom: 1px solid #17a2b8;
    font-size: 20px;
    font-weight: 700;
}

.title a {
    color: #000;
}

.block-head .view-all {
    margin-top: 2px;
    float: left;
    padding: 0 3px;
    color: #929191;
    font-size: 12px;
    line-height: 28px;
}

.block-head {
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
}

.article {
    background: white;
    color: #666;
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-basis: auto;
    margin: 10px;
}

.article-image {
    background: #eee;
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.article-image img {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.article-image.is {
    padding-top: 66.6%;
}
.is:hover{
    opacity: .8;
}
.article-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
    padding-top: 10px;
}

.article-title {
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    font-weight: 700;
}

.article-content {
    margin-top: 5px;
    text-align: justify;
}

.article-info {
    display: flex;
    font-size: 0.75em;
    margin-bottom: 5px;
}
.br-n{
    border-radius: 0%;
    line-height: 1.3;
}
.c-photo {
    height:73px;
}

.widget-title {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
 .widget-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    width: 24px;
    height: 1px;
    background: #699fdf;
}
li{
    list-style: none;
}
.service ,.service-p{
    float: right;
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
    box-sizing: border-box;
    text-align: center;
}
.service-link{
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 37px;
    color: #fff;
    align-items: center;
    padding: 0 11px; 
    justify-content: center;
}
.icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.facebook{
    background: #3c5a97;
}
.tweet{
    background: #01aced;
}
.plus{
    background: #df3620;
}
.ins{
    background: #f77737;
}
.label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.count {
    margin-left: 8px;
    margin-right: 16px;
}
.service a ,.service-p a{
    color:#fff;
}
.bg-f{
    background-image: linear-gradient(15deg, #865a25 0%, #e6c69f 100%);
}
.bg-f1{
    background-image: linear-gradient(15deg, #13547a 0%, #9c7c18 100%);
}
.bg-f2{
  background-image: linear-gradient(15deg, #a3adb3 0%, #395e71 100%);
}
.bg-f3{
  background-image: linear-gradient(15deg, #942b2b 0%, #1a292b 100%);
}
.bd1{
  background:#437f9e;
}
.about-text{
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
}

.social-icons{
    text-align: center;
    display: flex;
    justify-content: center;
}
.social-btn {
    background: #4f1f1c;
    border: 1px solid rgba(255,255,255,.08);
    margin-right: 10px;
    margin-bottom: 5px;
    display: flex;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.social-btn:hover{
    background:#17a2b8;
}

.about-text a{
    color:#fff !important;
}
.about-text a:hover{
    color:#76abe6;
}
.widget-title{
    font-size: 17px;
}

.f-l{
    line-height: 1.6;
    font-size: 13px;
}
.articlee{
    width: 50%;
    height: 73px;

}
.uull{
    direction: ltr;

}
.service-p{
    width: 25%;
}
@media only screen and (max-width: 500px) {
    .service-p {
        width: 112%;
    }
}

.wsk-cp-product{
    background:#fff;
    padding:15px;
    border-radius:6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position:relative;
    margin:20px auto;
  }
  .wsk-cp-img{
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
    -webkit-transform:translate(-50%);
    -ms-transform:translate(-50%);
    -moz-transform:translate(-50%);
    -o-transform:translate(-50%);
    -khtml-transform:translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
  }
  .wsk-cp-img img{
    width:100%;
    transition: all 0.2s ease-in-out;
    border-radius:6px;
  }
  .wsk-cp-product:hover .wsk-cp-img{
    top:-40px;
  }
  .wsk-cp-product:hover .wsk-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  .wsk-cp-text{
    padding-top:150%;
  }
  .wsk-cp-text .category{
    text-align:center;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    margin-bottom:45px;
    position:relative;
    transition: all 0.2s ease-in-out;
  }
  .wsk-cp-text .category > *{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  .wsk-cp-text .category > span{
    padding: 5px 5px;
    border: 1px solid #313131;
    background:#212121;
    color:#fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius:27px;
    transition: all 0.05s ease-in-out;
    
  }
  .wsk-cp-product:hover .wsk-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 5px 5px;
  }
  .wsk-cp-product:hover .wsk-cp-text .category{
    margin-top: 0px;
  }
  .wsk-cp-text .title-product{
    text-align:center;
  }
  .wsk-cp-text .title-product h3{
    font-size:20px;
    font-weight:bold;
    margin:15px auto;
    overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    width:100%;
  }
  .wsk-cp-text .description-prod p{
    margin:0;
  }
  /* Truncate */
  .wsk-cp-text .description-prod {
    text-align:center;
    width: 100%;
    height:75px;
    overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    margin-bottom:15px;
  }
  .card-footer{
    padding: 25px 0 5px;
    border-top: 1px solid #ddd;
  }
  .card-footer:after, .card-footer:before{
    content:'';
    display:table;
  }
  .card-footer:after{
    clear:both;
  }
  
  .card-footer .wcf-left{
    float:left;
    
  }
  
  .card-footer .wcf-right{
    float:right;
  }
  
  .price{
    font-size:18px;
    font-weight:bold;
  }
  
  a.buy-btn{
    display:block;
    color:#212121;
    text-align:center;
    font-size: 18px;
    width:35px;
    height:35px;
    line-height:35px;
    border-radius:50%;
    border:1px solid #212121;
    transition: all 0.2s ease-in-out;
  }
  a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
    text-decoration:none;
  }
  .wsk-btn{
    display:inline-block;
    color:#212121;
    text-align:center;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    border-color: #FF9800;
    background: #FF9800;
    padding:12px 30px;
    border-radius:27px;
    margin: 0 5px;
  }
  .wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
    text-decoration:none;
    color:#fff;
  }  
  .red{
    color:#F44336;
    font-size:22px;
    display:inline-block;
    margin: 0 5px;
  }
  @media screen and (max-width: 991px) {
    .wsk-cp-product{
      margin:40px auto;
    }
    .wsk-cp-product .wsk-cp-img{
    top:-40px;
  }
  .wsk-cp-product .wsk-cp-img img{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
    .wsk-cp-product .wsk-cp-text .category > span{
    border-color:#ddd;
    box-shadow: none;
    padding: 11px 28px;
  }
  .wsk-cp-product .wsk-cp-text .category{
    margin-top: 0px;
  }
  a.buy-btn{
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
  }
  }
  .carousel-item {
    height: 55vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
  }
  
  .portfolio-item {
    margin-bottom: 30px;
  }
  
  @media (min-width: 992px) {
    .g-mt-minus-50--lg {
      margin-top: -3.57143rem !important;
    }
  }
  
  .br-w {
    border: 7px solid #fff;
    border-radius: 10px;
  }

  .text-infoo{
    color: #00dcff!important;
  }
  .text-secondaryy{
    color: #cee2f7!important;
  }
  .card {
    background-color: #fff;
    border-radius: 7px;
    box-shadow:0px 4px 17px 0px rgba(117, 108, 108, 0.9);
    margin-bottom: .8em;
    min-height: 496px;
  }
  .card.polygon-one header {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
  .card.polygon-two header {
            clip-path: polygon(0 0, 0 100%, 100% 85%, 100% 0);
  }
  .card.polygon-three header {
            clip-path: polygon(0 0, 0 100%, 50% 80%, 50% 80%, 100% 100%, 100% 0);
  }
  .card.polygon-four header {
            clip-path: polygon(0 0, 0 80%, 50% 100%, 50% 100%, 100% 80%, 100% 0);
  }
  .card.polygon-five header {
  
            clip-path: polygon(0 0, 0 60%, 30% 100%, 70% 70%, 90% 100%, 100% 80%, 100% 0);
  }
  .card header.header {
    background-image: url(../img/9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 200px;
    position: relative;
  }
  .polygon-five header.header{
    background-image: url(../img/11.jpg);
  }
  .polygon-four header.header{
    background-image: url(../img/12.jpg);
  }
  .polygon-three header.header{
    background-image: url(../img/13.jpg);
  }
  .card header.header .filter {
    /* background-image: linear-gradient(#7f2b86db, #ff3d6ac4); */
    border-radius: inherit;
    position: absolute;
    opacity: .95;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .card section.main {
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 1em;
  }
  .card section.main h2 {
    margin-bottom: .5em;
    color: #000;
  }
  .pink{
    color: #ff60c4 !important;
  }
  .img-post{
    background: url(../img/15.jpg) center center/cover;
    height: 500px; 
  }
  figure.snip1208 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
  }
  figure.snip1208 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  figure.snip1208 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  figure.snip1208 figcaption {
    position: relative;
  }
  figure.snip1208 .date,
  figure.snip1208 i {
    background-color: #1abc9c;
    top: 25px;
    color: #fff;
    left: 25px;
    min-width: 60px;
    position: absolute;
    text-align: center;
  }
  .br-c{
    border-color: #c6cbcf !important;
  }
  figure.snip1208 .date {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  figure.snip1208 .date span {
    display: block;
    line-height: 30px;
  }
  figure.snip1208 .date .month {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  figure.snip1208 i {
    line-height: 60px;
    font-size: 30px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1208 h3,
  figure.snip1208 p {
    margin: 0;
    padding: 0;
  }
  figure.snip1208 h3 {
    margin-bottom: 10px;
    display: inline-block;
    color: #333333;
  }
  figure.snip1208 p {
    font-size: 0.8em;
    margin-bottom: 20px;
    line-height: 1.6em;
  }
  figure.snip1208 button {
    border: medium none;
    padding: 10px 20px;
    background-color: #1abc9c;
    font-weight: 800;
    color: #ffffff;
    font-size: 0.8em;
  }
  figure.snip1208 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  figure.snip1208:hover img,
  figure.snip1208.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1208:hover .date,
  figure.snip1208.hover .date {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  figure.snip1208:hover i,
  figure.snip1208.hover i {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.snip1208:hover button,
  figure.snip1208.hover button {
    background-color: #117964;
  }
  .shb-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
}

.shb-li {
  float: right;
}

.shb-li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.shb-li a:hover:not(.active) {
  background-color: #ddd;
}

.shb-li a.active {
  color: white;
  background-color:#9c0909;
}



.img-post{
  background: url(../img/99.jpg) center center/cover;
  height: 500px; 
}
.p-post{
  text-align: justify;
  line-height: 1.8;
}

.so-a{
  background: #fdfdfd;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    border: 1px solid #f1efef;
}
.so-a:hover{
  background:  #9c090931;
}
.so-b:hover{
  background:  #9c090931;
}
.so-i{
  justify-content: flex-end;
}
.img-post-title{
  background-image: url('../img/11.jpg');
  height: 207px;
  background-size: cover;
}
.img-post-title-1{
  background-image: url('../img/98.jpg');
}
.img-post-title-2{
  background-image: url('../img/96.jpg');
}
.f-si{
  font-size: 12px;
}
.photo-profile{
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.d-photo{
  width: 100%;
  max-height: 270px;
}
.f-11 {
  font-size: 12px;
}
.social-icons {
  text-align: center;
  display: flex;
  justify-content: center;
}
.social-btn {
  border: 1px solid rgba(255, 255, 255, .08);
  margin-right: 10px;
  margin-bottom: 5px;
  display: flex;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.so-a {
  background: #fdfdfd;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  border: 1px solid #f1efef;
  margin-right: 10px;
}
.so-i {
  justify-content: flex-end;
}
.oc {
  height: 14px;
  width: 14px;
}
.so-b {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background: none;
  border: 1px solid #ccc5c5;
  margin-right: 5px;
  margin-bottom: 0px;
}

.block-head {
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}

.block-head .title {
  display: inline-block;
  margin-bottom: -1px;
  padding: 0 1px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ec0e0e;
  font-size: 20px;
  font-weight: 700;
}
.block-head .view-all {
  margin-top: 2px;
  float: left;
  padding: 0 3px;
  color: #929191;
  font-size: 12px;
  line-height: 28px;
}
.title a {
  color: #000;
}
.c-photo {
  height: 73px;
}