@charset "utf-8";
/*..............embedded fonts..............*/

/*..............embedded fonts..............*/

/*..............custom fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
/*----------font-family: "Alegreya", serif;----------*/

/*..............custom fonts..............*/



/*..............common styles..............*/
body {
  margin: 0 !important;
  padding: 0;
  font-family: "Alegreya", serif;
  font-size: 18px;
  font-weight: 400;
  color: #0B2A38;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya", serif;
  font-weight: normal;
  margin: 0 0 25px;
  padding: 0;
  color: #0B2A38;
}

h1 {
  font-size: 1px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 25px;
  line-height: 1.3;
}

img {
  max-width: 100%;
}

a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
  color: #179ae2;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
select {
  font-family: "Alegreya", serif;
  font-weight: 300;
  outline: none;
}

input[type="submit"] {
  font-family: "Alegreya", serif;
  font-weight: 300;
  transition: all 0.3s ease 0s;
  outline: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  height: 50px !important;
  padding-right: 40px !important;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}

button.btn {
  border-radius: 2px !important;
  box-shadow: none !important;
}

button.btn.btn-primary {
  background-color: #6fb31a !important;
}

button.btn.btn-primary:hover {
  background-color: #0879c8 !important;
}

#left-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 237px;
  background-color: #fa8626;
  overflow-y: auto;
  height: 100vh;
  border-right: 1px solid #e6ecf5;
  margin-top: 95px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-x: hidden;
  z-index: 2;
  padding-bottom: 90px;
}

#left-menu.small-left-menu,
#logo.small-left-menu {
  width: 60px;
}

#left-menu ul {
  padding: 0;
  margin: 0;
}

#left-menu ul li {
  padding: 0px 0px;
  display: block;
  position: relative;
}

#left-menu>ul>li {
  margin: 0px 0;
}

#left-menu ul li a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 16px 25px 16px 15px;
  z-index: 2;
}

#left-menu ul li a:hover {
  color: #ffffff;
}

#left-menu ul li a i {
  font-size: 22px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#left-menu ul li:hover a span {
  color: #ffffff;
}

#left-menu ul li:hover a i {
  color: #ffffff;
}

#left-menu ul li a span {
  width: 100%;
  height: 35px;
  padding-left: 10px;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#left-menu ul li.active a {
  border-bottom: 2px solid transparent;
  color: #ffffff;
}

#left-menu ul li.active {
  background: #4091c8;
}

#left-menu ul li:hover {
  background: #000000;
}

#left-menu ul li.active a span {
  color: #ffffff;
}

#left-menu ul li.active a i {
  color: #fff;
}

#left-menu ul li a:hover span {
  color: #ffffff;
}

#left-menu ul li:hover:after {
  color: #ffffff;
}

#left-menu ul li.active:after {
  color: #ffffff;
}

#left-menu li.has-sub ul {
  background-color: #000000;
  margin: 0 -10px;
  padding-left: 0px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#left-menu li ul.open {
  /*    height: 140px;*/
}

#left-menu li.has-sub ul>li {
  padding-top: 0px;
}

#left-menu li.has-sub ul>li>a {
  padding: 10px 25px 10px 25px;
}

#logo {
  position: fixed;
  top: 0;
  z-index: 2;
  left: 0;
  background-color: none;
  border-color: inherit;
  height: 95px;
  width: 237px;
  font-size: 30px;
  line-height: 2em;
  border-right: 1px solid transparent;
  z-index: 4;
  color: #fff;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#header {
  background-color: #4091c8;
  height: 95px;
  border-bottom: 1px solid #e6ecf5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  -moz-box-shadow: -2px 17px 48px -41px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 17px 48px -41px rgba(0, 0, 0, 0.75);
  -o-box-shadow: -2px 17px 48px -41px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 17px 48px -41px rgba(0, 0, 0, 0.75);
}

#header .header-left {
  padding-left: 240px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .header-right {
  padding-right: 40px;
}

#header .header-right i,
#header .header-left i {
  font-size: 30px;
  line-height: 2em;
  padding: 0 5px;
  cursor: pointer;
}

#main-content {
  min-height: calc(100vh - 95px);
  clear: both;
  position: relative;
}

#main-content::before {
  width: 100%;
  height: 3px;
  background: #fa8626;
  left: 0px;
  top: 0px;
  position: fixed;
  content: '';
  z-index: 100;
}

#page-container {
  padding-left: 300px;
  padding-top: 120px;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#page-container.small-left-menu,
#header .header-left.small-left-menu {
  padding-left: 80px;
}

