﻿@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Bold.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_Bold.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Medium.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_Medium.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('/css/fonts/ir/eot/IRANSansWeb_Light.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_Light.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_Light.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_Light.ttf') format('truetype');
}


@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('/css/fonts/ir/eot/IRANSansWeb_UltraLight.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb_UltraLight.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('/css/fonts/ir/eot/IRANSansWeb.eot');
	src: url('/css/fonts/ir/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/ir/woff2/IRANSansWeb.woff2') format('woff2'),
		 url('/css/fonts/ir/woff/IRANSansWeb.woff') format('woff'),
		 url('/css/fonts/ir/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
  font-family: 'icomoon';
  src:  url('/files/ida/icon-font/icomoon.eot');
  src:  url('https://i.icomoon.io/public/temp/785745c6b9/UntitledProject/icomoon.eot?zdtlrp#iefix') format('embedded-opentype'),
    url('/files/ida/icon-font/icomoon.ttf') format('truetype'),
    url('/files/ida/icon-font/icomoon.woff') format('woff'),
    url('/files/ida/icon-font/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-researchgat:before {
  content: "\1f5ab";
}

body{
    font-family: IRANSans;
}



/**************************menu********************/
.menu {
  position: relative;
  text-align: right;
  margin: 0; 
  padding: 0;
}
  .menu ul {
    margin: 0;
    padding: 0; }
  .menu li li {
    position: relative;
    margin: 0;
    display: block;
    width: auto; }
    .menu li li a {
      position: relative;
      font-size: 13px;
      color: #333 !important;
      padding: 10px 5px;
      transition: all .4s ease-in-out; }
      .menu li li a::before {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 0;
        height: 60%;
        background: #32C1CE;
        transition: all .4s ease-in-out; }
      .menu li li a:hover {
        color: #32C1CE !important;
        padding-right: 10px; }
        .menu li li a:hover::before {
          width: 5px; }
    .menu li li:nth-last-child(1) a {
      border-bottom: 0; }
  .menu li:hover > .menu-dropdown, .menu li:hover > .menu-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .menu a {
    display: block;
    height: auto;
    font-weight: 400;
    text-transform: none; }
  .menu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px 0px; }
    .menu > li > a {
      position: relative;
      line-height: 36px;
      color: #555;
      font-size: 13px;
      padding: 5px; }
      .menu > li > a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #32C1CE;
        transition: all .3s ease-in-out; }
      .menu > li > a .fa {
        font-size: 12px;
        color: #AAA; }
      .menu > li > a.active {
        background: rgba(158, 158, 158, 0.1); }
        .menu > li > a.active::after {
          width: 100%; }
      .menu > li > a:hover::after {
        width: 100%; }
  .menu .mobile-menu-close {
    display: none;
    position: absolute !important;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    line-height: 15px;
    text-align: center;
    padding: 8px;
    background-color: #000;
    border-radius: 50%; }
    .menu .mobile-menu-close .fa {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 18px;
      color: #EEE; }

.menu-megamenu, .menu-dropdown {
  position: absolute;
  right: 0%;
  top: 90%;
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  text-align: right !important;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  box-shadow: 2px 0 10px 0 rgba(2, 0, 0, 0.1); }
  .menu-megamenu .row, .menu-dropdown .row {
    display: flex !important;
    display: -ms-flexbox !important;
    -ms-flex-wrap: wrap !important; }
  .menu-megamenu li, .menu-dropdown li {
    padding: 0;
    border-bottom: 1px solid #EEE; }
    .menu-megamenu li:nth-last-child(1), .menu-dropdown li:nth-last-child(1) {
      border-bottom: 0; }

.menu-megamenu {
  width: 100%;
  padding: 10px; }
  .menu-megamenu > li {
    padding: 15px 10px; }

.menu-dropdown {
  width: 200px; }
  .menu-dropdown li {
    padding: 5px 10px 5px 5px; }
  .menu-dropdown .menu-dropdown {
    top: 0;
    left: 100%;
    margin-left: 3px; }

.menu-megamenu-li {
  position: static !important; }

.megamenu-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 10px 5px;
  text-transform: uppercase; }

#menu-bar {
  display: none;
  text-align: right; }
  #menu-bar a {
    display: inline-block; }
  #menu-bar .fa {
    font-size: 28px;
    color: #777;
    height: 60px;
    line-height: 60px;
    padding: 0 5px; }

