@font-face { font-family: "Yekan"; src: url('Yekan.woff'); }

body {
    font-family: "Yekan", sans-serif;
    text-align: right;
} 
.demos .loading .circle{
    background-color:#f67280 ;
}
.call-to-action{
    padding:100px 0px 30px 0px;
    background-color: #F9F9FF;
     border:0px solid #eee;
}
.call-to-action p{
    margin:5px 0px 30px 0px;
}
.call-to-action h1{
      font-weight: 900;
}
.section-title{
    text-align: center;
}
.g-filters{
    text-align: center;
    padding-top:70px;
}


.filters {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  display: inline-flex;
}

.filters li {
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  margin-left: 15px;
  color: #152035;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  transition: all 0.7s ease-in-out;
  border:1px solid #f67280;
  color:#f67280;
  padding:8px 20px;
  border-radius: 20px;
}

.filters li.active {
   color: #ffffff;
   background-color:#f67280;
     border:1px solid #f67280;
}


.section-title h5:after{
    right:50%;
    transform: translateX(-50%);
    display: none;
}
.section-title h5{
    font-size: 18px;
}
.demos .demo-box{
    box-shadow: 0px 5px 20px 0px rgba(52, 58, 64, 0.1);
    /* box-shadow: 0 0 15px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;*/
   /* box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);*/
    margin:0px 10px;
    margin-bottom:50px;
    border-radius: 10px;
   
     /* border:3px solid #FFF; */
}

.demos .demo-box img{
     border-radius: 10px 10px 0px 0px;
     
    
}
.demos .demo-box .desc{
    padding:20px 30px;
    background-color: #fff;
    border:0px solid #F9F9FF; 
    border-radius: 0px 0px 10px 10px; 
   
}
.demos .demo-box .desc h5{
     text-transform: capitalize;
    color:#152035;
    margin-bottom:5px;
    font-size:18px;
    
 
}
.demos .demo-box .desc h6{
    text-transform: capitalize;
}
.demos .demo-box .desc ul li{
    color:#506172;
    font-size:14px;
}
.demos .demo-box h6 ul li:hover{
    color:#506172;
}
.btn-custom i{
    margin-left:5px;
}
.footer{
   background-color:#F9F9FF; 
    padding:30px 0px;
}
.d-none{
    display: none;
    transition: all 0.5s ease-in-out;

}
.d-block{
    display: block;
    
}
#demos-1{
transition: all 0.5s ease-in-out;

}
#demos-2{
    display: none;
}

@media screen and (max-width:768px){

}
@media screen and (max-width:321px){
    .call-to-action h1 {
        font-size:30px;
    }
}
