@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.btn {
  text-transform: uppercase;
}

.btn-sm {
  padding: .25rem .8rem;
  font-size: .800rem !important;
}

.btn-light {
  color: #777;
}

.form-control :placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
}

.form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.form-control ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}

.btn-primary {
  background-color: #1d3c8f !important;
  border-color: #1d3c8f !important;
}

.bg-primary {
  background-color: #1d3c8f !important;
}

.text-primary {
  color: #1d3c8f !important;
}

.alert-primary {
  background-color: #1d3c8f !important;
}

.btn-secondary {
  background-color: #32db64 !important;
  border-color: #32db64 !important;
}

.bg-secondary {
  background-color: #32db64 !important;
}

.text-secondary {
  color: #32db64 !important;
}

.alert-secondary {
  background-color: #32db64 !important;
}

.btn-danger {
  background-color: #e64f4b !important;
  border-color: #e64f4b !important;
}

.bg-danger {
  background-color: #e64f4b !important;
}

.text-danger {
  color: #e64f4b !important;
}

.alert-danger {
  background-color: #e64f4b !important;
}

.btn-light {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

.text-light {
  color: #f1f1f1 !important;
}

.alert-light {
  background-color: #f1f1f1 !important;
}

.btn-dark {
  background-color: #222 !important;
  border-color: #222 !important;
}

.bg-dark {
  background-color: #222 !important;
}

.text-dark {
  color: #222 !important;
}

.alert-dark {
  background-color: #222 !important;
}

.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.alert-white {
  background-color: #fff !important;
}

.btn-information {
  background-color: #03a79c !important;
  border-color: #03a79c !important;
}

.bg-information {
  background-color: #03a79c !important;
}

.text-information {
  color: #03a79c !important;
}

.alert-information {
  background-color: #03a79c !important;
}

.btn-primary-light {
  background-color: #f8f8f9 !important;
  border-color: #f8f8f9 !important;
}

.bg-primary-light {
  background-color: #f8f8f9 !important;
}

.text-primary-light {
  color: #f8f8f9 !important;
}

.alert-primary-light {
  background-color: #f8f8f9 !important;
}

.btn-primary-light2 {
  background-color: #f0f6fb !important;
  border-color: #f0f6fb !important;
}

.bg-primary-light2 {
  background-color: #f0f6fb !important;
}

.text-primary-light2 {
  color: #f0f6fb !important;
}

.alert-primary-light2 {
  background-color: #f0f6fb !important;
}

/*
   * Custom translucent site header
   */
body {
  font-family: 'arial_rounded_mt_boldregular';
  color: #333;
}

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #999;
  -webkit-transition: ease-in-out color .15s;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem;
  }
}