li.menu-megamenu-li a.megamenu-ttl {
  font-size: 14px;
  font-weight: 900;
  border-bottom: 2px solid #222 !important;
}

.drop-item {
  display: none !important;
}

.menu-megamenu .theme-img {
  margin-top: 41px;
}

.menu-wrap:before, .menu-wrap:after {
  content: " ";
  display: table;
  clear: both;
}

.menu-container {
  float: right;
}

.login-options {
  float: left;
  padding-top: 21px;
}

.login-options li {
  float: right;
}

.login-options ul {
  list-style: none;
}

.login-options li a {
  padding: 5px;
  color: #555;
  font-size: 13px;
}

.login-options li i {
  vertical-align: middle;
  font-size: 20px;
  color: #5682b8;
  margin-left: 3px;
  line-height: 30px;
}

.login-options li span {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

/**************************menu********************/

.fix-logo{
  position: absolute;
  right: 10px;
  top: 3px;
  width: 60px;
  display: none;
}

.ida__menu{
  background-color: #fff;
  position: relative;
}

.ida__menu.fix{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 1px 1px 5px 2px silver;
  transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
}

.logo img:first-child {
  max-width: 75px;
}

.logo img:last-child {
  max-width: 134px;
}

.main-banner {
  direction: ltr;
}

.fact-counter-wrapper h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.page-img img{
	display: inline;
}
.page-title{
  text-align: center;
  margin: 0 0 15px;
  padding: 0px 0;
  background: #385274;
  border-radius: 4px;
}

.page-title h3{
  color: whitesmoke;
}
.newsletters input.form-control{
  width: calc(100% - 40px);
  display: inline-block;
  margin-right: -3px;
}

.newsletters i{
  margin-top: 1px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  padding: 7px 10px 11px;
}
/*********************BMI TEST************************/

.bmi-calculator {
  margin: 20px auto;
  width: 100%;
  max-width: 500px;
  display: table;
  background: #fff;
  color: #4E5279;
  /*! border-radius: 5px; */
  box-shadow: 0px 2px 5px 2px #555;
}

.result {
  display: table;
  width: 100%;
}

.result-text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  border: none;
  /*! border-top-left-radius: 5px; */
  /*! border-top-right-radius: 5px; */
  background: #4CA456;
  background: -webkit-linear-gradient(left top, #4FD24D, #4CA456);
  background: -o-linear-gradient(bottom right, #4FD24D, #4CA456);
  background: -moz-linear-gradient(bottom right, #4FD24D, #4CA456);
  background: linear-gradient(to bottom right, #4FD24D, #4CA456);
  transition: all 0.4s ease-in;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  /*! box-shadow: 0px 5px 5px 2px #333; */
}
.result-text h1 span {
  padding-right: 10px;
}

.result-text h1 {
  color: #fff;
  font-size: 2em;
  margin: 8px 0;
}
.result-text small {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.calculator {
  padding: 20px;
  direction: ltr;
}

.calculator-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 15px;
  color: #333;
  direction: rtl;
}

.calculator-hr {
  margin-top: -10px;
  width: 80%;
  border: 1.2px solid #F73946;
  border-radius: 15px;
  margin-bottom: 30px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 75%;
  height: 4px;
  background: #27283A;
  border-radius: 5px;
  display: inline-block;
  margin-top: -15px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F73946;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F73946;
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F73946;
  cursor: pointer;
}

.field-text {
  font-size: 2em;
  color: #F73946;
  font-weight: 700;
  padding: 8px;
  display: inline-block;
}

.label-height:after {
  content: ' cm';
  font-size: 0.5em;
  color: #848484;
  font-weight: 400;
  text-align: center;
  margin-top: -12px;
}

.label-weight:after {
  content: ' kg';
  font-size: 0.5em;
  color: #848484;
  font-weight: 400;
}

.bmi-calculator .submit {
  text-align: center;
  margin-top: 30px;
}

#bmisubmit {
  background: #F73946;
  background: -webkit-linear-gradient(left top, #F73946, #FF3875);
  background: -o-linear-gradient(bottom right, #F73946, #FF3875);
  background: -moz-linear-gradient(bottom right, #F73946, #FF3875);
  background: linear-gradient(to bottom right, #F73946, #FF3875);
  border: none;
  border-radius: 30px;
  padding: 4px 25px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 100;
  transition: all 0.3s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
#submit:hover, #submit:focus {
  color: #FFF;
  outline: none;
}
#resultwrap {
  display: block;
}

.resuts-container span, .resuts-container h4 {
  color: #fff
}
/*********************End BMI TEST************************/

.profile-sidebar {
padding: 0 0 10px 0;
background: transparent;
}

.profile-userpic img {
	float: none;
	margin: 0 auto;
	width: 150px;
	height: 170px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
	border: 1px solid #ddd;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-bottom: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
color: #fff;
background-color: #0391FF;
border-right: 2px solid #1454A4;
margin-right: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.top-profile .user-name-welcome {
    width: 220px;
    padding: 20px;
}

.lms-notif i{
  color: #ea1a1a;
  font-size: 36px;
}
.lms-notif .notif-btn{
  position: absolute;
  z-index: 100;
  left:25px;
  
  text-align: center;
  
  top: 0;
  vertical-align: middle;
  padding-top: 13px;
}
.lms-notif .badge-important {
    background-color: #1454a4;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
    line-height: 15px;
    vertical-align: middle;
}

#page-central-header {
    border-bottom: 1px solid #1454a4;
    text-align: center;
    margin-bottom: 20px;
}
#header-title h2 {
    font-size: 21px;
    margin-top: 0;
    padding-bottom: 12px;
    font-weight: 500;
}
/*===================testimonial===========*/

.testimonial .testimonial-item .author {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}

.testimonial-item img {
    display: inline;
    position: absolute;
    right: 10px;
}

.profilepage .feature-box{ 
  margin-bottom: 15px;
  text-align: center;
}

.bmi-header {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 1px 1px 5px 2px #7d7d7d;
}
.bmi-header:before, .bmi-header:after {
  content: " ";
  display: table;
  clear: both;
}

.bmi-header .site-logo {
  float: right;
  width: 100px;
}

.bmi-header .bmi-title {
  float: right;
  width: calc(100% - 100px);
  padding-top: 20px;
  text-align: center;
}

.bmi-header .bmi-title p {
  font-size: 25px;
  vertical-align: middle;
}

.sk-circle{
  background-image: url("/files/ida/image/academy-new.png");
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.qa-box {
	margin-bottom: 10px;
	border: 1px solid #e0e1e8;
	background-color: #fff;
}
.qa-box .header {
	border: 1px solid #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: #f9f9fb;
	background: linear-gradient(to bottom,#f9f9fb 6%,#f1f2f5 100%);
	height: 35px;
}
.qa-box .header [class^="col-"] {
	padding: 8px;
}
.qa-box .header i.fa {
	padding: 0 8px;
}
.qa-box .q-or-a {
	border-top: 1px solid #e0e1e8;
	padding: 10px;
	text-align: justify;
}
.nested {
	margin: 5px 35px 18px 10px;
}
.red-color {
	color: red;
}
.maroon-color {
	color: maroon;
}
.orange-color {
	color: #E4402B;
}
.green-color {
	color: green;
}
.blue-color {
	color: blue;
}
.gray-color {
	color: #767575;
}
.black-color {
	color: #000000;
}

.ida-info{
  border: 1px solid #349bbd;
  color: #349bbd;
  background-color: #f1fafe;
  border-radius: 0;
}

.ida-info:hover{
  border: 1px solid #221884;
  color: #221884;
  background-color: #c7c0e4;
}

.modulecontainer{
	padding: 20px 10px;
	background-color: #fff;
}
.new-question-box {
  background-color: #eee;
  border-radius: 6px;
  padding: 20px;
}
.alert{
  background-image: none !important;
  border-radius: 0;
}
.ida-default{
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000 !important;
}
.ida-default:hover{
  border-radius: 0;
  background: #444;
  color: #eee !important;
}
legend{
	border: none !important;
}
.TraceQuestion .form-group{
  position: relative;
}

.TraceQuestion .form-group .btn-primary{
  position: absolute;
  left: 15px;
  top: 0;
    
}

.TraceQuestion .form-group .form-control{
  padding-left: 60px;
}
.btn-primary{
	background: none;
	box-shadow: none;
	border-radius: 0;
	background: #265a88;
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #265a88;
	transform: .3s;
	-webkit-transform: .3s;
}

.btn-primary:hover{
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #265a88;
	padding: 6px 12px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #265a88;
}
.select2-selection.select2-selection--single{
	border-color: #ddd !important;
	border-radius: 0 !important;
	line-height: 32px !important;
	height: 32px !important;
}

label i{
	color: #d7221f;
}

.ltr:focus{
	direction: ltr;
}

.feature-box{
	border: 1px solid silver;
	margin-bottom: 15px;
}

.feature-box img{
  float: right;
  width: 50px;
  position: absolute;
  right: 10px;
}

.profilepage .content {
  padding: 20px 60px !important;;
}

.btn_info{
	padding: 10px 12px;
	border: 1px solid #ef0d0d;
	background-color: #f13333;
	color: #fff;
	min-width: 120px;
}

.btn_info:hover{
	border: 1px solid #5682B8;
	background-color: #2C6BB9;
	color: #eee;
}
.rev_slider_wrapper {
  height: 350px !important;
}

.tp-fullwidth-forcer {
  height: 440px !important;
}

.tabs-header {
  margin-bottom: 15px;
}

.header-top {
  height: 140px;
  background-image: url('/files/ida/icons/cell-back.png');
  background-size: auto 100%;
  padding-top: 38px;
  margin-bottom: 15px;
}

.header-img {
  background-image: url('/files/ida/icons/header-img.png');
  height: 130px;
  max-width: 970px;
  background-size: 100% auto;
  margin: 0 auto;
}

.link-en{
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #0b3689;
  padding: 7px 10px;
  font-weight: 700;
}

.link-en:hover{
  color: #fff;
  background-color: #0b3689;
}


.tabs-header li {
  border: none;
}
.tabs-header li a ,.nav-tabs li a {
  font-size: 20px;
  border: none;
  display: block;
  position: relative;
  background: transparent;
  font-weight: 900;
  color: #555;
}

.tabs-header li.active a, .tabs-header li.active a:focus, 
.tabs-header li.active a:hover ,
.nav-tabs li.active a, .nav-tabs li.active a:focus, 
.nav-tabs li.active a:hover
{
  border: none;
  background: transparent;
  color: #333;
}

.tabs-header li.active a:before  , .nav-tabs li.active a:before {
  content: "";
  width: 70px;
  height: 6px;
  position: absolute;
  background: #0391ff;
  bottom: -2px;
  left: calc(50% - 35px);
}

.news_slider_item {
  overflow: hidden;
  display: block;
  padding: 3px;
}

.news_slider-data {
  position: relative;
  width: 100%;
}

.slider_img {
  height: 160px;
  background-size: cover;
}

.news_title h3 {
  font-size: 14px;
  margin: 0;
  padding: 8px 0;
}

.news_slider_lead {
  position: absolute;
  transition: all .4s ease;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 120%;
  left: 0;
  padding: 10px;
  text-align: center;
  border: 1px solid silver;
}

.news_slider_item:hover .news_slider_lead {
  top: 0;
}

.news_title {
  min-height: 64px;
  padding: 0 10px 0 10px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  text-align: center;
}

.news_lead {
  position: relative;
}

.news_lead .lead-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.news_slider_lead .news_lead {
  height: 100%;
}

.banner-slider {
  border-top: 10px solid orange;
  border-bottom: 10px solid orange;
}

.banner-img {
  /*! height: 322px; */
  background-size: cover;
}

.banner-img img {
  width: 100%;
}



.botborder {
	margin: 10px 0;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 14px;
}


.botborder li {
	margin: 10px 0;
	padding: 4px;
}

.theotherone {
	background-color: #f0f0f0;
}

li.toranj-selected {
	background-color: #06EFE5;
}

.question-toranj input[type="radio"] {
	margin-right: 5px; 
}
.info_emergency a {
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: left;
}
.panel-info .panel-heading {
  background: #0391ff;
  border-radius: 0;
}

.panel-info .panel-title a {
  color: #fff;
}
.header-title .intro {
  font-size: 20px;
  margin: 12px 0 10px 0;
}

.header-title .intro span {
  color: #f13333;
}

.lesson-selected:before, .lesson-selected:after {
  content: " ";
  display: table;
  clear: both;
}

.lesson-selected {
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.lesson-selected i {
  font-size: 25px;
  vertical-align: middle;
  margin-left: 10px;
  color: #dc1919;
}

.lesson-selected .lesson-unselect, 
.lesson-selected .lesson-isselect {
  padding-right: 30px;
  float: left;
}


.lesson-selected .btn, .lesson-unselected .btn {
  padding: 5px 15px;
  line-height: 20px;
}


.lesson-unselected:before, .lesson-unselected:after {
  content: " ";
  display: table;
  clear: both;
}

.lesson-unselected {
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.lesson-unselected i {
  margin-left: 10px;
  font-size: 25px;
  vertical-align: middle;
  color: #dc1919;
}

.lesson-title {
  float: right;
}

.lesson-teacher {
  float: right;
  padding-right: 20px;
}

.lesson-select {
  float: left;
}

.lesson-isselect span.label {
  border-radius: 0;
  position: relative;
  padding: 3px 15px 3px 10px;
}

.lesson-isselect span.label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 0px solid transparent;
  border-top: 8px solid #125512;
  bottom: -8px;
  right: 0;
}

.breadcrumb {
    background: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid;
}

.breadcrumb a {
  color: #0391ff;
}

.player-wrap #container_wrapper {
  margin: 0 auto;
}

.player-wrap h4 {
  text-align: center;
  margin: 30px 0 40px 0;
}

header {
  box-shadow: 1px 1px 5px 2px silver;
}


.gallery-selection {
  margin-top: 30px;
}

.gtype-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 5px solid #32C1CE;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  color: #32C1CE;
  box-shadow: 1px 1px 5px 1px #000;
  background: #242424;
  text-align: center;
}

.tv-gallery-box:before, .tv-gallery-box:after {
  content: " ";
  display: table;
  clear: both;
}

.tv-gallery-box {
  padding-bottom: 10px;
  padding-top: 10px;
  padding: 10px;
  box-shadow: 2px 2px 5px 0px #777;
  background: #385274;
  background-image: linear-gradient(-15deg,#385274 40%,#205fad 60%,#49a8b9 100%);
  margin-bottom: 20px;
  transition: all .6s ease;
}

.tv-gallery-box .tv-gallery-img {
  width: 40%;
  float: right;
  overflow: hidden;
}

.tv-gallery-box .tv-gallery-info {
  float: right;
  width: 60%;
  padding: 0 10px;
  line-height: 25px;
}

.tv-gallery-box .tv-gallery-img img {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  max-height: 130px;
  transition: .7s;
}

.tv-gallery-box:hover .tv-gallery-img img {
  transform: scale(1.1);
}

.tv-gallery-info a {
  color: #eee;
}

.tv-gallery-info a:hover {
  color: #fff;
}

.tv-gallery-info .tv-gallery-title {
  font-size: 16px;
  font-weight: 600;
}

.gtype-more {
  text-align: center;
}
.gtype-more a {
  box-shadow: 0px 0px 2px 1px #000;
  padding: 5px 60px;
  background: #242424;
  color: #fff;
}

.gtype-more a:hover {
  background: #32C1CE;
  color: #fff;
}

.tv-gallery-box:hover {
  box-shadow: 4px 6px 3px 0px #c5c5c5;
}

.page-title span {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.info_emergency a {
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
}

.su-title .alert {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.just-description {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 4px;
  border-color: #f5e79e;
  background-color: #fcf8e3;
}

.survey-questions td {

  padding-right: 5px; 
  padding-left: 10px;
}


#eval td {
  padding-right: 5px;
  padding-left: 12px;
}


.edu-img, .pcitem-img , .video-back-link {
  height: 100px;
  background-size: cover;
  background-position: center;
}

.edu-title h4 , .pcitem-title h4 , .video-back-link .video-title{
  text-align: center;
  font-size: 15px;
  margin: 15px 0 10px 0;
  position: relative;
  border-bottom: 1px solid silver;
  padding-bottom: 15px;
}

.edu-title h4:before , .pcitem-title h4:before , .video-back-link .video-title:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  background: #54bef2;
  bottom: 0;
  right: calc(50% - 25%);
}

.edu-desc , .pcitem-desc , .video-desc {
  text-align: justify;
  text-justify: auto;
}
.testimonial-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}

/* comming*/

.comming-banner{
	background-image: url("/files/ida/icons/ACA-Repeal-Rural-Hospitals.jpg");
	background-size: cover;
	background-position: center;
	min-height: 690px;
}

.comming-banner p{
	text-align: center;
	font-size: 26px;
	line-height: 690px;
	vertical-align: middle;
	background-color: #1a174b66;
	color: #fff;
	margin: 0 !important;
}

.news-list .item{
	margin-bottom: 15px;
}

.news-list .item .news-img-arch .img, .listNewsAgency .img{
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #5682B8;
}

.testimonial-box-block{  
  position: relative;
}

.quote-text-event{
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  color: #fff;
  border: 3px solid #54bef2;
  text-align: center;
  background-color: transparent;
  transition: .5s; 
}

.testimonial-box-block:hover .quote-text-event{
  background-color: rgb(0, 0, 0, 0.7);
  height: 100%;
}

.quote-text-event .title{
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
}

.quote-text-event .date{
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  opacity: 0;
  transition: .8s;
  color: #fffd39;
}

.testimonial-box-block:hover .quote-text-event .date{
  opacity: 1;
}

.quote-text-event .hTitle{
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 6px 14px;
  border: 2px solid #fff;
  margin-top: 20px;
}

.img-link ,.video-back-link {
  display: block;
  height: 100%;
}

.library .item{
  margin-bottom: 15px;
}

.library .library-image-box{
  overflow: hidden;
  border: 1px solid #ddd;
}

.library .library-image-box .img{
  width: 100%;
  height: 160px;
  background-size: cover;
  background-position: center;
  transition: .4s;
}

.library .item:hover .library-image-box .img{
  transform: scale(1.05);
}

.library .library-content div{
  text-align: justify;
}

.txt-health{
  background-color: #fff;
  margin: 25px 0;
  text-align: center;
}

.health .item{
	background-color: #ddd;
	padding: 10px;
	min-height: 160px;
}

.health .item .title{
  text-align: center;
  color: #d92027;
}

.health .owl-item{
  cursor: normal !important;
}

.listNewsAgency th{
  display: none;
}

.listNewsAgency tr, .listNewsAgency td{
  display: block;
  background: none !important;
  border: none !important;
}

.news-archive-list .col-md-12:hover{
    background-color: #cccccc;
}
.news-container,.mod1{
margin-bottom: 10px;
}
.photo-all .video-container .thumbnail {
  border: 1px solid #000;
  
}
.photo-all .video-container .thumbnail:hover .video-title{
  background: #32C1CE;
}
.photo-all .video-container .video-title {
  background: #333;
  padding: 10px;
  color: #fff;
}

.main .container .modulecontainer .player-wrap {
    background: #dedede;
    padding: 50px 10px 5px 10px;
}
.gallery-container .options-bar {
  display: none;
}

.btn{
	background-image: none;
	box-shadow: none;
	border-radius: 0;
}
.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}
.form-group .title-age {
  padding: 0px;
}
.form-group .des-age {
  padding: 0px;
}
.video-container .thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent !important;
  border:0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 0 rgba(0,0,0,0) !important;
}
.video-back-link .video-title {
  font-weight: bold;
}

.title-pro .page-title {
  padding: 10px;
}
.gallery-container .col-md-9 {
  margin-bottom: 15px;
}
.thumbnail .video-back-img {
  height: 100px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.thumbnail .video-back-img i{
  font-size: 50px;
  width: 100%;
  height: 100%;
  line-height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.thumbnail .video-back-img i:hover{
  color: #54bef2;
}

.news-list .item:hover .img {
  transform: scale(1.1);
}
.news-img-arch .img {
  height: 130px;
  background-size: cover;
  transition: all .5s ease;
}
.news-img .img-responsive {
    height: 380px;
  background-size: cover;
}
.news-container .news-img {
    position: relative;
}
.news-container .news-details {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin-top: 10px;
  padding: 3px 0;
  color: #333;
}
.news-container .news-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
}
.news-container .news-lead {
  line-height: 36px;
  text-align: justify;
}
.news-container .news-text-full p {
  line-height: 27px;
  text-align: justify;
}

.info_emergency h3{
  display: inline-block;
  padding-right: 5px
}

.info_emergency{
  overflow: hidden;
  position: relative;
}

.info_emergency:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(244, 255, 253, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);
	z-index: 2;
}

.info_emergency:hover:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);
}


.title-part h4 {
  margin: 0 0 0 0;
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 5px;
  font-weight: 400;
}

.nav-left-news {
  padding-top: 39px;
}

.news-widget {
  margin-top: 15px;
}

#testimonial .owl-next:hover{
  border-color: #fff;
  background-color: #042a3b;
}

#testimonial .owl-prev:hover{
  border-color: #fff;
  background-color: #042a3b;
}

