@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;400&display=swap');
body{
  font-family: 'raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'raleway', sans-serif;

}

.auth-page .auth-header-box {
  background-color: #000000 !important;
}

.btn-danger {
  color: #fff;
  background-color: #230134 !important;
  border-color: #000 !important;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link.active {
  color: #ffffff;
}

body.dark-sidebar .left-sidebar {
  background-color: #230134;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link .menu-icon {
  color: #ffffff;
}

body.dark-sidebar .left-sidebar .menu-body .nav-item .nav-link {
  color: #f7c3ba;
}

body.dark-sidebar .left-sidebar .brand {
  background-color: #000000;
  border-bottom: 1px solid #131d35;
}

.logo-sm {
  height: 50px !important;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.table-bordered {
  border: 1px solid #bcbad9;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #bcbad9;
}


.flex-container {
  display: flex;
  height: auto;

  margin: 0;
  padding: 0;
}

.input-container {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#sidebar {
  width: 200px;
  background-color: #230043;
  padding: 20px;
  /* border: 1px solid rgb(0, 157, 255); */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#content {
  flex: 1;
  padding: 20px;
}

#options ul {
  list-style-type: none;
  padding: 0;
  color: white;
}

#options li {
  margin-bottom: 10px;
  border-bottom: #9f9d9d solid;
  padding: 5px;
}

a {
  color: rgb(215, 212, 212);
}


#bio-data,
.item {
  padding: 20px;
  background-color: white;
  /* border: 1px solid rgb(0, 157, 255); */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.item {
  margin-right: 10px;
  /* Adjust the value to set the desired horizontal space */
  flex: 1;
}

.faint-border-bottom {
  border-bottom: 1px solid #ddd;
  /* Change the color or other border properties as desired */
}

#dynamic-content {
  padding: 20px;
  width: 90%;
  background-color: #f9f9f9;
  /* border: 1px solid black; */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}



.form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

button {
  align-self: flex-end;
  background-color: black;
  color: white;
}

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

/* dynamic forms*/
.form-container,
.hobby-form-container,
.education-form-container,
.employment-form-container,
.parliament-form-container {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.form-container:last-child,
.hobby-form-container:last-child,
.education-form-container:last-child,
.employment-form-container:last-child,
.parliament-form-container:last-child {
  margin-bottom: 0;
}

.form-container label,
.hobby-form-container label,
.education-form-container label,
.employment-form-container label,
.parliament-form-container label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.form-container input[type="text"],
.hobby-form-container input[type="text"],
.employment-form-container input[type="text"],
.parliament-form-container input[type="text"],
.employment-form-container input[type="number"],
.education-form-container input[type="text"],
.education-form-container input[type="number"],
.form-container select,
.hobby-form-container select,
.education-form-container select,
.employment-form-container select,
.parliament-form-container select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-container select,
.hobby-form-container select,
.education-form-container select,
.employment-form-container select,
.parliament-form-container select {
  height: 36px;
}

.add-remove-buttons {
  text-align: right;
  margin-top: 10px;
}

#filter2 .select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 35px;
}

.add-remove-buttons button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background-color: #4CAF50;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

.add-remove-buttons button.remove {
  background-color: #f44336;
}

/* mp image */

.profile-img {
  width: 130px;
  height: 130px;
  /* border-radius: ; */
  background-color: #9f9d9d;
  overflow: hidden;
}

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

/* dashboard */
.index-card {
  border-radius: 5px;
  height: calc(185px / 1000px * 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* log in */

.login-card {
  transition: transform 0.2s ease;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#partyChart {
  width: 400px;
  /* Adjust to your preferred width */
  height: 410px;
  /* Adjust to your preferred height */
}

.met-profile .met-profile-main .met-profile-main-pic {
  position: relative;
  max-width: 190px;
  max-height: 230px;
  margin-right: 24px;
}

.met-profile-main-pic img {
  width: 100%;
  height: 230px;
  border-radius: 0 8px 8px 0;
}


.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  padding: 0 1.8301610542vw
}

@media (min-width:1200px) {
  .site-nav {
      padding: 0 3.6603221083vw
  }
}

.site-nav.is-menu .top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.site-nav.is-menu .bottom {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

.site-nav.is-menu .site-nav-menu {
  opacity: 0
}

.site-nav.is-menu .site-nav-btns .cta {
  opacity: 0
}

.site-nav.is-menu #btn-search {
  visibility: hidden
}

.site-nav.is-search {
  visibility: hidden;
  opacity: 0
}

.site-nav.reveal .top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.site-nav.reveal .bottom {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

.site-nav .container {
  max-width: 1366px
}



.site-nav .site-nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  background-color: #fff
}

.site-nav .site-nav-logo img {
  -o-object-position: left;
  object-position: left;
  padding: 10px
}

.site-nav .site-nav-logo .icon {
  background-color: #E29713;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #1A1A1A;
  padding: 15px;
  text-transform: uppercase
}

.site-nav .site-nav-logo .icon svg {
  fill: #1A1A1A;
  width: 25px;
  height: 25px
}

.site-nav .site-nav-social {
  margin-left: auto;
  margin-right: 25px;
  display: none
}

@media (min-width:1024px) {
  .site-nav .site-nav-social {
      display: block
  }
}

.site-nav .site-nav-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 10px
}

