/* Box styles */
.myBox {
  border: none;
  padding: 5px;
  font: 16px/18px sans-serif;
  width: 200px;
  height: 200px;
  overflow: scroll;
}

/*Search bar 
.suggestions {
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}*/


.suggestions {
  top: 100%;
  left: 0;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  background-color: white;
  border: 1px solid #dee2e6;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1050; /* Ensure it's above navbar items */
}

#results::-webkit-scrollbar {
  width: 6px;
}
#results::-webkit-scrollbar-thumb {
  border-radius: 3px;
}



/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
@-moz-document url-prefix() {
  html {
    /* For Firefox */
    overflow-y: scroll;
    scrollbar-color: #ffb12d #ffe0ab;
    scrollbar-width: auto;
  }
}
::-webkit-scrollbar-track {
  border: 1px solid #ffb12d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ffb12d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffe0ab;
}
body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  height: 100%;}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}


.main {
  min-height: 400px;
  margin-bottom: 100px;
  margin-top: 111px;
  clear: both;
}

.custom-dropdown .btn:active,
.custom-dropdown .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.custom-dropdown .btn.btn-custom {
  border: 1px solid #efefef;
}

.custom-dropdown .dropdown-link {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}

.custom-dropdown .dropdown-item {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 35px;
  padding-bottom: 10px;
  position: relative;
}

.custom-dropdown .dropdown-item:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #efefef;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.custom-dropdown .dropdown-item:hover {
  color: #000;
}

.custom-dropdown .dropdown-item:hover:before {
  top: 50%;
  background: #ffb22a;
}

/* .custom-dropdown .dropdown-menu {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  margin-top: 0px !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  left: 0 !important;
  -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  visibility: hidden; } */
.custom-dropdown .dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  margin-top: 20px !important;
}

.dropdown-divider {
  border-bottom: 1px solid #efefef;
  margin: .1rem 0;
}

.my-7 {
  margin-top: 4rem;
  margin-bottom: 4rem;

}

.mb-7 {
  margin-bottom: 8rem !important;

}

.news_item p>img {
  max-width: 100%;
  box-sizing: content-box;
}

.error_btn {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 2px;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
}

.green {
  border: 4px solid #ffb12a;
  color: #0e0620;
}

.green:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #ffb12a;
  z-index: -1;
  transition: 0.2s ease;
}

.green:hover {
  color: #fff;
  background: #ffb12a;
  transition: 0.2s ease;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ffb12a;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

/* Link style */
a {
  color: #212529;
}
a>code {
  color: #212529 ;
}



a:hover {
  color:#ffb12d;
  /* font-weight: bold; */
}



/* footer icons and links */
.footer-link {
  color: rgba(0, 0, 0, 0.7);
}

.footer-link:hover {
  color: #ffb12d;
}

.fa-twitter:hover {
  color: #ffb12d;
}

.fa-google:hover {
  color: #ffb12d;
}

.fa-github:hover {
  color: #ffb12d;
}

.fa-lock:hover {
  color: #ffb12d;
}

.fa-scale-balanced:hover {
  color: #ffb12d;
}

.fa-file-lines:hover {
  color: #ffb12d;
}

.fa-paper-plane:hover {
  color: #ffb12d;
}

.fa-envelopes-bulk:hover {
  color: #ffb12d;
}

.news_header a {
  color: #444444 !important;
  transition: all 0.3s ease 0s;
}

.news_header a:hover {
  color: #ffb12d !important;
}

iframe.embed-responsive-item {
  width: 100%;
  height: 100%;
}

#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
  font-size: .825rem;
  margin-bottom: .5rem;
  padding-top: .2rem;
  display: flex;
  align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: .75em 1rem;
  margin-bottom: 1.5rem;
}

/* Hidden input */
#fs-frm input.dispnon {
  display: none;
}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}

#fs-frm [type="text"],
#fs-frm [type="email"] {
  width: 100%;
}