@media (max-width: 767px) {
  header .container {
    max-width: 100%;
  }
  header .header-top nav a {
    font-size: 13px;
  }
  header .header-top .logo img {
    width: 200px;
  }
  header .header-top .user-info {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.user-info .avtar-box {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  border: 3px solid rgba(29, 60, 143, 0.5);
}

.user-info span.material-icons {
  font-size: 28px;
  vertical-align: bottom;
  margin-top: 2px;
  margin-left: 5px;
}

.user-info .dropdown .dropdown-menu {
  border: none;
}

.user-info .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
}

.dropdown-menu-right {
  right: 0 !important;
  left: inherit !important;
}

@media (max-width: 990px) {
  .header-top nav a {
    font-size: 13px !important;
  }
}

@media (max-width: 1199px) {
  .search-bar {
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .navigations .navbar-nav {
    display: block !important;
    width: 100%;
  }
}

@media (max-width: 580px) {
  .box-typ4 h3 {
    font-size: 15px !important;
  }
  .logo img {
    width: 200px;
  }
  .copyright img {
    width: 220px;
  }
}

.header-top nav a {
  font-size: 14px;
  text-transform: uppercase !important;
  font-weight: 500;
  color: #555;
}

.header-top nav a:hover {
  color: #e64f4b !important;
  text-decoration: none;
}

.header-top nav a.btn:hover {
  color: #fff !important;
  background: #e64f4b !important;
  border-color: #e64f4b !important;
}

.header-top .btn-sm {
  padding: .25rem 1rem;
}

@media all and (min-width: 1201px) {
  .navigations .nav-item .dropdown-menu {
    display: none;
    padding: 0px;
    border: none;
    -webkit-box-shadow: 0px 3px 2px -1px #000;
            box-shadow: 0px 3px 2px -1px #000;
  }
  .navigations .nav-item:hover .nav-link {
    color: #e64f4b;
  }
  .navigations .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navigations .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.navigations .nav-item .dropdown-menu a.dropdown-item {
  padding: .50rem .7rem;
  font-size: 13px;
}

.navigations {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

.navigations ul.navbar-nav {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.navigations ul.navbar-nav li.nav-item:fist-child a {
  padding-left: 0px;
}

.navigations ul.navbar-nav li.nav-item a {
  font-size: 15px;
  text-transform: uppercase !important;
  font-weight: 500;
  color: #333333;
  position: relative;
}

.navigations ul.navbar-nav li.nav-item a:hover {
  color: #e64f4b;
}

.navigations ul.navbar-nav li.nav-item a.dropdown-toggle::after {
  position: absolute;
  content: url(../imges/dropdown-arrow.jpg);
  border: none;
  right: 7px;
  top: 6px;
}

.btn-rounded {
  border-radius: 30px !important;
  padding-left: 30px    !important;
  padding-right: 30px    !important;
}

.box-typ4 {
  margin-top: 10px;
  padding-bottom: 10px;
}

.box-typ4 a {
  text-decoration: none !important;
}

.box-typ4 .img-box {
  margin-right: 10px;
  width: 65px;
}

.box-typ4 .img-box img {
  height: 65px;
}

@media (max-width: 1024px) {
  .box-typ4 .img-box {
    width: 55px;
  }
  .box-typ4 .img-box img {
    height: 41px;
  }
}

.box-typ4 h3 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #e64f4b;
  font-size: 23px;
}

@media (max-width: 1024px) {
  .box-typ4 h3 {
    font-size: 18px;
  }
}

.box-typ2 h5 {
  font-size: 26px;
  font-weight: 500;
}

.box-typ2 p.lead {
  font-weight: 400;
  font-size: 22px;
}

.box-typ2 p {
  font-weight: 300;
  font-size: 22px;
}

.bg-danger .title-border {
  color: #fff;
}

.bg-danger .title-border span:after {
  background: #ee8481 !important;
}

.bg-danger .title-border:after {
  background: #ffffff !important;
}

.display-5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .display-5 {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .display-5 {
    font-size: 1.5rem !important;
  }
}

.title-border span {
  position: relative;
}

.title-border span:after {
  content: "";
  height: 1px;
  width: 270px;
  background: #b4b9bd;
  clear: both;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .title-border span:after {
    width: 60%;
  }
}

.title-border::after {
  content: "";
  height: 5px;
  width: 60px;
  background: #e64f4b;
  clear: both;
  margin: 0 auto;
  display: block;
  margin-top: -3px;
  position: relative;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */
/*
   * Extra utilities
   */
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.footer-links {
  clear: both;
}

.footer-links .sub-footer p {
  font-size: 13px;
}

.footer-links .sub-footer p a {
  color: #333;
}

.copyright small {
  font-size: 75% !important;
}

#clockdiv .seconds, #clockdiv .minutes, #clockdiv .hours, #clockdiv .days {
  font-size: 22px;
  font-weight: 500;
}

#clockdiv .smalltext {
  font-size: 14px;
  font-weight: 300;
}

.row:before, .row:after {
  display: inline-block;
}

.section-title {
  font-size: 21px;
  color: #646464;
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 10px;
}

.section-title .btn {
  font-size: 16px;
  text-transform: capitalize !important;
  margin-left: 10px;
}

.page-title {
  padding-bottom: 30px;
}

.page-title h1 {
  font-weight: 500;
  margin: 0px;
  font-size: 28px;
  color: #fff;
  opacity: 0.7;
}

.card-hook {
  margin-top: -50px;
  margin-bottom: 50px;
}

.breadcrumb-nav .breadcrumb {
  background-color: transparent;
}

.breadcrumb-nav .breadcrumb li {
  font-size: 14px;
}

.breadcrumb-nav .breadcrumb li a {
  color: #e64f4b;
}

.members-list .members .card {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.members-list .members .card .card-body {
  padding: 10px;
}

.members-list .members .card .card-body h5 {
  font-size: 18px;
}

.members-list .members .card .card-body p {
  font-size: 14px;
}

.members-list .members .card:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.form-style .form-control {
  border: 2px solid #e6e6e6;
  padding: .7rem .75rem;
  font-size: 13px;
  background: #f9f9f9;
  border-radius: 5px;
  color: #777;
}

.form-style .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-style label {
  font-size: 15px;
  margin-bottom: 0px;
  color: #777777;
  opacity: 0.9;
}

.form-style select.form-control:not([size]):not([multiple]) {
  height: auto !important;
}

.sub-title {
  font-size: 18px;
  color: #646464;
  opacity: 0.6;
}

.gj-datepicker .input-group-append .btn {
  background: #f9f9f9 !important;
  border-top: 2px solid #e6e6e6 !important;
  border-right: 2px solid #e6e6e6 !important;
  border-bottom: 2px solid #e6e6e6 !important;
  border-left: none !important;
}

.gj-datepicker .input-group-append .btn .gj-icon {
  top: 13px !important;
}

.gj-picker div[role=navigator] div[role=period] {
  font-size: 13px;
}

.gj-picker-bootstrap table tr td div, .gj-picker-bootstrap table tr th div {
  font-size: 13px;
}

.card_row.bg-primary-light .form-control, .card_row.alert-primary-light2 .form-control {
  background-color: #ffffff;
}

.custom-label1 {
  font-size: 13px !important;
}

.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-control::-ms-input-placeholder {
  color: #aaa;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.thank-you h4 .material-icons {
  font-size: 60px  !important;
}

.p-15 {
  padding: 15px !important;
}



.form-control option[disabled]{
	background:#ccc !important; 
}






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