@font-face {
  font-family: "cheltenham-bold";
  src: url("../css/fonts/Cheltenham-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cheltenham-light";
  src: url("../css/fonts/Cheltenham-Light.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cheltenham-book";
  src: url("../css/fonts/Cheltenham-Book.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bodoni-italic";
  src: url("../css/fonts/bodoni-bold-italic-bt.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "gotham-medium";
  src: url("../css/fonts/GothamMedium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.quote_card h4, .cs_btn, body {
  font-family: "cheltenham-book", Arial, Helvetica, sans-serif;
}

.pagination, .timeline_thumbs .timeline_year, .accordion .accordion-button, .black_hyperlink, .arrow_link, .secondary_title, .primary_title, .video_main .video_cont .vid_foot .vid_supp1 {
  font-family: "cheltenham-bold", Arial, Helvetica, sans-serif;
}

.cs_footer .dropdown .dropdown-menu .dropdown-item:active, .cs_btn_primary:hover, .cs_btn_primary {
  background: #FF802A;
}

.arrow_link:hover, .arrow_link {
  color: #815240;
}

.about_card {
  background: #815240;
}

.cs_btn_primary.disabled:hover, .cs_btn_primary:disabled:hover, .cs_btn_primary.disabled, .cs_btn_primary:disabled, .cs_btn_primary:hover, .cs_btn_primary, .white_color {
  color: #FFFFFF;
}

.cs_footer, .white_card {
  background: #FFFFFF;
}

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

.flex_grp_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_grp_align_center {
  display: flex;
  align-items: center;
}

.flex_grp_align_start {
  display: flex;
  align-items: flex-start;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  color: #1F1A1A;
  font-size: 16px;
  line-height: 1.5 !important;
  background: #F5F5F5;
}

a {
  text-decoration: none;
  color: #1F1A1A;
}
a:hover {
  text-decoration: none;
  color: #1F1A1A;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.web_container {
  max-width: 1366px;
  width: 100%;
  margin: 0px auto;
}

.video_main {
  display: flex;
  flex-wrap: wrap;
}
.video_main .video_cont {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 0 48%;
}
.video_main .video_cont .video_card {
  display: flex;
  cursor: pointer;
  min-height: 311px;
}
.video_main .video_cont .video_card .vid_img {
  background-color: #FF802A;
  padding: 0px 15px;
  margin-right: 4px;
  display: flex;
}
.video_main .video_cont .video_card .vid_txt {
  background-color: #2C364B;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.video_main .video_cont .video_card .vid_txt label {
  max-width: 50%;
  margin: 0 auto;
}
.video_main .video_cont .video_card .vid_txt img {
  position: absolute;
}
.video_main .video_cont .vid_title {
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.video_main .video_cont .vid_foot {
  display: flex;
  justify-content: start;
}
.video_main .video_cont .vid_foot .vid_supp1 {
  font-size: 14px;
  margin-right: 10px;
  color: #888587;
}
.video_main .video_cont .vid_foot .vid_supp2 {
  margin-right: 0px;
  margin-left: 10px;
}

.web_container {
  max-width: 1366px;
  width: 100%;
  margin: 0px auto;
}

header {
  background-color: #FFFFFF;
  margin: 0 auto;
}
header .web_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}
header .web_header img {
  width: 80px;
  height: 80px;
  margin: 10px 0px;
}
header .web_header .login-profile {
  display: flex;
  align-items: center;
}
header .web_header .login-profile img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
header .web_header .login-profile .title {
  font-size: 14px;
  color: #888587;
  margin-bottom: 1px;
  font-family: "cheltenham-light", Arial, Helvetica, sans-serif;
}
header .web_header .login-profile .name {
  font-family: "cheltenham-bold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 14px;
}
header .web_header .web_title h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "gotham-medium", Arial, Helvetica, sans-serif;
  margin-bottom: 6px;
}
header .web_header .web_title h4 span {
  text-transform: lowercase;
  color: #FF802A;
  font-family: "bodoni-italic", Arial, Helvetica, sans-serif;
}
header .web_header .web_title p {
  font-size: 12px;
  color: #515865;
  font-family: "gotham-medium", Arial, Helvetica, sans-serif;
}
header .header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
  font-size: 14px;
  font-family: "cheltenham-bold", Arial, Helvetica, sans-serif;
  color: #515865;
  padding: 0px 30px;
  cursor: pointer;
}
header .hr_primary {
  border-bottom: 2px solid #FF802A;
  opacity: 1;
}

.timeline-card-new {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background: #F7F3F0;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  padding: 30px 20px;
}
.timeline-card-new img {
  margin-right: 80px;
}

#hideshow {
  word-wrap: break-word;
}

.moretext {
  display: none;
}

.mobile_container {
  max-width: 1366px;
  width: 100%;
  margin: 0px auto;
}

.main_wrapper {
  padding-bottom: 74px;
}

.line {
  border-top: 1px solid #888587;
  opacity: 0.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.white_card {
  padding: 20px;
}

.pointer {
  cursor: pointer;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex1 {
  flex: 1;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .video_main .video_cont .video_card .vid_txt label {
    max-width: 60%;
  }
}
@media (max-width: 991.98px) {
  header {
    display: none;
  }
  .video_main .video_cont .video_card .vid_txt label {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .timeline-card-new {
    flex-direction: column;
  }
  .timeline-card-new img {
    margin-bottom: 16px;
    margin-right: 0px;
    margin-top: 90px;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

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

.primary_title {
  font-size: 24px;
}

.secondary_title {
  font-size: 20px;
}

.support_gray_text {
  font-size: 14px;
  color: #888587;
}

.dot_ul {
  list-style: disc;
  padding-left: 16px;
  list-style-position: outside;
}
.dot_ul li {
  margin-bottom: 8px;
}
.dot_ul li:last-child {
  margin-bottom: 0px;
}

.font12 {
  font-size: 12px;
}

.cs_btn {
  padding: 10px 30px;
  font-size: 12px;
  height: calc(2em + 16px);
  min-width: 120px;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.cs_btn_primary {
  border-color: #FF802A;
}
.cs_btn_primary.disabled, .cs_btn_primary:disabled {
  background: #AAAAAA;
  border-color: #AAAAAA;
}
.cs_btn_primary.disabled:hover, .cs_btn_primary:disabled:hover {
  background: #AAAAAA;
  border-color: #AAAAAA;
}

.arrow_link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.arrow_link .arrow_img {
  width: 6px;
}
.arrow_link .link_img {
  width: 16px;
}
.black_hyperlink {
  text-decoration: underline;
  color: #1F1A1A;
  font-size: 16px;
}
.black_hyperlink:hover {
  text-decoration: underline;
  color: #1F1A1A;
}

/* Components */
.about_card {
  padding: 30px 100px 30px 20px;
  position: relative;
}
.about_card img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 90px;
}
.about_card p {
  max-height: 170px;
  overflow-x: hidden;
  overflow-y: auto;
}

.cs_footer {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 15px;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}
.cs_footer .mobile_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_footer .mobile_container .back_arrow {
  padding: 10px 5px;
}
.cs_footer .mobile_container .back_arrow img {
  width: 20px;
}
.cs_footer .dropdown .dropdown-toggle {
  border: 0px;
  background: none;
  padding: 10px 5px;
}
.cs_footer .dropdown .dropdown-toggle img {
  width: 20px;
}
.cs_footer .dropdown .dropdown-toggle::after {
  content: none;
}
.cs_footer .dropdown .dropdown-menu {
  border-radius: 4px;
  border: 0px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 0px;
  min-width: 180px;
}
.cs_footer .dropdown .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  font-size: 14px;
}
.cs_footer .dropdown .dropdown-menu .dropdown-item:hover {
  background: #F7F3F0;
}
.quote_card {
  padding: 20px;
  border-radius: 10px;
  background: #F7F3F0;
  position: relative;
}
.quote_card h4 {
  font-size: 16px;
}
.quote_card .quotes_icon {
  position: absolute;
  right: 12px;
  top: -10px;
  width: 40px;
}

.accordion .accordion-item {
  border: 0px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #EDEDEF;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}
.accordion .accordion-body {
  padding: 10px 0px 0px 0px;
  color: #1F1A1A;
  font-size: 14px;
}
.accordion .accordion-body p {
  margin-bottom: 0px;
}
.accordion .accordion-body ul {
  padding: 0px;
  margin: 0px;
  padding-left: 16px;
}
.accordion .accordion-body ul li {
  margin-bottom: 2px;
}
.accordion .accordion-button {
  padding: 0px;
  background: transparent;
  font-size: 20px;
  border-radius: 0px;
  box-shadow: none;
}
.accordion .accordion-button::after {
  background-size: cover;
  background-image: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  transform: rotate(0deg);
}
.accordion .accordion-button:not(.collapsed) {
  color: #000000;
}
.accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.timeline_cards_swiper {
  margin-bottom: 20px;
  overflow: hidden;
}

.timeline_card {
  border-radius: 10px;
  background: #F7F3F0;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
}

.timeline_thumbs {
  padding-bottom: 80px;
  padding-top: 20px;
  overflow: hidden;
}
.timeline_thumbs .swiper-wrapper {
  align-items: center;
}
.timeline_thumbs .swiper-wrapper .swiper-slide {
  position: relative;
}
.timeline_thumbs .timeline_year {
  font-size: 12px;
  color: #888587;
  text-align: center;
}
.timeline_thumbs .swiper-slide-thumb-active .timeline_year {
  font-size: 14px;
  color: #1F1A1A;
}
.timeline_thumbs .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #1F1A1A;
}

.pagination {
  display: inline-block;
  font-size: 16px;
  margin-top: 30px;
}

.pagination a {
  color: #888587;
  float: left;
  padding: 7px 14px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 4px;
  margin: 0px 10px;
}

.pagination a.active {
  background-color: #FF802A;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}/*# sourceMappingURL=custom.css.map */