.site-nav .site-nav-social ul li {
  list-style: none;
}

.site-nav .site-nav-social li a {
  padding: 0;
  display: block
}

.site-nav .site-nav-social svg {
  fill: #E29713;
  width: 20px;
  height: 20px
}

.site-nav .site-nav-menu {
  z-index: 1;
  display: none
}

@media (min-width:1200px) {
  .site-nav .site-nav-menu {
      display: block
  }
}

.site-nav .site-nav-menu * {
  font-size: 16px
}

.site-nav .site-nav-menu ul li {
  list-style: none;
}

.site-nav .site-nav-menu>ul {
  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;
  gap: 25px
}

.site-nav .site-nav-menu li.with-children>a {
  padding: 15px 0;
  padding-right: 18px;
  position: relative
}

.site-nav .site-nav-menu li.with-children>a:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 13px;
  height: 13px
}

.site-nav .site-nav-menu li.with-children:hover>ul {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.site-nav .site-nav-menu li.with-children>ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  display: -ms-grid;
  display: grid;
  gap: 0;
  justify-items: start;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  padding: 15px 0
}

.site-nav .site-nav-menu li.with-children>ul:before {
  content: "";
  display: block;
  width: calc(100% + 50vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff
}

.site-nav .site-nav-menu li.with-children>ul li {
  width: 100%
}

.site-nav .site-nav-menu li.with-children>ul li:hover {
  background-color: rgba(0, 0, 0, 0.25)
}

.site-nav .site-nav-menu li.with-children>ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.site-nav .site-nav-menu li.with-children>ul li a {
  display: block;
  padding: 10px 12px;
  padding-left: 0
}

.site-nav .site-nav-menu li.with-children>ul li a:hover {
  color: #1A1A1A
}

.site-nav .site-nav-menu li.with-children>ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 20%;
  height: 100%;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  padding: 15px 0 15px 15px;
  -webkit-box-shadow: inset 20px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 20px 0px 5px rgba(0, 0, 0, 0.25);
  z-index: 1
}

.site-nav .site-nav-menu li.with-children>ul li ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #fff
}

.site-nav .site-nav-menu li.with-children>ul li ul li {
  width: 100%
}

.site-nav .site-nav-menu li.with-children>ul li ul li a {
  display: block;
  padding: 10px 12px;
  padding-left: 0
}

.site-nav .site-nav-menu li.with-children>ul li ul li a:hover {
  color: #1A1A1A
}

.grey-background{
  background-color: #333333;
}

.site-nav .site-nav-menu li a {
  display: block;
  color: #fff;
  position: relative;
  line-height: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.site-nav .site-nav-menu li a:hover {
  color: #E29713
}
.site-nav .site-nav-menu>ul{
  margin-bottom: 0;
}
.site-nav .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
  gap: 25px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

.site-nav .top-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
  gap: 25px
}

.site-nav .top-btns a,
.site-nav .top-btns button {
  margin: 0;
  background-color: transparent;
  font-size: 14px
}

@media (min-width:1200px) {
  .site-nav .top-btns #btn-search {
      padding-right: 0
  }
}

.site-nav .top-btns svg {
  fill: #fff
}

.site-nav .top-menu {
  z-index: 1
}

.site-nav .top-menu * {
  font-size: 16px
}

.site-nav .top-menu>ul {
  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;
  gap: 25px
}

.site-nav .top-menu li {
  position: relative
}

.site-nav .top-menu li.with-children>a {
  padding: 15px 0;
  padding-right: 18px;
  position: relative;
  color: #fff
}

.site-nav .top-menu li.with-children>a:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 13px;
  height: 13px
}

.site-nav .top-menu li.with-children:hover>ul {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.site-nav .top-menu li.with-children ul {
  position: absolute;
  top: 90%;
  left: 0;
  width: auto;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  display: -ms-grid;
  display: grid;
  gap: 0;
  justify-items: start;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5)
}

.site-nav .top-menu li.with-children ul li {
  width: 100%
}

