@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;800&display=swap");
/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #277bc0 !important;
  color: #fff !important;
}

body {
  overflow: hidden;
  width: 100%;
  background-color: #f8f8f8;
  text-align: start;
  position: relative;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #fff4cf;
  width: 5px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff4cf;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffad00;
  height: 3px;
}

/* Loading
==========================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.loading img.logo_img {
  width: 120px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Lists
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  padding: 0 20px;
  background-color: #ffad00;
  color: #191919;
  border: 0;
  box-shadow: none;
  font-weight: 800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link i {
  margin-inline-start: 5px;
}
.link:hover {
  color: #fff;
  background-color: #277bc0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #ffad00;
  color: #191919;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon:hover {
  color: #fff;
  background-color: #277bc0;
}

.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.blue_bc {
  background-color: #277bc0 !important;
  color: #fff !important;
}

.orange_bc {
  background-color: #ffad00 !important;
  color: #191919 !important;
}

.light_bc {
  background-color: #fff4cf !important;
  color: #191919 !important;
}

/* Form
=======================*/
label {
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0;
}

.form-control {
  padding: 0 15px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  color: #191919;
  border: 1px solid #cecece;
  letter-spacing: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #cecece;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 110px;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.logo {
  display: block;
  position: relative;
  z-index: 99;
  padding: 15px;
  height: 80px;
  background-color: #fff;
  color: #277bc0;
}
.logo img {
  height: 100%;
}

.form-group {
  position: relative;
  margin: 15px auto;
  text-align: start;
}
.form-group .d-inline-block {
  margin-inline-end: 15px;
}

label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 10px;
  text-align: start;
}

sup {
  color: #c60200;
}

.form-control {
  width: 100%;
  color: #191919;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control:hover, .form-control:focus {
  outline: 0;
  border: 1px solid #dedede;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  padding: 15px;
  resize: none;
  min-height: 80px;
  line-height: 25px !important;
}
textarea.form-control.black:hover, textarea.form-control.black:focus {
  color: #191919;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  padding-inline-start: 30px;
  cursor: pointer;
  margin: 0;
  line-height: 35px;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  border: 1px solid #dedede;
  line-height: 22px;
  font-size: 12px;
  z-index: 99;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type=checkbox] + label::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  content: "\f00c";
  color: #9ab954;
  background-color: #fff;
}

.check_list {
  display: inline-block;
  margin-inline-end: 15px;
  min-width: 175px;
}

.flex_group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flex_group label {
  min-width: 24%;
}
@media (max-width: 767px) {
  .flex_group {
    flex-direction: column;
    align-items: flex-start;
  }
}

.search .form-control {
  padding-inline-end: 45px;
}
.search button {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  inset-inline-end: 5px;
}

legend {
  font-weight: 600;
  font-size: 14px;
  line-height: 45px;
  padding-inline-start: 10px;
  border-right: 5px solid #277bc0;
  background-color: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px auto;
}

