body {
  overflow-x: hidden;
  background-color: rgb(147, 147, 147);
  }
  body h1,
  h2 {
  color: #d1b371;
  }
  body h2 {
  color: #d1b371;
  }
  body h3 {
  color: #d1b371;
  }
  body {
  color: #d1b371;
  }
  body p {
  font-size: 16px !important;
  }
  p {
  margin-top: 0;
  margin-bottom: 0rem !important;
  }
  .background-color {
  background-color: #ffffff !important;
  }
  /* Add a background color and some padding around the form */
  ::-webkit-scrollbar {
  width: 8px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
  background: #f1f1f1;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
  background: #888;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
  background: #555;
  }
  .bg-white {
  background-color: #fff;
  }
  .navbar-brand {
  padding: 23.5px 20px;
  font-size: 18px;
  }
  .logo {
  width: 150px;
  }
  .nav-item.active {
  color: #383838;
  }
  .nav-item:hover {
  color: #383838;
  }
  a {
  color: inherit !important;
  }
  .nav-link {
  padding: 5px;
  }
  .navbar-collapse.collapse.in {
  display: block !important;
  }
  .fa-angle-down {
  padding-left: 10px;
  }
  .fa-icon {
  font-size: 20px;
  color: #fff;
  background-color: #c49c5d;
  margin: 2px 10px 5px 0px;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  }
  .dropdown-menu {
  margin: -0.1rem 0 0 !important;
  border: none;
  background-color: white;
  padding: 50px 50px 30px 50px;
  }
  #dropdown-menu1 {
  position: absolute;
  left: 165px;
  }
  #dropdown-menu2 {
  position: absolute;
  left: 285px;
  }
  #dropdown-menu3 {
  position: absolute;
  left: 615px;
  }
  #dropdown-menu4 {
  position: absolute;
  left: 750px;
  }
  .tab {
  margin-bottom: 20px;
  width: 230px;
  }
  .tab:hover {
  color: #383838 !important;
  }
  .dropdown-item {
  padding: 0px;
  }
  .dropdown-item:hover {
  background-color: inherit;
  }
  /* footer css */
  .footer {
  position: relative;
  width: 100%;
  background: black;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  .menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  flex-wrap: wrap;
  }
  .menu__item {
  list-style: none;
  }
  .menu__link {
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  }
  .menu__item:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #fff;
  }
  img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  }
  /* Add a background color and some padding around the form */
  /* ========================================== BANNER ========================================== */
  .banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 150px;
  background-color: #383838;
  background-image: url("../img/2-1.webp");
  }
  .banner-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #d1b371;
  }
  @media screen and (max-width: 768px) {
  .banner {
  min-height: 100px;
  }
  .banner-content h1 {
  font-size: 40px;
  margin-bottom: 10px;
  }
  }
  @media screen and (max-width: 480px) {
  .banner-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  }
  .banner-content p {
  font-size: 14px;
  margin-bottom: 20px;
  }
  .banner-content .btn {
  font-size: 14px;
  padding: 8px 16px;
  }
  }
  * {
  box-sizing: border-box;
  }
  .column {
  flex: 50%;
  padding: 20px;
  text-align: justify;
  }
  .gap {
  padding: 20px;
  }
  #timeline{
  padding: 20px 20px;
  }
  #abot {
  padding: 50px;
  }
  .home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  }
  .home-container1 {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  }
  .home-hero {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #ffffff;
  }
  .home-image {
  width: 45%;
  object-fit: cover;
  }
  .home-hero-text-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  .home-heading {
  color: #040404;
  margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-text {
  color: var(--dl-color-gray-black);
  margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-about-text-container {
  width: 1200px;
  height: 400px;
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  }
  .home-heading1 {
  color: #040404;
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-text05 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: justify;
  margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-container2 {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  }
  .home-hero1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  margin-top: var(--dl-space-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
  background-color: #ffffff;
  }
  .home-image1 {
  width: 45%;
  object-fit: cover;
  }
  .home-heading2 {
  color: #040404;
  align-self: flex-start;
  text-align: center;
  margin-bottom: var(--dl-space-space-tripleunit);
  }
  .home-hero-text-container1 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  }
  .home-li {
  flex: 1;
  width: 100%;
  height: 37px;
  align-self: flex-start;
  text-align: left;
  }
  .home-text12 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-li1 {
  flex: 1;
  width: 100%;
  height: 37px;
  align-self: flex-start;
  text-align: left;
  }
  .home-text13 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-li2 {
  flex: 1;
  width: 100%;
  height: 37px;
  align-self: flex-start;
  text-align: left;
  }
  .home-text14 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-li3 {
  flex: 1;
  width: 100%;
  height: 37px;
  align-self: flex-start;
  text-align: left;
  }
  .home-text15 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-li4 {
  flex: 1;
  width: 100%;
  height: 37px;
  align-self: flex-start;
  text-align: left;
  }
  .home-text16 {
  color: var(--dl-color-gray-black);
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-fiveunits);
  }
  @media (max-width: 991px) {
  .home-container1 {
  height: 1130px;
  }
  .home-hero {
  height: 946px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  }
  .home-image {
  width: 100%;
  }
  .home-hero-text-container {
  width: 80%;
  height: 444px;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading {
  text-align: center;
  }
  .home-text {
  text-align: center;
  }
  .home-about-text-container {
  width: 95%;
  height: 544px;
  align-items: center;
  padding-left: 0px;
  margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-heading1 {
  text-align: center;
  }
  .home-text05 {
  text-align: center;
  }
  .home-container2 {
  height: 927px;
  }
  .home-hero1 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  }
  .home-image1 {
  width: 100%;
  }
  .home-heading2 {
  align-self: center;
  text-align: center;
  }
  .home-hero-text-container1 {
  width: 100%;
  align-self: center;
  align-items: center;
  margin-left: var(--dl-space-space-doubleunit);
  margin-bottom: var(--dl-space-space-fourunits);
  }
  .home-text12 {
  text-align: center;
  }
  .home-text13 {
  text-align: center;
  }
  .home-text14 {
  text-align: center;
  }
  .home-text15 {
  text-align: center;
  }
  .home-text16 {
  text-align: center;
  }
  }
  @media (max-width: 767px) {
  .home-container1 {
  height: 1057px;
  }
  .home-hero-text-container {
  padding-top: var(--dl-space-space-fourunits);
  }
  .home-about-text-container {
  height: 628px;
  }
  .home-container2 {
  height: 920px;
  }
  .home-hero1 {
  height: 1169px;
  }
  .home-heading2 {
  align-self: center;
  }
  }
  @media (max-width: 479px) {
  .home-container1 {
  height: 949px;
  align-self: center;
  }
  .home-hero {
  height: 100%;
  }
  .home-hero-text-container {
  width: 100%;
  height: 100%;
  }
  #abot {
  padding: 20px;
  }
  @media (max-width: 479px){
  .home-about-text-container {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  align-self: center;
  align-items: center;
  justify-content: center;
  }
  }
  .home-container2 {
  height: 675px;
  margin-bottom: 0px;
  }
  .home-hero1 {
  height: 100%;
  }
  .home-image1 {
  margin-top: mixed;
  margin-bottom: var(--dl-space-space-doubleunit);
  padding-bottom: var(--dl-space-space-unit);
  }
  .home-heading2 {
  margin-top: mixed;
  margin-bottom: var(--dl-space-space-doubleunit);
  padding-bottom: var(--dl-space-space-unit);
  }
  .home-hero-text-container1 {
  width: 100%;
  }
  }
  .main-timeline {
  position: relative;
  }
  .main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #c6c6c6;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  }
  .main-timeline .timeline {
  margin-bottom: 40px;
  position: relative;
  }
  .main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both;
  }
  .main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  }
  .main-timeline .icon:before,
  .main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s;
  }
  .main-timeline .icon:before {
  background: #fff;
  border: 2px solid #232323;
  left: -3px;
  }
  .main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px;
  }
  .main-timeline .timeline:hover .icon:before {
  left: 3px;
  }
  .main-timeline .timeline:hover .icon:after {
  left: -3px;
  }
  .main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 0px;
  position: relative;
  }
  .main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  }
  .main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1;
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s;
  }
  .main-timeline .date-outer:before {
  background-color: #d1b371;
  border: 2px solid #232323;
  left: -6px;
  }
  .main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px;
  }
  .main-timeline .timeline:hover .date-outer:before {
  left: 6px;
  }
  .main-timeline .timeline:hover .date-outer:after {
  left: -6px;
  }
  .main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 30%;
  left: 0;
  }
  .main-timeline .month {
  font-size: 18px;
  font-weight: 700;
  }
  .main-timeline .year {
  font-family: "poppins";
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  }
  .main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right;
  }
  .main-timeline .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 15px 0;
  }
  .main-timeline .description {
  margin-bottom: 0;
  font-family: poppins;
  }
  .main-timeline .timeline:nth-child(2n) .date-content {
  float: right;
  }
  .main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right;
  }
  @media only screen and (max-width: 991px) {
  .main-timeline .date-content {
  margin-top: 35px;
  }
  .main-timeline .date-content:before {
  width: 22.5%;
  }
  .main-timeline .timeline-content {
  padding: 10px 0 10px 30px;
  }
  .main-timeline .title {
  font-size: 17px;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 10px 30px 10px 0;
  }
  }
  @media only screen and (max-width: 767px) {
  .main-timeline:before {
  margin: 0;
  left: 7px;
  }
  .main-timeline .timeline {
  margin-bottom: 20px;
  }
  .main-timeline .timeline:last-child {
  margin-bottom: 0;
  }
  .main-timeline .icon {
  margin: auto 0;
  }
  .main-timeline .date-content {
  width: 95%;
  float: right;
  margin-top: 0;
  }
  .main-timeline .date-content:before {
  display: none;
  }
  .main-timeline .date-outer {
  width: 110px;
  height: 110px;
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
  width: 110px;
  height: 110px;
  }
  .main-timeline .date {
  top: 30%;
  }
  .main-timeline .year {
  font-size: 24px;
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
  width: 95%;
  text-align: center;
  padding: 10px 0;
  }
  .main-timeline .title {
  margin-bottom: 10px;
  }
  }
  ol.custom-numbers {
  list-style: none;
  }
  ol.custom-numbers li {
  counter-increment: my-awesome-counter;
  }
  ol.custom-numbers li::before {
  content: counter(my-awesome-counter) ". ";
  color: #2b90d9;
  font-weight: bold;
  }