#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  width: auto;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
  outline: none;
}

#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  margin-bottom: 0;
}

#fs-frm [type="submit"]:hover {
  background-color: #ffb12d;

}

#fs-frm select {
  text-transform: none;
}

#fs-frm [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  width: auto;
  margin: 0 .5em 0 0 !important;
}

#fs-frm [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  display: inline;
}

#fs-frm fieldset.locale input[name="city"] {
  width: 52%;
}

#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  width: 20%;
}

#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
  margin-right: 3%;
}

.search_result {
  z-index: 99;
  position: absolute;
}

.search_result-docs {
  z-index: 99;
  position: absolute;
}


/* for floating buttons */
.float {
  /* position:inherit; */
  display: inline-block;
  width: 60px;
  height: 60px;
  /* bottom:40px;
	right:40px; */
  background-color: #ffb12d;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  margin-top: 5px;
;
}

.my-float {
  margin-top: 22px;
}

.floatpanel {
  position: fixed;
  width: 60px;
  height: 240px;
  bottom: 10%;
  right: 2%;
}

/* To show the calender in place of icon on the event section */
.update-event_icon {
  width: 2.70em;
  float: left;
  margin-right: 0.75em;
  display: inline-block;
}

.event_month {
  background: #ffb12d;
  text-align: center;
  font-weight: bold;
  font-size: 0.95em;
  color: white;
}

.event_day {
  border: 1px solid #999;
  background: white;
  color: black;
  font-size: 0.95em;
  font-weight: bold;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  text-align: center;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -1px;
}

/* nav bar */

.navbar-nav a:hover {
  font-weight: initial;;
}

.navbar-nav li:hover>ul.submenu-ul {
  display: block;
}

/* For search functionality */

