
@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb.eot?#') format('eot'),
    url('../fonts/IRANSansWeb.woff2') format('woff2'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf?#') format('ttf');
    font-weight: normal;
}
@font-face {
    font-family: 'iransans';
    src: url('../fonts/IRANSansWeb_Bold.eot?#') format('eot'),
    url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'),
    url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
    url('../fonts/IRANSansWeb_Bold.ttf?#') format('ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'yekan';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/iranyekanwebregularfanum.woff') format('woff');
}
body{
    font-family: iransans;
    text-align: right;
    direction: rtl;
    background: url('/img/page_bg.png') no-repeat right top;
}
a,a:hover{
    text-decoration: none;
}
 .alert{
     margin: 10px 0;
 }
header{
    background-color: #fff;
    padding: 15px 0 ;
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 1px 1px 5px #efefef;
}
.reserve-meeting-btn{
    float: left;
    margin-top: 5px;
    display: inline-block;
}
.headernav{
    float: right;
}
.headernav a,.headernav .navlinkHolderTitle{
    color:#525252;
    padding: 5px ;
}

.navlinkHolder a{
    display: block;
}
.dr-image{
    float: left;
    width: 320px;
    margin-top: -5px;
}
.index-top-section{
    padding: 15px;

    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #e4feff 100%);

    height: 505px;
    overflow: hidden;
}
.index-top-section h1{
    margin-top: 95px;
    margin-bottom: 45px;
    font-weight: bold;
    font-size: 32px;
}
.dr-titles{
    margin-bottom: 25px;
}
.dr-infs-holder{
    padding-right: 40px;
    padding-top: 40px;
}
.dr-infs-holder .btn{
    margin-bottom: 15px;
}
.dr-features{
    padding: 25px 0;
}
.dr-address-holder{
    margin: 15px 0;
    background-color: #f8f9fa;
    padding: 25px ;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 170px;
}
.dr-address-holder .lni{
    font-size: 18px;
}
.addr-val{
    padding-right: 35px;
}
footer{
    padding: 25px 0;
    background-color: #1a1c20;
    line-height: 25px;
}
footer .lni{
    color: #fff;
    font-size: 12px;
}
footer b{
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}
footer a{
    font-size: 14px;
    color: #fff;
}
.srl-to-up{
    border-radius: 15px;
    background-color: #fff;
    padding: 10px;
    margin-top: -60px;
    display: inline-block;
    cursor: pointer;
}
.srl-to-up i{
    color: black;
    font-size: 25px;
}
.footr-top-img{
    margin-top: -26px;
    width: 100%;
}
.footr-go-top{
    text-align: center;
}
.sectpartholder{
    margin: 45px 0;
    text-align: center;
}
.sectpartholder h4{
    text-align: center;
    display: inline;
    padding: 0 10px;
    border-bottom: solid 3px #0093E9;
}
.reserve_meets_cats{
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #e8f7fd;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;

}
.reserve_meets_cats th{
    vertical-align: middle;
    background: #c8ecfb;

}
.toman_desc_label{
    display: none;
}
.page_title_holder{
    margin-top: 45px;
    border-bottom: solid 2px #ccc;
    margin-bottom: 15px;
}
.page_title_holder h1{
    font-size: 16px;
    font-weight: bold;
}
.reserve_meets_cats label,.reserve_meets_cats input[type="radio"]{
    cursor: pointer;
    vertical-align: inherit;
}

.dropbtn {
    padding: 15px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #525252;
    background: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #3e8e41;
  background-color: #f1f1f1
}
.postDetailHolder{
    padding: 15px;
    padding-bottom: 25px;
}
.postDetailHolder img{
    max-width: 100%;
}
.catHolder img{
    max-width: 100%;
}
.postItemHolder{
    margin-bottom: 15px;
    clear: both;
}
.social_holders{
    text-align: center;
    margin-top: -10px;
}
.social_holders img{
    width: 30px;
}
.social_holders a{
    padding: 5px 15px;
    background-color: #d0dce5;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;
}
.centerUpHolder{
    text-align: center;
}
.centerUpHolder .footr-goto-top{
    width: 30px;
    margin-top: -40px;
}
.footer-right-holder{
    color: #efefef;
    text-align: center;
}
.mobiletiopbar{
   padding: 5px;
   display: none;
}
 
