/*
** media query mixins 
*/
/*
** overlay mixins 
*/
/*
** prefixes mixins
** auto prefixes  
*/
body,
html,
* {
  scroll-behavior: smooth; }
.container-fluid {
  
    padding-top: 1.5rem;
}

  
    .line {
    background-color: #124678;
    width: 100%;
    height: 1px;
}
body,
html {
  height: 100%;
  font-family: "Poppins"; }


.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.d_none_cus {
  display: none; }

.modal-open .modal {
  z-index: 10000; }

h1.header_txt {
  padding: 10px 0;
  margin-bottom: 20px;
  color: #1b70c0;
  font-weight: bold;
  position: relative;
  text-align: center; }
  h1.header_txt::before {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 50px;
    background: #6bace5;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); }

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: initial; }

.h-80-px {
  width: 85px; }

.tox.tox-silver-sink.tox-tinymce-aux {
  z-index: 1000000; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1b70c0;
  background-color: #1b70c0; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #1b70c0;
  background-color: #1b70c0; }

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit; }

.invalid-feedback {
  color: #dc3545;
  line-height: 14px; }

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: initial; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 5000; }

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: initial; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #1b70c0; }

.dropdown-item.active .text_sub,
.dropdown-item:active .text_sub {
  color: #fff !important;
  text-decoration: none; }

.m-style-3 {
  margin-right: 1rem; }

.dir_LR {
  text-align: left; }

.dir_RL {
  text-align: right; }