.wrapper, .search-data{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper{
  position: fixed;
  height: 0px;
  width: 0px;
  border-radius: 100%;
  /* background:linear-gradient(-135deg, #ffb12d, #eff0f3); */
  background: #ffb12a;
  transition: all 0.4s linear;
}
.wrapper.active{
  height: 4000px;
  width: 4000px;
}
.search-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}
.search-btn span{
  color: #fff;
  font-size: 22px;
  line-height: 60px;
}
.search-data{
  position: absolute;
  height: 50px;
  width: 400px;
  display: flex;
  text-align: center;
  /* display: none; */
}
.search-data input{
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.search-data .line{
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.4s 0.3s linear;
}
.search-data .line.active{
  transform: scaleX(1);
}
.search-data label{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255,255,255,0.7);
}
.search-data input:valid ~ label{
  opacity: 0;
}
.search-data span{
  color: #fff;
  position: absolute;
  width: 50px;
  font-size: 25px;
  right: 0;
  top: 0;
  line-height: 45px;
  cursor: pointer;
}
.close-btn{
  position: absolute;
  z-index: 99;
  right: 25px;
  top: 25px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.search-data, .search-data span,
.search-data label, .close-btn{
  display: none;
}

/* tables */


.md table:not(.code) {
  margin:16px 0;
  color:#303030;
  border:0;
  /* width:auto;
  display:block; */
  overflow-x:auto
}
.md table:not(.code) tbody {
  background-color:#fff
}
.md table:not(.code) td,
.md table:not(.code) th {
  border:1px solid #dbdbdb
}
.md table:not(.code) tr th {
  border-bottom:solid 2px #bfbfbf
}
.md table:not(.code).grid-none>thead>tr>th {
  border-bottom-width:0;
  border-right-width:0;
  border-left-width:0
}
.md table:not(.code).grid-none>thead>tr>th:first-child {
  border-left-width:1px
}
.md table:not(.code).grid-none>thead>tr>th:last-child {
  border-right-width:1px
}
.md table:not(.code).grid-none>tbody>tr>td {
  border-width:0
}
.md table:not(.code).grid-none>tbody>tr>td:first-child {
  border-left-width:1px
}
.md table:not(.code).grid-none>tbody>tr>td:last-child {
  border-right-width:1px
}
.md table:not(.code).grid-none>tbody>tr:last-child>td {
  border-bottom-width:1px
}
.md table:not(.code).grid-rows>thead>tr>th,
.md table:not(.code).grid-rows>tbody>tr>td {
  border-right-width:0;
  border-left-width:0
}
.md table:not(.code).grid-rows>thead>tr>th:first-child {
  border-left-width:1px
}
.md table:not(.code).grid-rows>thead>tr>th:last-child {
  border-right-width:1px
}
.md table:not(.code).grid-rows>tbody>tr>td {
  border-left-width:0;
  border-right-width:0
}
.md table:not(.code).grid-rows>tbody>tr>td:first-child {
  border-left-width:1px
}
.md table:not(.code).grid-rows>tbody>tr>td:last-child {
  border-right-width:1px
}
.md table:not(.code).grid-cols>thead>tr>th {
  border-bottom-width:0
}
.md table:not(.code).grid-cols>tbody>tr>td {
  border-top-width:0;
  border-bottom-width:0
}
.md table:not(.code).grid-cols>tbody>tr:last-child>td {
  border-bottom-width:1px
}
.md table:not(.code).frame-sides>thead>tr>th {
  border-top-width:0
}
.md table:not(.code).frame-sides>tbody>tr:last-child>td {
  border-bottom-width:0
}
.md table:not(.code).frame-topbot>thead>tr>th:first-child,
.md table:not(.code).frame-topbot>tbody>tr>td:first-child,
.md table:not(.code).frame-ends>thead>tr>th:first-child,
.md table:not(.code).frame-ends>tbody>tr>td:first-child {
  border-left-width:0
}
.md table:not(.code).frame-topbot>thead>tr>th:last-child,
.md table:not(.code).frame-topbot>tbody>tr>td:last-child,
.md table:not(.code).frame-ends>thead>tr>th:last-child,
.md table:not(.code).frame-ends>tbody>tr>td:last-child {
  border-right-width:0
}
.md table:not(.code).frame-none>thead>tr>th {
  border-top-width:0
}
.md table:not(.code).frame-none>tbody>tr:last-child>td {
  border-bottom-width:0
}
.md table:not(.code).frame-none>thead>tr>th:first-child,
.md table:not(.code).frame-none>tbody>tr>td:first-child {
  border-left-width:0
}
.md table:not(.code).frame-none>thead>tr>th:last-child,
.md table:not(.code).frame-none>tbody>tr>td:last-child {
  border-right-width:0
}
.md table:not(.code).stripes-all tr,
.md table:not(.code).stripes-odd tr:nth-of-type(odd),
.md table:not(.code).stripes-even tr:nth-of-type(even),
.md table:not(.code).stripes-hover tr:hover {
  background:#fafafa
}
.md table:dir(rtl) th {
  text-align:right
}


.md table:not(.code),
table.table {
  margin-bottom:16px
}
.md table:not(.code) .dropdown-menu a,
table.table .dropdown-menu a {
  text-decoration:none
}
.md table:not(.code) .success,
.md table:not(.code) .warning,
.md table:not(.code) .danger,
.md table:not(.code) .info,
table.table .success,
table.table .warning,
table.table .danger,
table.table .info {
  color:#fff
}
.md table:not(.code) .success a:not(.btn),
.md table:not(.code) .warning a:not(.btn),
.md table:not(.code) .danger a:not(.btn),
.md table:not(.code) .info a:not(.btn),
table.table .success a:not(.btn),
table.table .warning a:not(.btn),
table.table .danger a:not(.btn),
table.table .info a:not(.btn) {
  text-decoration:underline;
  color:#fff
}
.md table:not(.code) tr td,
.md table:not(.code) tr th,
table.table tr td,
table.table tr th {
  padding:10px 16px;
  line-height:20px;
  vertical-align:middle
}
.md table:not(.code) tr th,
table.table tr th {
  background-color:#f0f0f0;
  border-bottom:0
}
.md table:not(.code) tr th.wide,
table.table tr th.wide {
  width:55%
}
.md table:not(.code) tr th.table-th-transparent,
table.table tr th.table-th-transparent {
  background:none;
  color:#666
}
.md table:not(.code) tr th.original-gl-th,
table.table tr th.original-gl-th {
  color:#666;
  border-bottom:1px solid #bfbfbf
}
.md table:not(.code) .thead-white th,
table.table .thead-white th {
  background-color:#fff;
  color:#666;
  border-top:0
}

@media (max-width: 767.98px) {
  table.responsive-table thead {
    display:none
  }
  table.responsive-table,
  table.responsive-table tbody,
  table.responsive-table td {
    display:block
  }
  table.responsive-table td {
    color:#666
  }
  table.responsive-table tbody td.responsive-table-cell {
    padding:16px 0;
    width:100%;
    display:flex;
    text-align:right;
    align-items:center;
    justify-content:space-between
  }
  table.responsive-table tbody td.responsive-table-cell[data-column]::before {
    content:attr(data-column);
    display:block;
    text-align:left;
    padding-right:16px;
    color:#666
  }
  table.responsive-table tbody td.responsive-table-cell:not([data-column]) {
    flex-direction:row-reverse
  }
  table.responsive-table tr.responsive-table-border-start,
  table.responsive-table tr.responsive-table-border-end {
    display:block;
    border:solid #d6d6d6;
    padding-left:0;
    padding-right:0
  }
  table.responsive-table tr.responsive-table-border-start>td,
  table.responsive-table tr.responsive-table-border-end>td {
    border-color:#d6d6d6
  }
  table.responsive-table tr.responsive-table-border-start>td,
  table.responsive-table tr.responsive-table-border-start>td:last-child,
  table.responsive-table tr.responsive-table-border-end>td,
  table.responsive-table tr.responsive-table-border-end>td:last-child {
    padding-left:16px;
    padding-right:16px
  }
  table.responsive-table tr.responsive-table-border-start {
    border-width:1px 1px 0;
    border-radius:4px 4px 0 0;
    padding-top:0;
    padding-bottom:0
  }
  table.responsive-table tr.responsive-table-border-start>td:first-child {
    border-top:0
  }
  table.responsive-table tr.responsive-table-border-start>td:last-child {
    border-bottom:1px solid #d6d6d6
  }
  table.responsive-table tr.responsive-table-border-end {
    border-width:0 1px 1px;
    border-radius:0 0 4px 4px;
    margin-bottom:32px
  }
  table.responsive-table tr.responsive-table-border-end>:last-child {
    border-bottom:0
  }
}

.remove-table-border {
  border-bottom-style: none !important;
}

/* Block quote */
.md blockquote,
.md .blockquote {
  color:#7f8fa4;
  font-size:inherit;
  padding:8px 24px;
  margin:16px 0;
  border-left:3px solid #eaeaea
}
.md blockquote:dir(rtl),
.md .blockquote:dir(rtl) {
  border-left:0;
  border-right:3px solid #eaeaea
}
.md blockquote p,
.md .blockquote p {
  color:#7f8fa4 !important;
  font-size:inherit;
  line-height:1.5
}
.md blockquote p:last-child,
.md .blockquote p:last-child {
  margin:0
}



/*=============== CARD 1 ===============*/
.cardcontainer {
  height: 100vh;
  margin-top: 25px;
}

.uc-cardovw {
  width: 100%;
  background-color: hsl(0, 0%, 99%);
  padding: 1.25rem 2rem 3rem;
  border-radius: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 16px hsla(29, 83%, 12%, 0.2);
  height: 140px;
  margin-bottom: 25px;
}

.uc-cardovw:hover{
  box-shadow: 0 4px 16px hsla(29, 90%, 47%, 0.707);
}

.card__img1 {
  width: 96px;
}

.uc-caranchor{
  text-decoration: none;
}

.card__border1 {
  width: 110px;
  height: 110px;
  border: 2px solid #040300;
  border-radius: 15%;
  display: grid;
  place-items: center;
  margin: 0 auto 0.75rem;
}

.card__name1 {
  color: #ffb12d;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.card__profession1 {
  color: hsl(0, 0%, 0%);
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  text-decoration: none;
  /* font-variant-caps:small-caps; */
}

.card__social1 {
  width: 100%;
  background-color: #ffb12d;
  padding: 0.75rem;
  border-radius: 3rem;
  text-align: center;
  box-shadow: 0 8px 24px hsla(29, 75%, 56%, 0.3);
  /* position: absolute;
  left: 0;*/
  right: 0;
  /* float: right; */
  bottom: -1.75rem;
  margin: 0 auto;
  overflow: hidden;
  transform-origin: 18px 17px;
  bottom: 0;
  color:hsl(29, 16%, 10%);
  margin-top: 10px;
}
/*=============== CARD 1 Ending ===============*/

/*=============== CARD 2 ===============*/
/* hsl(29, 16%, 10%) */
.card2 {
  width: 100%;
  background-color: #ffb12d;
  padding: 1.25rem 2rem 3rem;
  border-radius: 0.7rem;
  text-align: center;
  box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
  /* height: 220px; */
  margin-bottom: 50px;
  display: inline-block;
}

.cardbod {
  width: 100%;
  background-color: #ffb12d;
  padding: 1.25rem 2rem 3rem;
  border-radius: 0.7rem;
  text-align: center;
  box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
  margin-bottom: 5px;
  display: inline-block;
}

.cardsab {
  background-color: #ffb12d;
  padding: 1.25rem 2rem 3rem;
  border-radius: 0.7rem;
  text-align: center;
  box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
  /* height: 220px; */
  margin-bottom: 50px;
  display: inline-block;
  margin-left: 50px;;
}

.bottom_button{
  height: 120px;
}
.card__img2 {
  width:106px;
  border-radius: 50%;
  height:106px;
}

.card__border2 {
  width: 110px;
  height: 110px;
  border: 2px solid hsl(0, 0%, 100%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 0.75rem;
}

.card__name2 {
  /* color: hsl(29, 16%, 10%); */
  color: hsl(0, 0%, 100%);
  font-weight: 500;
  text-align: right;
}

.card__profession2 {
  color: hsl(0, 0%, 100%);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: right;
}

.card__social2 {
  width: 100%;
  background-color: hsl(0, 0%, 100%);
  padding: 0.75rem;
  border-radius: 0.7rem;
  text-align: center;
  box-shadow: 0 8px 24px hsla(29, 75%, 56%, 0.3);
  left: 0;
  right: 0;
  /* float: right; */
  bottom: -1.75rem;
  margin: 0 auto;
  overflow: hidden;
  transform-origin: 18px 17px;
  bottom: 0;
  color: #ffb12d;
  margin-top: 10px;
  font-weight: 700;
}

/*=============== CARD 2 Ending===============*/

.uckeywords{
  background-color: #ffb12d;
  color: hsl(0, 0%, 100%);
  border-radius: 0.7rem;
  padding-left: 10px;
  font-weight: 600;
  height: 50px;
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  padding-right: 10px;
  box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
}

#newsaccordion .accordion-body{
  padding-right: 200px;
  padding-left: 200px;
  padding-top: 20px;
}
#newsaccordion .accordion-body > p{
  font-size: larger;
}

#newsaccordion .accordion-body > ul{
  margin-left: 20px;
  margin-right: 120px;
  font-size: larger;
}

#newsaccordion .accordion-body > * > li{
  margin-bottom: 20px;
}


/* CSS for search service buttons */
.btn-primary {
  background-color: #ffb12d;
  border-color: #ffb12d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #e09e24;
  border-color: #e09e24;
}