.mobile-top-call-holer{
    float: left;
}
.postsHolder img{
    width: 100%;
}
.sectpartholderBrands img{
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    max-height: 120px;
}
.sectpartholderBrands a{
    height: 210px;
    display: flex;
    align-items: center;
    margin-top: 45px;
    background: #f6f3f3;
    border: solid 1px #ccc;
    padding: 20%;
    border-radius: 10px;
}
.counterholders{
    text-align: center;
    margin-bottom: 5px;
}
.counterholders i{
    font-size: 46px;
}
.counterholders .counter{
    font-size: 30px;
}

.khadamats{
    background: #f9f9f9;
    border-radius: 10px;
}

.khadamats .col-posts{
    padding-top: 25px;
    
}
.khadamats .col-posts:hover{
    background: #efefef;
}
#lightgallery a{
    margin-bottom: 15px;
}
.secholderback{
    background-image: url(/img/backsvg.svg);
    background-position: bottom;
    background-size: cover;
    padding-top: 55px;
}
.footerhitanet{
    text-align: center;
    color: #fff;
    background: #3e3e3e;
    margin-top: 55px;
    padding: 5px;
    font-size: 12px;
}
footer{
    padding-bottom: 0;
}
.reserve-meeting-btn i{
    vertical-align: middle;
}
.menusplitline{
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    color: #ed2025;
    font-weight: bold;
}
.btn-outline-successCus{
    color: #ed2025;
    font-size: 18px;
    margin-top: 10px;
    border: solid 1px;
    padding: 3px 10px;
    vertical-align: middle;
    padding-top: 5px;
}
.btn-outline-successCus:hover{
    color: #e71776;
}
.dropbtn{
    border-bottom:solid 2px #fff;
}
.dropbtn:hover{
    border-bottom: solid 2px #ed2025;
}
h1{
    font-family: 'yekan';
    -webkit-text-stroke-width:2px;
    stroke-width:2px;
    letter-spacing:-1.5px
}
 
.dr-infs-holder h3{
    font-size: 14px;
    font-weight: bold;
    color: #777;
}
.titleSecs{
    font-family: yekan;
    -webkit-text-stroke-width:2px;
    stroke-width:2px;
    font-size: 28px;
    text-align: right;
}
.dr-infs-holder h2{
    font-family: yekan;
    -webkit-text-stroke-width:2px;
    stroke-width:2px;
    letter-spacing:-1.5px;
    font-size: 34px;
    margin: 25px 0;
    
}
.serviceItemHolder{
    margin: 10px 0;
    position: relative;
}
.serviceItemHolder img{
    max-width: 100%;
    border-radius: 50px 10px 50px 10px;
}
.servceitemText{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px;
    top: 0px;
    right: 0;
    height: 100%;
    padding-top: 85px;
    background: rgb(153 57 57 / 40%);
    color: #fff;
    border-radius: 10px;
    transition: 0.3s;
}
.servceitemText:hover{
    background: rgba(237, 32, 37,0.3);
    transition: 0.3s;
}

.serviceItemHolder:hover img{
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
.servceitemTextSub{
    bottom: 0px;
    font-family: yekan;
    -webkit-text-stroke-width:2px;
    stroke-width:2px;
    letter-spacing:-1.5px;
    font-size: 28px;
    position: absolute;
    width: 100%;
    right: 0;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.6);

    
}
 
.openPlusBtn{
    display: none;
}
footer{
    background: url('/img/backfooter.jpg');
    height: 160px;
}
 
 
a:hover{
    color: #ed2025 !important;
}
 