.main-banner .has-btn{
  color: #fff;
}

.option{
  margin: 20px 0;
  padding: 15px 10px;
  box-shadow: 1px 2px 4px #5d6a7a;
}

.tv-gallery-desc{
  color: #fff;
  margin-top: 10px;
}

.module-gallery-container .video-bg{
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 140px;
}

.module-gallery-container .title{
  padding: 10px 0;
  color: #eee;
  font-weight: 600;
  background-color: #2e3540;
  border-top: 2px solid #32c1ce;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .note-container .info_emergency {
    min-height: 248px;
  }
}

.video-title{
  font-weight: bold;
  font-size: 24px;
  margin: 30px;
  text-align: center;
}

.news-img-arch{
  overflow: hidden;
}

.notif-list{
	list-style: none;
}

#myTabContent{
  display: inline-block;
  width: 100%;
  min-height: 285px;
}
.Newspaper-Title .has-btn {
  color: #32C1CE;
}
.Newspaper-Title .has-btn:hover {
  color: #fff;
}
.quote-text-event .NewsImportant {
     display: inline-block;
    text-align: center;
    color: #fff;
    padding: 6px 14px;
    border: 2px solid #fff;
    margin-top: 20px;
}
.main-banner .has-btn {
  background-color: #0391ff;
  padding: 10px;
  color: #fff;
  line-height: 32px !important;
}
.slider-gallery1 .owl-controls .owl-nav .owl-prev:before{
    color:#fff;
    line-height:40px;
    content:"\f104";
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slider-gallery1 .owl-controls .owl-nav .owl-next:before{
    color:#fff;
    content:"\f105";
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:40px
}
.library-image-box .img {
  border: 10px solid #17519b;
}
.BooKsPart .col-md-6 {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-box-ordinal-group: 7;
  order: 7;
  width: 554px;
  margin-top: 30px;
  margin-left: 30px;
}
.BooKsPart .col-md-6 a.book-img {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.BooKsPart .book-img {
    display: block;
    float: right;
    width: 150px;
    margin-left: 15px;
}
.BooKsPart .book-img img {
    max-width: 150px;
    height: auto;
    max-height: 200px;
}
.book-detail h3 {
    text-align: right;
    margin-bottom: 30px;
}
.swiper-slide a {
    display: block;
    text-align: center;
}
.BooKsPart .book {
  float: left;
}
.BooKsPart .book {
  -moz-box-ordinal-group: 0;
  order: 0;
  width: 515px;
  margin-left: 30px;
  float: left;
 }
.m-container {
  padding: 20px 10px;
  background-color: #fff;
}
.BooKsPart .swiper-container {
  margin-top: 30px;
}