body {
 
  color: #666666;
  font-family:  'B Yekan', 'B Mitra';
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height:initial;
 
}
.bhoechie-tab-content h3 , .tab-text h4{
    font-family:"B Yekan";
    color:#484b50

}
.wrapper {
 padding: 20px;
  min-height: 100%;
  margin: 0 auto -20px;
}
footer,
.push {
  height: 45px;
}
.bg-image{
     background:url(../Login/bkg-blu.jpg);
     background-size: auto;
     position: relative;
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

/* Container */
.containerCard {
  position: relative;
  max-height:500px;
  width: 100%;
  margin: 130px auto 0px 0px;
   min-height: calc(80vh - 60px);
}


.container.active .card:first-child {
  background: #f2f2f2;
  margin: 0 15px;
}
.container.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px;
}
.container.active .card.alt {
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 60px 0 40px;
  overflow: hidden;
}
.container.active .card.alt .toggle {
  position: absolute;
  top: 10px;
  right: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.container.active .card.alt .toggle:before {
  content: '';
}
.container.active .card.alt .title,
.container.active .card.alt .input-container,
.container.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.container.active .card.alt .title {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.container.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.container.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.container.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.container.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

/* Card */
.card {
  position: relative;
  background: #fff9;
  border-radius: 5px;
  padding: 60px 0 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}


.card:first-child {
  background: #fff6;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;
}

.card .title .me{margin-right: 100px;  font-size: 40px;}

.card .input-container {
  position: relative;
  margin: 0 20px 50px;
}
@media (max-width:414px) {
    .input-container {
        float:left;
    }
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px;
  border: 0;
  color: #144a59;
  font-size: 24px;
  font-weight: 400;
}
.card .input-container input:focus ~ label {
  color: #141a8e;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #fe3904;
  float:right;
 /*-webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);*/ 
}
.card .input-container input::placeholder {
    text-align:right;
    color:#3067db;
    font-size:17px;
    font-family:'B Yekan' ;
  
}

.card .input-container label {
  position: absolute;
  top: 0;
  right: 0;
  color: #1d25c6;
  font-size: 35px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .input-container label :after {
     color: blue;
}
.card .input-container .bar {
  background: #3067db;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: red;
  width: 0;
  height: 2.5px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card .button-container {
  margin: 0 60px;
  text-align: center;
}
.card .button-container button {
  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  width: 160px;
  border: 2px solid #3067db;
  border-radius:50px;
  padding: 15px 50px 15px 50px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button span {
  position: relative;
  z-index: 1;
  color: #3067db;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #3067db;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container button:hover, .card .button-container button:active, .card .button-container button:focus {
  border-color: #3067db;
}
.card .button-container button:hover span, .card .button-container button:active span, .card .button-container button:focus span {
  color: #1e3462;
}
.card .button-container button:active span, .card .button-container button:focus span {
  color: #ffffff;
}
.card .button-container button:active:before, .card .button-container button:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 40px 0 0;
  color: #9ca0a3;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.card .footer a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .footer a:hover {
  color: #0e596c;
}
.card.alt {
  position: absolute;
  top: -65px;
  right: 70%;
  z-index: 10;
  width: 140px;
  height: 140px;
  background: none;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;

}

.card.altR {
  position: absolute;
  top: -65px;
  right: 20%;
  z-index: 10;
  width: 140px;
  height: 140px;
  background: none;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;

}
.card.alt .toggle {
  position: relative;
}
   
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
}
.card.alt .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}
.card.alt .title .close:before {
  content: '\00d7';
}
.card.alt .input-container input {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
  color: #ffffff;
}
.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8);
}
.card.alt .button-container button {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
}
.card.alt .button-container button span {
  color: #212cf4;
}
.card.alt .button-container button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
  display: none;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
.text{
    font-family:'B Mitra';
    font-size:17px; 
    padding-right:40px;
}
/*.phone{
    font-size:20px;
}*/
@media only screen and (max-width: 600px) {
    
.card.alt .toggle{

}
.containerCard{
    margin: 120px auto;
}

}
@media only screen and (max-width: 1000px) {
  .containerCard {
        margin: 120px auto;
    }
}
.inputs {
    margin-top:80px
}

footer{
    background:url('../AdminTem/images/12.png');
    background-repeat: no-repeat;
    background-size:cover;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
@media (max-width:414px) {
    
footer{
    background:url('../AdminTem/images/12.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
  
}
.phone{
    display:none;
}

.company-name {
    display:none;

}

}
footer a{
    color:white
}
footer a:hover{
    color:white;
}
.foot-text{
   margin-top:10px;
   font-size:16px;
   color:#3067db;
   opacity:1;
   font-family:'B Yekan';
}
.company-name{
    font-family:'B Yekan'; 
    margin-top:15px;
    font-size:16px;
}
.phone{
    font-family: 'B Yekan';
    font-size: 15px;
    margin-top:15px;
}
.support{
     font-family: 'B Yekan';
    font-size: 14px;
    margin-top:15px;
   
}
.lefted {
    position: relative;
    bottom: 0px;
    left: 0px;
}
 .righted {
    position: relative;
    bottom: 0px;
    right: 0px;
}
.centered {
    position: relative;
    bottom: 0%;
    left: 22%;
    transform: translate(-50%, -50%);
    z-index:999
}

.about-text{
       margin:50px;
}
.about-text p{
    color:darkblue;
    font-size:18px;
    font-family:'B Mitra';
    text-align:right
}
 .help-text{
     margin:50px;
    color:darkblue;
    font-size:18px;
    font-family:'B Mitra';
    text-align:center
 }
 .menu{
     margin-top:150px
 }
 .border-button{
     border:solid 1px #141a8e;
 }

.info-box .pdficn{
    width:50px;

    height:50px
}
/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    direction:rtl;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}

.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px;
}