.site-nav .top-menu li.with-children ul li a {
  display: block;
  padding: 10px 12px
}

.site-nav .top-menu li.with-children ul li a:hover {
  color: #fff
}

.site-nav .top-menu li a {
  display: block;
  color: #fff;
  position: relative;
  line-height: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
  font-family: "gothammedium"
}

.site-nav .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
  position: relative;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

.site-nav .bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E29713
}

.site-nav .bottom-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative;
  gap: 25px
}

@media (min-width:1200px) {
  .site-nav .bottom-btns {
      display: none
  }
}

.site-nav .bottom-btns a,
.site-nav .bottom-btns button {
  margin: 0;
  background-color: transparent;
  font-size: 14px
}

.site-nav .bottom-btns #btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.site-nav .bottom-btns svg {
  fill: #fff
}

.site-nav-large {
  padding: 90px 3.6603221083% 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  background-color: #fff;
  border: unset;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s, opacity 0.5s;
  transition: transform 0.5s, visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s
}

.site-nav-large.on {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.7s, opacity 0.7s, -webkit-transform 1s;
  transition: visibility 0.7s, opacity 0.7s, -webkit-transform 1s;
  transition: transform 1s, visibility 0.7s, opacity 0.7s;
  transition: transform 1s, visibility 0.7s, opacity 0.7s, -webkit-transform 1s
}

.site-nav-large .container {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 25px;
  padding-top: 35px;
  position: relative;
  z-index: 1
}

.site-nav-large .container ul li {
  list-style: none;
}

.site-nav-large li a {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #1A1A1A
}

.site-hero-half {
  height: auto
}

.site-hero-half .img {
  width: 100%;
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: none;
  clip-path: none
}

.site-hero-half .img:before {
  display: none
}

.site-hero-half .img img {
  width: 100%;
  height: 100%;
  /* -webkit-transform: scale(1.3);
  transform: scale(1.3); */
  -webkit-transition: 5s;
  transition: 5s
}

.site-hero-half .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(190deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  top: 0;
  left: 0
}

.site-hero-half .txt {
  position: relative;
  color: #fff;
  padding-top: 28.5520833333vh;
}



.site-hero-half .txt .h2,
.site-hero-half .txt h2 {
  margin: 0;
}



.site-hero-half .red {
  background-color: rgb(210, 0, 0);
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase
}

.site-hero-half .category {
  background-color: #E29713;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase
}

main {
  background-color: #fff
}

.site-sec {
  padding: 5.2083333333vh 2.9282576867vw
}


.site-sec .container {
  max-width: 1266px;
}

.site-sec.bg {
  position: relative
}

.site-sec.bg .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.site-sec.bg .img-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(152deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0
}

.site-sec.bg .txt-wrap {
  position: relative
}

.site-sec.line-top {
  position: relative
}

.site-sec.line-top:before {
  content: "";
  display: block;
  width: 83.0893118594%;
  height: 1px;
  background: #E29713;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.site-sec.article ol,
.site-sec.article ul {
  padding: 0;
  list-style: circle
}

.site-sec.article figure {
  width: 100%;
  height: 60vh
}

.site-sec.article figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.site-sec.article .max-wrap {
  display: -ms-grid;
  display: grid;
  gap: 25px
}

ul li a {
  text-decoration: none;
}




.custom-card {
  background-color: rgb(63, 62, 62);
  border: none; 
  /* border-radius: 10px;  */
  
}

.card-notes{
  min-height: 280px;
}

.fw-semibold {
  font-weight: 600 !important;
}


.custom-card .card-body {
  padding: 20px; 
}

.search-area {
  background-color: rgb(63, 62, 62);
  border: none; 
  color: white;
}

.search-area .form-group input {
  background-color: transparent;
  border: 1px solid #707070;
  color: #eae6e6;
}

.search-area .form-group input::placeholder{
  color: white;
}

.search-area .form-group input::selection {
  background-color: transparent; 
  color: inherit;
}

.dtn-filter{
  background-color: #E29713;
  border: none;
  border-radius: 0;
  padding: 7px;
  color: #000;
  font-weight: bold;
}

.form-control{
border-radius: 0;
}

.tab-content .table td,
.tab-content .table th {
    font-weight: bold;
}

.table-head #td{
  font-weight: bold;
  color: red;
}

.tab-content table thead{
  border: 1px solid #E29713;
  border-left: none;
  border-right: none;
  /* background-color: #000000; */
  
  /* background-color: #fbe8c7; */
}

#btn-menu {
  padding: 0;
  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;
  background: transparent;
  width: auto;
  height: 40px;
  cursor: pointer;
  position: relative;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

