@font-face {
    font-family: 'vazir';
    src: url('fonts/Vazir.woff2') format('woff2');
}

@font-face {
    font-family: 'yekan';
    src: url('fonts/Yekan.woff') format('woff');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Vazir', Tahoma;
}

.fullBackground {
  background-position: center top;
 background-size: cover;
 background-repeat: no-repeat;
 display:block ;
 cursor: pointer;
 position: absolute;
 top: 0;
  left: 0;
 width: 100%;
  height: 700px;
z-index: -1;
 }

.caption {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:justify;
  text-justify: inter-word;
}

.caption:after {
  content:"\A";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #00bbeb;
  display: inline-block;
  margin: 0 0 -2px;
}


.collapsible {
  background-color: #fff;
  color: black;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: right;
margin-right: 10px;
  outline: none;
  font-size: 13px;
}

.active, .collapsible:hover {
  background-color: #fff;
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: center;
  margin-right: 10px;
}

.active:after {
  content: "\2212";
}

.content {
  direction: rtl;
  text-align:justify;
  text-justify: inter-word;
 
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: #f1f1f1;
  font-size: 13px;
}

.btn-whatsapp {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 996;
    width: 50px;
    height: 50px;
    transform: scale(1);
    bottom: 10px;
    left: 10px;
    background: url(../img/wap.png) fixed center center;
}

.btn-whatsapp:hover {
  background-color: #fff;
  transform: scale(0.8);
}

.icon50 {
   
    text-decoration: none;
    z-index: 996;
    width: 40px;
    height: 40px;
    transform: scale(1);
    margin: 5px 5px;
}

.icon50:hover {
  background-color: #fff;
  transform: scale(0.8);
}







.client-img2{
background-color: #fff;
  border: none;
   width: 50px;
    height: 50px; 
}