.table {
  background-color: #fff;
}
.table tr td,
.table tr th {
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #edeff7 !important;
  vertical-align: middle;
  font-weight: 600;
}
@media (max-width: 991px) {
  .table tr td,
.table tr th {
    min-width: 130px;
  }
}
.table thead th {
  font-size: 13px;
  padding: 15px 10px;
  font-weight: 800;
}
.table .table_img {
  width: 50px !important;
  min-width: 50px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.table .link {
  line-height: 31px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
}
.table .link span {
  line-height: 31px;
}
.table .link i {
  margin: 0 5px;
}
.table .status {
  padding: 5px;
  line-height: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  display: block;
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
}
.table .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.table .small-wide {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
.table .w-80 {
  width: 80px !important;
  min-width: 80px !important;
}
.table .w-150 {
  width: 150px !important;
  min-width: 150px !important;
}
.table .w-110 {
  width: 110px !important;
  min-width: 110px !important;
  max-width: 110px !important;
}
.table .link_txt {
  color: #277bc0;
}
.table tfoot {
  background-color: #fcfcfc;
}
.table .bold {
  font-weight: 600;
}

.dataTables_filter {
  float: right;
}
.dataTables_filter .form-control {
  display: inline-block;
  width: auto;
  margin-inline-start: 15px;
  height: 40px;
  line-height: 40px;
}

.dt-buttons {
  float: left;
  margin: 0 0 15px;
}

.dt-buttons button {
  margin: 0 5px 0 0 !important;
  line-height: 40px;
  padding: 0;
  border-radius: 3px !important;
  background-color: #fff4cf;
  color: #191919;
  font-family: sans-serif;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 14px;
  width: 40px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.dt-buttons button:hover {
  background-color: #ffad00;
  color: #191919;
}

.dataTables_length {
  float: left;
  text-align: left;
  margin: 15px auto 0;
}

.dataTables_length select {
  background-color: #f2f8f8;
  border: 0;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 10px;
  border-radius: 0;
  color: #3a3a3a;
}

.dataTable {
  margin: 0 0 15px;
  border: 1px solid #f8f8f8;
}

table.dataTable.no-footer {
  margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  margin: 0;
  color: #191919;
  line-height: 30px;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
}

.page-item.active .page-link {
  background-color: #277bc0;
  border-color: #277bc0;
  color: #fff;
}

.page-link {
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.page-item.disabled .page-link {
  font-size: 14px;
}

.modal {
  z-index: 9999;
  padding: 0 !important;
}
.modal .modal-dialog {
  margin: auto;
  top: 40px;
  width: 94%;
  max-width: 576px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  pointer-events: initial;
}
.modal .modal-dialog.md-width {
  max-width: 768px;
}
.modal .modal-body {
  padding: 25px;
  border: solid #e7e7e7;
  border-width: 1px 0;
}
@media (max-width: 575px) {
  .modal .modal-body {
    padding: 5px;
  }
}
.modal .close {
  opacity: 1;
  text-shadow: none;
  position: absolute;
  left: 15px;
  top: 5px;
  color: #ffad00;
  font-size: 32px;
}
.modal form {
  padding: 0 25px 5px;
}
.modal .modal_title {
  text-align: center;
  color: #191919;
  font-weight: 600;
  font-size: 20px;
  padding: 15px;
}
.modal .modal_title .icon {
  display: block;
  background-color: #c60200;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto -15px;
  font-size: 20px;
  border: 5px solid #fff;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.modal .modal-footer {
  border: 0;
  padding: 15px;
}

.modal-backdrop.show {
  opacity: 0.75;
  z-index: 9998;
}

.modal-open {
  overflow: hidden !important;
  padding: 0 !important;
}

section {
  background-color: #fff;
  position: relative;
  padding: 90px 0;
}
@media (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}

.section_title {
  margin-bottom: 40px;
}
.section_title img {
  margin-bottom: 10px;
}
.section_title h3 {
  font-size: 32px;
  margin: 0;
  color: #277bc0;
  font-weight: 600;
}
.section_title p {
  font-size: 16px;
  line-height: 30px;
  margin: 25px auto;
}
@media (max-width: 575px) {
  .section_title h3 {
    font-size: 26px;
  }
  .section_title p {
    font-size: 14px;
    line-height: 25px;
    margin: 15px auto;
  }
}

/*  Landing - Header
=============================*/
header {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 9997;
  padding: 15px 0;
  min-height: 50px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
header.move {
  -webkit-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  -moz-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  -ms-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  -o-box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
  box-shadow: 0px 13px 19px 0 rgba(28, 76, 159, 0.1) !important;
}
header .container {
  position: relative;
  min-height: 60px;
}
@media (max-width: 767px) {
  header .container {
    max-width: 100%;
  }
}
header .container .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .navbar-brand {
  display: block;
  margin: 5px 0;
  padding: 0;
  height: 50px;
  position: relative;
  z-index: 999;
}
header .navbar-brand img {
  height: 100%;
}
@media (max-width: 575px) {
  header .navbar-brand {
    height: 40px;
    margin: 10px 0;
  }
}
header .btns {
  z-index: 9999;
}
header .btns .link {
  margin: 0;
}
header .btns .link i {
  margin-inline-start: 0;
  margin-inline-end: 5px;
}
header .btns .icon {
  height: 40px;
  line-height: 40px;
}
header .btns .menu-btn {
  vertical-align: middle;
  display: none;
}
header .btns .menu-btn span {
  position: relative;
  z-index: 999;
  display: block;
  background-color: #191919;
  height: 2px;
  width: 55%;
  margin: 5px auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  header .btns .link {
    min-width: auto;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  header .btns .menu-btn {
    display: inline-block;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  header .btns .link {
    padding: 0;
    width: 35px;
    height: 40px;
  }
  header .btns .link span {
    display: none;
  }
  header .btns .link i {
    margin-inline-end: 0;
    line-height: 40px;
    display: block;
  }
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -60px;
}
.navbar .container {
  min-height: auto;
}
.navbar .navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 200px;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  margin-inline-start: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #191919;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
.navbar .navbar-nav li a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #ffad00;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.navbar .navbar-nav li a:hover {
  color: #277bc0;
}
.navbar .navbar-nav li a:hover::after {
  width: 100%;
}
.navbar .navbar-nav li a.active {
  color: #277bc0;
}
.navbar .navbar-nav li a.active::after {
  width: 100%;
}
@media (max-width: 991px) {
  .navbar {
    margin-top: 15px;
    background-color: #191919;
    position: absolute;
    inset-inline-start: 0;
    width: 100%;
  }
  .navbar ul.navbar-nav {
    border-top: 1px solid #fff1;
    display: block;
    text-align: start;
    padding: 15px;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    text-align: start;
    margin: 0;
    color: #fff;
  }
  .navbar ul.navbar-nav li a::after {
    display: none;
  }
  .navbar ul.navbar-nav li a:hover {
    color: #ffad00;
  }
}

/* Main Section
===========================*/
.main_section {
  z-index: 99;
  position: relative;
  margin-top: 90px;
  width: 100%;
  padding: 70px 0 0;
  background-color: #277bc0;
  color: #fff;
}
.main_section .row {
  justify-content: center;
  align-items: center;
}
.main_section .intro_cont {
  margin-bottom: 50px;
}
.main_section .intro_cont h1 {
  font-weight: 800;
  margin: 0 0 35px;
  line-height: 50px;
  font-size: 62px;
  text-transform: capitalize;
  letter-spacing: 3px;
}
.main_section .intro_cont h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
.main_section .intro_cont p {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}
.main_section .intro_cont .link {
  margin: 25px 0 0;
  font-size: 16px;
  padding: 5px 30px;
}
.main_section .intro_cont .link:hover {
  color: #191919;
  background-color: #fff;
}
@media (max-width: 991px) {
  .main_section .intro_cont {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .main_section .intro_cont h1 {
    font-size: 48px;
    margin-bottom: 15px;
  }
  .main_section .intro_cont h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main_section .intro_cont p {
    font-size: 15px;
    line-height: 25px;
  }
  .main_section .intro_cont .link {
    padding: 0px 20px;
  }
}
.main_section img {
  margin: 0px auto -70px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .main_section img {
    margin: 0 auto -40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}

.about {
  padding: 120px 0 70px;
  background-color: #edeff7;
}
@media (max-width: 575px) {
  .about {
    padding-top: 70px;
  }
}
.about .link {
  margin: 30px 0 0;
  font-size: 16px;
  padding: 5px 30px;
}
@media (max-width: 575px) {
  .about .link {
    margin: 0 auto;
  }
}

.about_img {
  position: relative;
}
.about_img::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30% 70% 40% 60%/28% 30% 70% 72%;
}
.about_img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.feature {
  cursor: pointer;
  text-align: center;
  margin: auto;
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.feature:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.feature span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #277bc0;
  color: #ffad00;
  margin-bottom: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
}
.feature span i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: relative;
  font-style: normal;
  font-weight: 600;
}
.feature h3 {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #277bc0;
}
.feature p {
  font-size: 15px;
  margin: 0;
  line-height: 25px;
  color: #777;
}
@media (max-width: 991px) {
  .feature {
    padding: 25px;
    margin: auto auto 15px;
  }
}
@media (max-width: 575px) {
  .feature {
    padding: 15px;
    margin: auto auto 25px;
  }
  .feature span {
    margin-bottom: 15px;
  }
  .feature h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .feature p {
    font-size: 13px;
  }
}

.panel {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.panel .panel-title {
  text-align: start;
  position: relative;
  line-height: 25px;
  padding: 15px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #277bc0;
}
.panel .panel-title::before {
  position: absolute;
  content: "\f106";
  border: 0;
  line-height: 25px;
  font-size: 14px;
  inset-inline-end: 15px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 900;
  color: #277bc0;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.panel .panel-title.collapsed {
  color: #191919;
}
.panel .panel-title.collapsed::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel .panel-collapse {
  border-top: 1px solid #e7e7e7;
  padding: 25px;
}
.panel .panel-collapse p {
  font-size: 16px;
  margin: 0;
}

footer {
  padding: 70px 0 0;
  background-color: #edeff7;
}
@media (max-width: 575px) {
  footer {
    padding-top: 30px;
  }
}
footer .bg-white {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  footer .bg-white {
    background-color: transparent !important;
  }
}
footer form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  background-color: #fff;
}
footer form .section_title {
  margin-bottom: 20px;
}
footer form .section_title h3 {
  text-align: start;
  margin: 0;
  font-size: 28px;
}
footer form label {
  font-size: 14px;
}
footer .copyrights {
  margin-top: 50px;
  background-color: #277bc0;
  padding: 20px 15px 15px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  footer .copyrights {
    margin-top: 30px;
  }
}
footer .copyrights span {
  direction: ltr;
}

.login {
  background: url(../images/bc.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  height: 100%;
}
.login::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.85);
}
.login form {
  position: relative;
  padding: 35px 35px 25px;
  background-color: #fff;
  max-width: 410px;
  width: 100%;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .login form {
    width: 90%;
    padding: 35px 15px 15px;
  }
}
.login form i.ico {
  display: block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: -70px auto 0;
  background-color: #fff;
  line-height: 70px;
  font-size: 26px;
  letter-spacing: 0;
}
.login form h3 {
  text-align: center;
  color: #277bc0;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.login form h4 {
  text-align: center;
  color: #277bc0;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}
.login form .form-control {
  height: 50px;
  line-height: 50px;
}
.login form .txt_link {
  color: #277bc0;
}
.login form .txt_link.w-100 {
  display: block;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.login form .w-100 {
  margin-top: 25px;
  align-items: center;
  justify-content: center;
}

aside {
  position: fixed;
  inset-inline-start: 0;
  width: 270px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9996;
  -webkit-box-shadow: -2px 0 5px 3px rgba(37, 37, 37, 0.1);
  -moz-box-shadow: -2px 0 5px 3px rgba(37, 37, 37, 0.1);
  -ms-box-shadow: -2px 0 5px 3px rgba(37, 37, 37, 0.1);
  -o-box-shadow: -2px 0 5px 3px rgba(37, 37, 37, 0.1);
  box-shadow: -2px 0 5px 3px rgba(37, 37, 37, 0.1);
}
aside .toggle-btn {
  display: none;
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  border: 0;
  color: #ffffff;
  background-color: #c60200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
aside ul {
  padding: 5px 20px;
  border-top: 1px solid #edeff7;
}
aside ul li {
  display: block;
}
aside ul li a {
  display: block;
  position: relative;
  padding: 0px 15px;
  margin-top: 20px;
  line-height: 50px;
  background-color: #f3f3f3;
  color: #191919;
  font-size: 15px;
  text-align: start;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 5px;
}
aside ul li a i {
  margin-inline-end: 5px;
}
aside ul li a:hover {
  color: #277bc0;
}
aside ul li a.active {
  color: #fff;
  background-color: #277bc0;
}
aside .logout {
  color: #191919;
  background-color: #fff4cf;
}

@media (max-width: 1199px) {
  aside {
    inset-inline-start: -270px;
    z-index: 9998;
    -webkit-transition: 0.3s linear inset-inline-start;
    -moz-transition: 0.3s linear inset-inline-start;
    -ms-transition: 0.3s linear inset-inline-start;
    -o-transition: 0.3s linear inset-inline-start;
    transition: 0.3s linear inset-inline-start;
  }
  aside .toggle-btn {
    display: block;
    z-index: 9998;
  }
  aside.move {
    inset-inline-start: 0;
  }
}
.dash_header {
  position: fixed;
  inset-inline-start: 270px;
  top: 0;
  height: 80px;
  width: calc(100% - 270px);
  background-color: #fff;
  z-index: 999;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.05);
}
.dash_header .dash_logo {
  opacity: 0;
  visibility: hidden;
  margin: auto;
  margin-inline-start: 0;
  z-index: 99;
  width: 120px;
}
@media (max-width: 1199px) {
  .dash_header .dash_logo {
    opacity: 1;
    visibility: visible;
  }
}
.dash_header .btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.dash_header .btns .icon {
  margin-inline-start: 5px;
}
.dash_header .user {
  font-size: 14px;
  font-weight: 600;
  color: #191919;
  margin: 0 10px;
}
.dash_header .user img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-inline-end: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media (max-width: 575px) {
  .dash_header .user {
    margin: 0;
  }
  .dash_header .user img {
    margin: 0;
  }
  .dash_header .user span {
    display: none;
  }
}
.dash_header .search {
  min-width: 480px;
  margin-inline-end: 5px;
}
@media (max-width: 991px) {
  .dash_header .search {
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  .dash_header .search {
    display: none;
  }
}
.dash_header .toggle-btn {
  display: none;
}
.dash_header .lang {
  color: #fff;
  background-color: #277bc0;
}
@media (max-width: 1199px) {
  .dash_header {
    width: 100%;
    inset-inline-start: 0;
  }
  .dash_header .toggle-btn {
    display: inline-block;
  }
}

/* DashBoard Content
=======================*/
.dashboard_content {
  z-index: 998;
  position: fixed;
  inset-inline-start: 270px;
  top: 80px;
  height: calc(100% - 80px);
  width: calc(100% - 270px);
  background-color: #edeff7;
  padding: 25px;
  overflow: hidden;
  overflow-y: auto;
  text-align: start;
}
@media (max-width: 1199px) {
  .dashboard_content {
    width: 100%;
    inset-inline-start: 0px;
  }
}
@media (max-width: 575px) {
  .dashboard_content {
    padding: 15px;
  }
}

.widget {
  margin: auto auto 25px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 1170px;
}
.widget .widget_title {
  color: #277bc0;
  font-weight: 800;
  font-size: 14px;
  line-height: 45px;
  padding: 5px 15px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}
.widget .widget_title i {
  margin-inline-end: 5px;
}
.widget .widget_title .link {
  position: absolute;
  margin: auto;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  top: 0;
  bottom: 0;
  inset-inline-end: 15px;
}
.widget .widget_content {
  padding: 15px;
}

.counter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
  color: #191919;
  margin-bottom: 25px;
  text-align: start;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.counter h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  width: 100%;
}
.counter h3 span {
  margin-top: 10px;
  display: block;
  letter-spacing: 1px;
  font-size: 26px;
}
.counter img {
  width: 50px;
  margin: 0;
}
.counter .link {
  font-size: 14px;
  padding: 0;
  min-width: 100px;
  line-height: 35px;
}
@media (max-width: 575px) {
  .counter {
    padding: 15px;
    margin-bottom: 15px;
  }
}

/* Invoice
=======================*/
.add_invoice {
  border: 2px dashed #e7e7e7;
  padding: 10px 25px 25px;
}
@media (max-width: 575px) {
  .add_invoice {
    padding: 15px;
  }
  .add_invoice .form-group {
    margin-top: 0;
  }
}
.add_invoice .form-control {
  margin: 0 0 15px;
}
.add_invoice textarea {
  min-height: 225px;
  margin: 0;
}

/* Bill
=======================*/
.bill {
  background-color: #fbfbfb;
  text-align: start;
  margin: auto;
  border: 1px dashed #e7e7e7;
  position: relative;
  padding: 10px;
}
.bill .logo {
  margin: auto auto 15px;
}
.bill .head {
  background-color: #fff;
  width: 100%;
  padding: 15px;
  border: 1px dashed #e7e7e7;
  margin-bottom: 10px;
}
.bill .head li {
  display: block;
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 600;
}
.bill .head li:last-child {
  margin-bottom: 0;
}
.bill .head li span {
  font-size: 13px;
  display: inline-block;
  min-width: 130px;
  font-weight: 800;
  color: #277bc0;
}
.bill .cont {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px dashed #e7e7e7;
}
.bill .cont span {
  font-size: 14px;
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
  color: #277bc0;
}
.bill .cont p {
  font-size: 15px;
  margin: 5px 0;
  font-weight: 600;
  line-height: 25px;
}
.bill .total {
  background-color: #fff;
}

/*# sourceMappingURL=style.css.map */