.card {
  border: 1px solid #e6ecf5;
  margin-bottom: 1em;
  font-weight: 300;
}

.card .title {
  padding: 15px 20px;
  border-bottom: 1px solid #e6ecf5;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

#show-lable {
  opacity: 0;
  visibility: hidden;
  left: 80px;
  font-weight: 300;
  padding: 6px 15px;
  background-color: #6fb31a;
  position: fixed;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#left-menu.small-left-menu li.has-sub::after {
  content: '';
}

#left-menu.small-left-menu li.has-sub ul {
  position: fixed;
  width: 280px;
  z-index: 123;
  height: 0;
  left: 69px;
  padding-left: 0px;
}

.small-left-menu ul li a span {
  display: none;
}

.small-left-menu>ul li a {
  padding: 16px 15px 16px 15px;
  text-align: center;
}

.small-left-menu>ul li.has-sub ul li a {
  text-align: left;
}

.dropdown_pnl {
  width: 280px;
  position: fixed;
  top: 15px;
  right: 30px;
  display: flex;
  justify-content: end;
}

.dropdown_pnl .dropdown-menu {
  max-width: 280px;
  padding: 10px;
  margin: 0px;
  right: 0px;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  top: 78px;
}

.dropdown_pnl .dropdown-toggle::after {
  display: none;
}

.dropdown_inner {
  text-align: center;
}

.dropdown_inner img {
  width: 40px;
}

.dropdown_inner h6 {
  margin-bottom: 0px;
}




