@import url('font.css');
@import url('font-awesome.css');
html {height: 100%;}
body {font : 13px 'IranianSans-Light-web', tahoma, Arial, sans-serif;background-color:#1f273c; background-image: url(../images/call-center.jpg); background-size: cover; background-repeat:no-repeat; max-width:100%}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {box-shadow: 3px 3px 1px rgba(0,0,0,0.2);;background-color: #05c9ed;}
.nav-pills > li > a {color: #fff;}
.tab-content{background: rgba(255,255,255,0.9);border-radius: 30px;box-shadow: 5px 5px 1px rgba(0,0,0,0.2);padding: 30px; margin-top:10px;}
.nav-pills > li > a {border-radius: 24px;}
.nav > li > a:focus, .nav > li > a:hover {background-color: #05c9ed;}
.pay-tab{ margin-top:60px;padding: 0 0px;}
.title1{ font-size:14px; font-weight:bold; }
.navbar-brand > img {display: block;max-width: 100%;}
/**********Counter***********/
.p-y-2 {padding-top:10px;padding-bottom:10px;}
.p-y-3 {padding-top: 0px;padding-bottom: 20px;}
.m-b-1 {margin-bottom: 18px;}
.m-t-1 {margin-top: 18px;}
.main_counter_area{}
.main_counter_area .main_counter_content .single_counter{background: transparent;color: #000;}
.main_counter_area .main_counter_content .single_counter i{font-size:36px; }
/**********Counter***********/
.num{font-weight: bold;font-size: 36px;}
.txt1{ font-size:10px;}
.txt2{ font-size:13px;}
.txt3{ font-size:10px;}
.green-txt{color: #5ac400;}
.red-txt{color: #fd4249;}
.blue-txt{color: #02b1b3;}
.old-price{ font-size:12px; text-decoration:line-through}
.btn1{ border:none;color:#fff; padding:5px 10px; border-radius:5px; font-size:12px; font-weight:500;font-family:IRANSans; margin-top:10px;}
.green-btn{ background:#5ac400}
.red-btn{ background:#fd4249}
.blue-btn{ background:#02b1b3}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.label1{ font-weight:normal !important; font-size:12px}
.modal-title{font-family: IRANSans; font-weight:500; font-size:14px;}
.btn-success{ font-size:12px;}
.tab-titr{ font-size:12px; color:#000; padding-right:15px; padding-left:15px; margin-bottom:20px; line-height:22px; text-align:justify; margin-top:1px}
.nav > li > a {padding: 10px 35px;}

@media only screen and (max-width :990px){
.main_counter_area .main_counter_content .single_counter{ background:#ccc !important; margin-bottom:20px !important}
}

.modal.in .modal-dialog{ top:180px}