.info-box .icon .chart.chart-bar canvas {
    vertical-align: baseline !important;
}

.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px;
}

.info-box .icon .chart.chart-pie canvas {
    vertical-align: baseline !important;
}

.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px;
}

.info-box .icon .chart.chart-line canvas {
    vertical-align: baseline !important;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box .content .text {
    font-size: 20px;
    margin-top: 11px;
    color: #555;
}

.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

.info-box.hover-zoom-effect .icon {
    overflow: hidden;
}

.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    /*left: 80px;*/
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
    width: 100%;
}


.blue-bg {
  color : #fff;
  background : #57889c;
  background-color : #57889c;
}
/*video*/
.video-js {
 background-color:#000;
 box-sizing:border-box;
 color:#fff;
 display:block;
 font-family:Arial,Helvetica,sans-serif;
 font-size:10px;
 font-style:normal;
 font-weight:400;
 line-height:1;
 padding:0;
 position:relative;
 vertical-align:top;
 word-break:normal
}
.aparat_player_box, #aparat_player_box {
    float: none;
    width: 100%;
    height: 338px;
    background-color: #000;
}
.aparat_player_box, #aparat_player_box {
    height: auto;
}
.tab {
  float: right;
  border: 1px solid #57889c;
  background-color: #f1f1f1;
  width: 30%;
  height: 100%;
}

/* Style the buttons inside the tab */
.tab button {

  display: block;
  background-color: inherit;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
    color:#065a7d;
}
    
.tab button .title{
   font-size: 14px;
   font-family: 'B Yekan', 'B Mitra';
 
   padding: 22px 16px;
}

.tab button .time{
    font-size:11px;
    color:grey;

}
.tab button .smallvideo{
    width:100px;
    height:80px;
    float:right;
    padding:1px
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #57889c;
   color:white;
}
/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #57889c66;
}

/* Style the tab content */
.tabcontent {
  float: right;
  padding: 0px 12px;
  border: 1px solid #57889c;
  width: 70%;
  border-right: none;
  height: 100%;
}



@-webkit-keyframes run {
    0% { left: 0;}
    50%{ left : 100%;}
    100%{ left: 0;}
}
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}
.bg-green {
    background-color: #8BC34A !important;
    color: #fff;
}
.bg-orange {
    background-color: #fe3904 !important;
    color: #fff;
}
.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    /*left: 80px;*/
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
    width: 100%;
}

.info-box .content {
    display: inline-block;
    padding: 7px 16px;
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #fff;
}
.icon_txt {
    z-index: 99999999999;
    width: 40px;
    height: 40px;
    background:#fe3904;
    -webkit-transition: width 1s;
    transition: width 1s;
    position: fixed;
    top: 142px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    right:0px;
}
.icon_txt  i{
    margin:5px 0px 0px 10px;
    font-size:25px
}
.text_show{
    z-index: 99999999999;
    width: 150px;
    height: 40px;
    background:#fe3904;
    -webkit-transition: width 1s;
    transition: width 1s;
    overflow: hidden;
    position: fixed;
    top: 142px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    right:0px ;
    font-size:20px;
    font-family:'B yekan'
}
.text_show i{
    margin:5px 0px 0px 10px;
    font-size:5px
}
.text_show span{
    text-align:center;
    margin:5px 10px 0px 0px;
}
/*
*/
.icon_txt1 {
    z-index: 99999999999;
    width: 40px;
    height: 40px;
    background:#fe3904;
    -webkit-transition: width 1s;
    transition: width 1s;
    position: fixed;
    top: 222px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    right:0px;
}
.icon_txt1  i{
    margin:5px 0px 0px 10px;
    font-size:25px
}
.text_show1{
    z-index: 99999999999;
    width: 150px;
    height: 40px;
    background:#fe3904;
    -webkit-transition: width 1s;
    transition: width 1s;
    overflow: hidden;
    position: fixed;
    top: 222px;
    color: #fff;
    border-radius: 50px 0 0 50px;
    right:0px ;
    font-size:20px;
    font-family:'B yekan'
}
.text_show1 i{
    margin:5px 0px 0px 10px;
    font-size:5px
}
.text_show1 span{
    text-align:center;
    margin:5px 10px 0px 0px;
}
.navbar-nav li a:hover{
   border-bottom: 3px solid red;
   background-color:none;
}
.navbar-nav{
    background-color:none;
    font-family:'B Yekan';
    font-size:16px;
   
}
.navbar-nav li a .active {
  border-bottom: 3px solid red;
}

element.style {
}
@media (max-width:414px) {
.navbar-toggle .icon-bar{
        background-color: #fe3904;
    }
 .navbar-nav{
   border-bottom: 3px solid red;
   background-color:#eeeeeebd;

}

}