@font-face {
    font-family: 'Quicksand Regular';
    src: url(../fonts/Quicksand-Regular.ttf);
    font-weight: bold;
}
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(../fonts/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #040404;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 400;
}
html {
  scroll-padding-top: 70px; /* height of sticky header */
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  padding: 0;
}
.section_color_bg {
  background: #bcb5a3;
}
.section_pd {
  padding: 30px 20px;
}
.title { font-size: 2rem;}
h1 {
  font-size: 1.2rem;
  font-weight: 600;
}
h2 {
  font-size: 1rem;
  font-weight: 600;
}
h3,
p {
  font-size: 0.85rem;  
}
h3 { font-weight: 600;}
p {font-weight: 400;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1rem;
}
a {
  color: #040404;
}
a:hover, a:focus, a:active {
 text-decoration: none;
 outline: none;
}
.timeline,
.timeline_data {
  margin-top: 20px;
  font-size: 0.85rem;
}
.order_para {
  margin-bottom: 18px;
  font-size: 0.85rem;
  /* font-weight: 500; */
}
.mb-15 {
  margin-bottom: 15px;
}
.footer {
  padding: 10px 0;
  margin-bottom: 10px;
}

/* menu */
.fixedMenu {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 9;
  height: 38px;
  display: flex;
  align-items: center;
}
#burger-menu {
  top: 20px;
  left: 15px;
  height: 32px;
  width: 30px;
  cursor: pointer;
  /* height: 27px;
    width: 27px;
    margin: 50px; */
  overflow: visible;
  position: absolute;
  z-index: 99;
  top: 20px;
}
.fixedMenu #burger-menu {
  top: 6px;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #000;
  display: block;
  height: 3px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span {
  top: 13px;
  width: 27px;
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 27px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 27px;
}

#burger-menu.closeMenu span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
  background-color: #fff;
}
#burger-menu.closeMenu span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
  background-color: #fff;
}
#burger-menu.closeMenu span:after {
  background-color: #fff;
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

.header_nav {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 20px 15px;
  transition: all 0.3s ease-in-out;
}

.header_nav.overlay {
  visibility: visible;
  opacity: 1;
  padding-top: 100px;
  background: rgba(43, 38, 40, 0.85);
  z-index: 9;
}

.header_nav li {
  list-style: none;
}
.header_nav a {
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s linear;
  display: inline-block;
}
.header_nav a:hover {
  margin-left: 5px;
}
/* slider */
.swiper-slide-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
* {
  scroll-behavior: smooth;
}

.slide-content {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.wrap {
    position: relative;
}
.banner_title {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 40px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.banner_title .subtitle {
    font-size: 54px;
}
.banner_title .title {
    font-size: 40px;
    font-weight: 500;
}
.slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.slide-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slide-content span {
    font-size: 5rem;
    color: #fff;
}

.arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 0;
    height: 0;
    border-style: solid;
}

#arrow-left {
    border-width: 30px 40px 30px 0;
    border-color: transparent #fff transparent transparent;
    left: 0;
    margin-left: 30px;
}

#arrow-right {
    border-width: 30px 0 30px 40px;
    border-color: transparent transparent transparent #fff;
    right: 0;
    margin-right: 30px;
}

/* full height section */
.fullheight {
  height: 90vh;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1020px;
  }
}
@media (min-width: 992px) {
  /* .header_nav { text-align: center;} */
}
@media screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 14px;
  }
  p,
  .order_para {
    font-size: 13px;
  }
  .section_pd {
    padding: 15px 0px;
  }
  .biography_mobile {
    /* width: 76%; */
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .biography_image_mobile {
    padding-left: 0;
    width: 180px;
  }
  .arrow {
    top: 70%;
  }
}

/* ------ Modal CSS starts -------------------- */
.modal-close-icon {
  width: 20px;
  height: 20px;
}
.modal-header .close {
  padding-left: 0;
}
.modal-close-btn {
  margin-left: 0 !important;
  margin-right: auto !important;
  opacity: 1;
}
.modal-close-btn:focus {
  outline: none;
}
/* ----- */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 3rem auto;
  }
}
.modal-content {
  background-color: rgb(53, 52, 52, 0.8);
  color: white;
}
.modal-header {
  row-gap: 16px;
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
/* --------- */
.modal-title {
  font-size: 30px;
}
.modal-subtitle {
  font-size: 18px;
  font-weight: 600;
}
.modal-address {
  font-size: 12px;
}
.modal-para {
  font-size: 14px;
}
.modal-content ul{ margin-left: 30px; margin-bottom: 15px; }
.modal-content li { list-style: disc; font-size: 14px;}
.modal-content a{color: #fff;}
/* ---------- Modal CSS Ends ---------------- */