.card_pannel_pannel {
  width: 100%;
  height: 100%;
  background: #ccc;
  display: flex;
  padding: 25px 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.card_pannel_pannel_content {
  width: 70%;
}

.card_pannel_pannel_content h2,
.card_pannel_pannel_content h3 {
  margin-bottom: 0px;
  color: #ffffff;
}

.card_pannel_pannel_media {
  width: 30%;
}

.card_pannel_col:nth-child(1) .card_pannel_pannel {
  background: linear-gradient(to right, #cfc6ce 0%, #c56d71 100%);
}

.card_pannel_col:nth-child(2) .card_pannel_pannel {
  background: linear-gradient(to right, #fda962 0%, #fc9e51 100%);
}

.card_pannel_col:nth-child(3) .card_pannel_pannel {
  background: linear-gradient(to right, #b8a3e1 0%, #a588d8 100%);
}



.card_table_inner {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #06ccc5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.card_table_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 21px 25px;
  border-bottom: 1px solid #06ccc5;
  ;
}

.card_table_title h4 {
  color: #5e5156;
  font-weight: 600;
  text-transform: capitalize;
}

.card_table_title a {
  color: #6fb31a;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
}

.card_table_title h4,
.card_table_title a {
  margin-bottom: 0px;
}

.card_table_sec {
  padding: 0px 0px;
}

/*------------data-table--------*/
.dataTable thead tr th {
  background: #6c6366;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  padding: 15px 20px;
  border: none;
  box-shadow: none;
}

.dataTable tbody tr td {
  color: #6c6366;
  font-size: 14px;
  border-bottom: 1px solid #06ccc5;
  padding: 15px 20px;
}

.dataTable tbody tr:last-child td {
  border-bottom: 0px;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}



.dataTables_filter {
  float: right;
  margin-bottom: 1em;
}

.dataTables_filter:after {
  clear: both;
}

.dt-buttons a .glyphicon {
  visibility: hidden;
}

.dt-buttons a:hover .glyphicon {
  visibility: visible;
}

.dt-buttons.btn-group {
  display: none;
}

.dataTables_filter {
  display: none;
}

.dataTables_info {
  display: none;
}

table.dataTable {
  margin: 0px !important;
}

.title_bg .card_table_title {
  background: #6c6366;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.title_bg .card_table_title h4 {
  color: #ffffff;
}

.title_bg .card_table_title a {
  text-decoration: underline;
}

.title_bg .card_table_sec {
  padding: 15px 20px;
}

.card_table_iframe.title_bg .card_table_sec {
  padding: 0px 0px;
}

.card_table_inner iframe {
  width: 100%;
  height: 430px;
  border: none;
  box-shadow: none;
}

.card_calender {
  width: 100%;
  height: 430px;
}

.card_calender img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom_menu ul li.dropdown a i.fa-ellipsis {
  right: 20px;
  top: 15px;
  position: absolute;
}

.bottom_menu ul .dropdown .dropdown-menu {
  z-index: 100;
}

.section_div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text_button h2 {
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.text_button .cta-btn {
  color: #ffffff;
}

.right_past_box {
  background: #4091c8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}

.right_past_box h3 {
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}

.right_past_box h3 span {
  color: #fa8626;
}

.right_past_box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.right_past_box ul li {
  color: #000000;
}

.right_past_box p {
  color: #000000;
}

.right_past_box_top.right_past_box ul {
  width: 100%;
  display: flex;
}

.right_past_box_top.right_past_box ul li span {
  display: block;
}

.right_past_box_top.right_past_box ul li {
  color: #000000;
  width: 33.33%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.right_past_box_top.right_past_box ul li span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.right_past_box_top.right_past_box p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
}

.right_past_box_bottom.right_past_box ul {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.right_past_box_bottom.right_past_box ul li span {
  display: block;
}

.right_past_box_bottom.right_past_box ul li {
  color: #000000;
  width: 50%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.right_past_box_bottom.right_past_box ul li span,
.right_past_box_bottom.right_past_box ul li strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.right_past_box_bottom.right_past_box ul li strong {
  color: #fa8626;
}

.right_past_box_bottom_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.right_past_box_bottom_row button.btn {
  background: none;
  border-radius: 0px;
}

.right_past_box_bottom_row button.btn:focus {
  border: none;
  box-shadow: none;
  outline: 0px;
  outline-offset: 0px;
}

.right_past_box_bottom_row button.btn i {
  color: #ffffff;
  font-size: 28px;
}

.right_past_box_bottom_row h3 {
  margin-bottom: 0px;
  line-height: 42px;
}

.right_past_box_bottom .dropdown-menu {
  left: inherit;
  right: 0px;
  width: 240px;
  margin: 0px;
  padding: 0px;
}

.right_past_box_bottom .dropdown-menu li {
  border: 0px;
}

.right_past_box_bottom .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.right_past_box_bottom .dropdown-menu li:hover {
  border: 0px;
  outline: 0px;
}

.right_past_box_bottom .dropdown-menu li a {
  padding: 12px 15px;
  border: 0px
}

.right_past_box_bottom .dropdown-menu li a:hover {
  background: #fa8626;
  color: #ffffff;
  border: 0px;
  outline: 0px;
}

.mobile_side_menu {
  display: none !important;
}




@media only screen and (min-width: 992px) {

  #left-menu li.has-sub::after {
    font-family: "FontAwesome";
    content: "\f054";
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
  }

  #left-menu li.has-sub.rotate:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .small-logo {
    display: none;
  }

  .small-logo {
    padding: 0px 5px;
  }

}

@media only screen and (max-width: 1199px) {

  .mobile_side_menu {
    display: block !important;
  }

  .bottom_menu {
    display: none;
  }





}

@media only screen and (max-width: 992px) {

  #left-menu,
  #logo {
    width: 60px;
  }

  .small-logo {
    padding: 0px 10px;
  }

  .small-logo img {
    width: 45px;
  }

  #page-container,
  #header .header-left {
    padding-left: 80px;
  }

  #toggle-left-menu,
  .big-logo {
    display: none;
  }

  .small-logo {
    display: block;
  }

}





/* --- Button Styles --- */

/*..............common styles..............*/



/*Media Query css*/

@media only screen and (min-width:1921px) {}

/*Media Query css*/

@media only screen and (min-width: 1730px) {}


@media only screen and (max-width:1599px) {}

@media only screen and (min-width:992px) {}


@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {

  .dropdown_pnl {
    right: 15px;
  }

  .card_pannel_pannel {
    padding: 15px 15px;
  }

  .card_table_sec tbody tr {
    padding: 0px 15px !important;
  }

  table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,
  table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .card_calender {
    height: auto;
  }

  .title_bg .card_table_sec {
    padding: 10px;
  }

  .card_table_inner iframe {
    height: 380px;
  }

  .card_table_title {
    padding: 15px 15px;
  }

  .dataTable thead tr th {
    padding: 15px 15px;
  }

  .section_div {
    flex-direction: column;
  }







}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 480px) {

  h3 {
    font-size: 18px;
  }

  h2 {
    font-size: 30px;
  }

  .card_table_title {
    flex-flow: wrap;
    display: block;
  }

  .card_table_title h4,
  .card_table_title a {
    margin-bottom: 10px;
  }

  .card_table_inner iframe {
    height: 280px;
  }












}

/*Media Query css*/







.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fa86268f;
}

.btn-primary {
  background-color: #1f689b;
  border-color: #1f689b;
  color: #fff;
}