#btn-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: relative;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s
}

#btn-menu span:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0) translateY(-7px);
  transform: rotate(0) translateY(-7px);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

#btn-menu span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(0) translateY(7px);
  transform: rotate(0) translateY(7px);
  -webkit-transition: 0.3s;
  transition: 0.3s
}

#btn-menu.on {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

#btn-menu.on span {
  background-color: transparent;
  -webkit-transition: background-color 0;
  transition: background-color 0
}

#btn-menu.on span:before {
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0)
}

#btn-menu.on span:after {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0)
}

.tab-container {
  overflow: hidden;
}

.tab-container .scrollable-tabs {
  display: flex;
  overflow-x: auto;
}

.custom-nav-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
}

.custom-nav-tabs .nav-item {
  font-size: .8rem;
}

.custom-nav-tabs .nav-item .nav-link.active {
  font-size: 18px;
  color: #555; 
  border: 1px solid #E29713;
  border-bottom: none; 
  position: relative; 
  border-top-width: 3px;

}

.thumb-xl {
  height: 95px;
  width: 78px;
  font-size: 32px;
  font-weight: 700;
}


@media (min-width:1200px) {
  .site-nav .top-btns #btn-search {
      padding-right: 0
  }
}


@media (min-width:1200px) {
  .site-nav .bottom-btns {
      display: none
  }
}

@media (min-width:768px) {
  .site-nav-large li a {
      font-size: 23px;
      padding: 5px 0
  }

}

@media (max-width:768px){

  .site-hero-half .img {
    height: 50vh;
  }

  .site-sec {
    padding: 2.2083333333vh 1.9282576867vw
  }

  .grey-background{
    font-size: .7rem;
  }

  .site-hero-half .txt {
    padding-top: 24.5520833333vh;
  }

  
  .site-sec .txt h2{
    font-size: 1.3rem;
  }

  .nav-tabs .nav-item {
    font-size: .6rem;
  }

  .nav-tabs .nav-item .nav-link.active {
    font-size: .65rem;
  
  }



}

@media (max-width: 450px){
  .site-hero-half .img {
    height: 50vh;
  }
  
  .grey-background{
    font-size: .7rem;
  }

  .site-hero-half .txt {
    padding-top: 18.5520833333vh;
  }

  

  .site-sec .txt h2{
    font-size: .7rem;
  }

  .nav-tabs .nav-item {
  }

  .nav-tabs .nav-item .nav-link.active {
    font-size: .25rem;
  
  }
}

@media (min-width:768px) {
  .site-sec {
      padding: 9.1145833333vh 3.6603221083vw
  }
}

.site-apps{
  background-color: #fff;
}

.img-contain img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.lined {
  position: relative;
}

.lined:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: radial-gradient( 50% 50% at 50% 50%, #e29713 0%, rgba(226, 151, 19, 0) 100% );
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

ul li a {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}


footer {
  background: #333333;
  color: #fff;
  padding: 20px 0 50px 0;
}

footer h4 {
  color: #fff;
  font-size: 18px;
  padding: 30px 0;
}

footer ul li a {
  color: #fff;
  font-size: 11px;
  display: block;
  border-bottom: 1px solid #444;
  padding: 10px 0px;
}
footer ul li a:hover{
  color: #FFA64D;

}

footer ul{
  margin: 0;
    padding: 0;
    list-style: none;

}

.sec-bottom {
  background: #222;
  padding: 20px 0;
    color: #fff;
    font-size: 12px;
}

p{
  font-family: 'raleway', sans-serif;
}

a{
  font-family: 'raleway', sans-serif;
}

.p-home{
  padding: 10px 0;
}

.reveal .bottom{
  background-color: #000;
}

.tab-container{
  margin-top: 20px;
}

.nav.nav-tabs .nav-item.show:hover, .nav.nav-tabs .nav-link:hover{
  border:none;
}

.nav-tabs .nav-link{
  border:none;
}
.nav.nav-tabs .nav-item.show.active, .nav.nav-tabs .nav-item.show:focus, .nav.nav-tabs .nav-link.active, .nav.nav-tabs .nav-link:focus{
  border:none;
}

.custom-nav-tabs .nav-item .nav-link.active {
  font-size: 18px;
  color: black;
  border-top: 3px solid #E29713 !important;
  border-bottom: none;
  position: relative;
  border-top-width: 3px;
}

.tab-content .table th{
  font-size: 16px;
}

.tab-content .table td, .tab-content .table th{
  color:#5e5e5e !important;
}

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

  .on-form-mobile{
    text-align: center;
    margin-top: 20px;
   }
  
}