.table_con tbody .grid-row.table_mean_less_6 {
  background-color: #00858540; }
.table_con tbody .grid-row.table_mean_less_9 {
  background: #f8a55154; }
.table_con tbody .grid-row.table_mean_greater_9 {
  background: #903236d1;
  color: #fff; }

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #1f2224;
  border: 3px solid #bbbdbf;
  margin: 20px; }

.scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #FFF;
  padding-right: 20px;
  margin-left: 5px; }

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #7a797a;
  border: 1px solid #7a797a; }

.color_primary {
  color: #1b70c0; }

.footer_section {
  font-size: 13px;
  height: 50px;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.content.container_of_content {
  height: auto;
  min-height: calc(80% - 50px); }

.headerGl {
  color: #1b70c0;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.55em; }

.btn_primary {
  background-color: #1b70c0;
  border-color: #1b70c0;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  min-height: 40px; }
  .btn_primary:hover {
    background-color: #1863aa;
    border-color: #1863aa;
    color: #fff !important; }

.btn_primary.focus, .btn_primary:focus {
  background-color: #1863aa;
  border-color: #1863aa;
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 133, 0.5); }

.btn_primary:not(:disabled):not(.disabled).active, .btn_primary:not(:disabled):not(.disabled):active, .show > .btn_primary.dropdown-toggle {
  background-color: #1863aa;
  border-color: #1863aa;
  color: #fff !important; }

.btn_primary_outline {
  background-color: #fff;
  border-color: #1b70c0;
  color: #1b70c0 !important;
  text-transform: capitalize;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  min-height: 40px; }
  .btn_primary_outline:hover {
    background-color: #fff !important;
    border-color: #1863aa;
    color: #1863aa !important; }

.btn_primary_outline.focus, .btn_primary_outline:focus {
  background-color: #fff !important;
  border-color: #1863aa;
  color: #1863aa !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 133, 0.5); }

.btn_primary_outline:not(:disabled):not(.disabled).active, .btn_primary_outline:not(:disabled):not(.disabled):active, .show > .btn_primary_outline.dropdown-toggle {
  background-color: #fff !important;
  border-color: #1863aa;
  color: #1863aa !important; }

.icon_btn {
  color: #1b70c0;
  border: 1px solid #1b70c0;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  font-size: 13px;
  text-align: center; }
  .icon_btn:hover {
    border-color: #1863aa;
    color: #1863aa; }

.con_login_page {
  background-color: #f8f8f8; }

.logo_of_img {
  max-width: 200px;
  height: auto;
  margin: auto; }
.con_of_user_form {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); }

.con_of_user_form {
  background: #fff;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px; }
  .con_of_user_form .form-group input {
    min-height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .con_of_user_form .last_sec_login a,
  .con_of_user_form .last_sec_login label {
    font-size: .9rem; }

.headerSec {
  color: #1b70c0;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.55em;
  font-weight: bold;
  text-align: center; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1rem; }

.footer_section {
  font-size: 13px; }

.con_userList .table th, .con_userList .headerGl {
  color: #1b70c0;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.55em; }
.con_userList .table td {
  padding: .3rem;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: initial; }

a.accept_terms {
  color: #f58220;
  text-decoration: underline;
  font-size: 75%; }

.mb_10 {
  margin-bottom: 10px; }

.form-group.con_phone {
  position: relative; }

ul.list-inline.popover_container {
  position: absolute;
  right: 10px;
  top: 24%; }

ul li .popover {
  width: 300px;
  height: 70px; }

ul li .popover-title {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px; }

.con_of_poster_img {
  position: relative; }

.con_of_poster_img .play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none; }

.con_of_poster_img .play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto; }

.con_of_poster_img .play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9; }

.con_of_poster_img img {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.overlay_to_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.each_video:hover .overlay_to_image {
  opacity: 1; }

.wg-box-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.each_video:hover .wg-box-content-details {
  top: 50%;
  left: 50%;
  opacity: 1; }

h3.wg-box-content-title {
  color: #fff;
  font-weight: 700;
  font-size: 14px; }

.con_of_descreption h2 {
  color: #0166b3;
  font-size: 20px;
  margin-top: 10px; }

.con_of_descreption p {
  color: #383838; }

/* .mb-15 {
    margin-bottom: 15px;
} */
.dropdown.con_of_user_drop {
  text-align: right; }

.con_of_user_drop .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  padding-top: 20px; }

.con_of_user_drop span.user_drop_name {
  color: #0166b3;
  padding-right: 6px;
  font-size: 12px;
  font-weight: bold; }

.con_of_user_drop .fa.fa-user-circle-o {
  color: #0166b3;
  font-size: 26px;
  margin-right: 2px; }

.con_of_user_drop .dropdown-menu {
  right: 0;
  margin-top: 15px; }

.con_of_user_drop .dropdown-menu i.fa {
  padding-right: 7px; }

.modal.con_of_popup_style,
.con_of_audio_popup {
  background: #000000db; }

.con_of_popup_style .modal-content {
  background: none;
  box-shadow: none; }

.con_of_popup_style .modal-body {
  height: initial !important;
  overflow-y: inherit !important;
  padding: 0; }

.con_of_popup_style .modal-body video {
  width: 100%; }

.con_of_popup_style button.close,
.con_of_audio_popup button.close {
  color: #fff;
  font-size: 46px;
  position: absolute;
  top: -40px;
  right: 0;
  opacity: .8; }

.con_of_popup_style .modal-dialog,
.con_of_audio_popup .modal-dialog {
  top: 45%;
  transform: translateY(-50%) !important;u
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important; }

.con_user_table th {
  color: #0166b3;
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.mb-2 {
  margin-bottom: 2rem; }

.each_video {
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1rem; }

.each_video:hover {
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1; }

.open_video_popup {
  cursor: pointer; }

.text-center {
  text-align: center; }

@media screen and (max-width: 767px) {
  .login-form {
    padding: 30px 15px; }

  .con_of_user_drop.dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 1.5rem; }

  .con_of_user_drop .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px; }

  .con_of_user_drop .dropdown-menu {
    margin-top: 2px; }

  .btn_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn_con .con_of_audio {
      margin: 0 !important; }
    .btn_con a {
      width: 100%;
      margin-bottom: 1rem; } }
audio:focus {
  outline: initial; }
.chat-list .out  {
    text-align:right !important;
}
/*# sourceMappingURL=style.css.map */
