html,

body,
.container {
  height: 100%;
  background-color: #000000;
}
.width-custom {
   width: 93%;
}
.btn-outline-secondary {
    color: #969696;
    background-color: transparent;
    background-image: none;
    border-color: #969696;
    border-radius: 20px;
    border-width: 0.04em;
    font-family: 'Coves';
    padding: 2px 18px;
    margin-bottom: 20px;
}
.btn-outline-secondary:hover {
    background-color: #969696;
    color: #ffffff;

}
.shadow-custom {
   text-shadow: 1px 1px 1px #0000007a;
}
.margin-custom14 {
    margin-top: -20px;
}
.pt-3, .py-3 {
    padding-top: 0rem!important;
}
.ml-5, .mx-5 {
    margin-left: 0rem!important;
}
.margin-custom10 {
   margin-top: -30px;
}
.margin-logo-custom {
    margin-left: 20px;
    padding-top: 10px;
}
.margin-custom5 {
   margin-top: 0;
   margin-left: 10px;
}
.padding-left-custom {
    padding-left: 20px;
}
.display-custom {
    margin-top: -300px;
}
.margin-top4 {
    margin-top: 30px;
}
body {
  font-family: 'Coves';
  font-size: 14px;
}
#myDIV {
    margin: 0;
    display: flex;
    padding-right: 20px;
    margin-top: -30px;
}
#myDI {
    margin: 0;
    display: flex;
}
.fixed-top {
    top: 12px;
}
.text-menu {
    padding: 20px 8px 8px 36px;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Avenir LT Std';
    line-height: 0;
    transition: transform .3s;
}
.text-menu:hover {
    color: #bfa22e;
    -moz-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
}
.text-menu:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    display: none;
    font-size: 18px;
    margin-top: -2px;
}
.text-menu:hover:after {
        display: block;
}
.custom-top2 {
    margin-top: -72px;
    margin-left: 0;
}
.custom-top3 {
    margin-top: 43px;
}
.custom-padding-top {
    margin-top: -20px;
}
.custom-padding-top9 {
    margin-top: -10px;
}
.custom-padding-top2 {
    padding-top: 80px;
}
.custom-left2 {
    margin-left: -50px;
    margin-top: 40px;
}
.bg1 {
    background: url(/img/slider-bg-1.jpg) no-repeat center center / cover;
}
.bg2 {
    background: url(/img/slider-bg-2.jpg) no-repeat center center / cover;
}
.bg3 {
    background: url(/img/slider-bg-3.jpg) no-repeat center center / cover;
    background-position-y: -145px;
}
.bg4 {
    background: url(/img/slider-bg-4.jpg) no-repeat center center / cover;
}
.bg5 {
    background: url(/img/slider-bg-5.jpg) no-repeat center center / cover;
}
.bg6 {
    background: url(/img/slider-bg-6.jpg) no-repeat bottom center / cover;
}
.bg7 {
    background: url(/img/slider-bg-7.jpg) no-repeat center center / cover;
}
.bg8 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(247, 247, 247, 0)), url(/img/slider-bg-8.jpg);
    background-position-y: 50%;
}
.bg9 {
   background: url(/img/slider-bg-9.jpg) no-repeat top center / cover; 
}
.bg10 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(247, 247, 247, 0)), url(/img/slider-bg-10.jpg);
    background-position-y: 67%;
}
@media screen and (max-width: 576px) {
.custom-padding-top2 {
    padding-top: 40px;
}
.margin-custom10 {
   margin-top: 0;
}
.margin-custom5 {
   margin-top: 0;
   margin-left: 0;
}

.custom-left2 {
    margin-left: 0;
}

.custom-left2 {
    margin-left: -20px;
}
.bg1 {
        background: url(/img/bg1-mobile.jpg) no-repeat center center / cover;
}
.bg2 {
        background: url(/img/bg2-mobile.jpg) no-repeat center center / cover;
}
.bg3 {
        background: url(/img/bg3-mobile.jpg) no-repeat center center / cover;
}
.bg4 {
        background: url(/img/bg4-mobile.jpg) no-repeat center center / cover;
}
.bg5 {
    background: url(/img/bg5-mobile.jpg) no-repeat center center / cover;
}
.bg6 {
        background: url(/img/bg6-mobile.jpg) no-repeat center center / cover;
}
.bg7 {
        background: url(/img/bg7-mobile.jpg) no-repeat center center / cover;
}
.bg8 {
    background:  url(/img/bg8-mobile.jpg) no-repeat center center / cover;
}
.bg9 {
        background: url(/img/bg9-mobile.jpg) no-repeat bottom center / cover;
        position: fixed;
        bottom: 0;
}
.bg10 {
    background:  url(/img/bg10-mobile.jpg) no-repeat center center / cover;
    position: fixed;
   bottom: 0;
}
}
/*------------------------------- Navbar ------------------------------*/
.navbar-gold {
    color: #c5a73c;;
}
.text-gold {
    color: #d7b740;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-left: 32px;
    bottom: 12px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1.2em;
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(197, 167, 60, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/*------------------------------- Modal ------------------------------*/

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 93%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 0 0 0 15px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
	top:0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.scrolly {
    height: 70%;
    width:100%;
    overflow:auto;
    margin-top: -70px;
}
.scrolly2 {
    height: 300px;
    width:100%;
    overflow:auto;
    display: block;
}
.modal-content-custom {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    height: 100%;
    top: -24px;
    left: 8px;
}
.modal-dialog-custom {
    max-width: 100%;
    min-height: 100%;
}
.modal-open .modal {
    top: -1px;
}
.modal-lg-custom {
  max-width: 100%;
}
.modal-header-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 10px 0 7px;
}
.modal-header-custom .close {
    padding: 1rem;
    margin: 0 0 0 auto;
}
button.close {
    -webkit-appearance: none;
    font-size: 20px;
    border-radius: 25px;
    border: 2px solid #c5a73c;
    background: transparent;
    width: 32px;
    height: 32px;
    color: #c5a73c;
    opacity: 1;
    text-shadow: 0 0 0 #fff;
}
button.close:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.btn-circle.btn-lg {
  width: 43px;
  height: 43px;
  padding: 9px 10px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 25px;
  border: 2px solid #c5a73c;
  background: transparent;
}
.btn-circle.btn-lg:hover {
  border: 2px solid #ffffff;
}


/*------------------------------- Carousel ------------------------------*/

.carousel-item {
  height: 100vh;
  min-height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-indicators{
    position:absolute;
    top: -50%;
    bottom:0;
    margin:auto;
    height: 20px;
    right: 0;
    left:auto;
    width:auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.7;
}
.carousel-indicators li{
    display:block;
    margin-bottom:5px;
    background:#fff;
}
.carousel-indicators li.active{
    margin-bottom:5px; background:#d9b91b;
    
}


/*------------------------------- Nav Tabs ------------------------------*/
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-family: 'Avenir LT Std';
    line-height: 18px;
    font-size: 11px;
}
.nav-link {
    display: block;
    padding: .2rem 0.7rem;
    text-transform: uppercase;
}
.nav-tabs .nav-link {
    color: #000;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link:hover {
    color: #bd361d;
    border-color: transparent;
}
.nav-tabs .nav-link.active {
    color: #bd361d;
    border-color: transparent;
}
.nav-tabs .nav-link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    display: none;
    font-size: 18px;
    margin-top: -18px;
    font-weight: 100;
}
.nav-tabs .nav-link:hover:after {
        display: block;
}
.nav-tabs .nav-link.active:after {
        display: block;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    padding-top: 3px;
    padding-left: 8px;
    margin-left: 17px;
}
.close:not(:disabled):not(.disabled):hover {
   color: #ffffff;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0px;
  right: 0px;
  background-color: #111111f0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 27px;
  box-shadow: 0 2px 17px #000000a1;
}

a:not([href]):not([tabindex]) {
    color: #818181;
    text-decoration: none;
    cursor: pointer;
}
.sidenav a {
  padding: 0 8px 0 20px;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  display: block;
  transition: 0.05s;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 5px;
}

.sidenav a:hover {
  color: #d9b91b;
}
a:not([href]):not([tabindex]):hover {
  color: #424242;
}
.sidenav .closebtn {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 23px;
  margin-left: 10px;
  border-radius: 25px;
  border: 2px solid #c5a73c;
  background: transparent;
  width: 43px;
  height: 43px;
  padding: 2px 13px;
}
.sidenav .closebtn:hover {
  border: 2px solid #ffffff;
}

/*------------------------------- Button ------------------------------*/

.custom-btn {
    border-radius: .95rem;
    border: 1px solid #ced4da;
    padding: 5px 50px 5px 50px;
    color: #7d7d7d;
    background: transparent;
}
.custom-btn:hover {
    border-radius: .95rem;
    border: 1px solid #c1381e;
    padding: 5px 50px 5px 50px;
    color: #fff;
    background: #c1381e;
}


/*------------------------------- Timeline ------------------------------*/

.timeline {
  width: 100%;
  background-color: #000;
  height: 100%;
}
.timeline .swiper-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #000;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: auto;
  right: 50%;
  top: 16%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
  color: #ffffff;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 20px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.3;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  left: 6% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  z-index: 1;
  width:auto;
  line-height: 0;
  font-family: 'Avenir LT Std';
}

.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: left;
  opacity: 1;
  background: transparent;
  color: #c5a73c;
  margin: 15px 0 !important;
  position: relative;
  transition: transform .3s;
}
.timeline .swiper-pagination-bullet:hover {
  color: #ffffff;
      -moz-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)

}
.timeline .swiper-pagination-bullet-active {
  color: #ffffff;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}



/*------------------------------- Fonts------------------------------*/
b, strong {
    font-weight: bold;
}
@font-face {
    font-family: 'Coves';
    src: url('font/Coves-Bold.woff2') format('woff2'),
        url('font/Coves-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Coves';
    src: url('/font/Coves-Light.woff2') format('woff2'),
        url('/font/Coves-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/font/AvenirLTStd-Roman.woff2') format('woff2'),
        url('/font/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*------------------------------- Others ------------------------------*/
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Coves';
    font-weight: 500;
    font-size: 16px;
    line-height: unset;
}
.humb {
    color: #c5a73c;
    font-size: 14px;
    cursor:pointer;
    border-radius: 25px;
    border: 2px solid #c5a73c;
    background: transparent;
    width: 35px;
    height: 35px;
    padding: 4px 9px;
    transition: 0.3s;
}
.humb:hover {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.bg-black {
 background: #11111100;
}
.margin-custom {
    margin-top: -100px;
}
.form-control {
    border-radius: 0;
    padding: 1.375rem 1.75rem;
    font-size: 0.8rem;
}

.title {
  font-size: 38px;
  color: #616161;
  font-weight: 800;
}


/*------------------------------- RESPONSIVE MAX ------------------------------*/

@media screen and (max-width: 360px) {
    .timeline .swiper-slide .timeline-title {
    padding-bottom: 20px;
}
}
@media screen and (max-height: 450px) {
  .padding-left-custom {
    padding-left: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
    padding-top: 3px;
    padding-left: 8px;
    margin-left: 1px;
}    
.modal.right .modal-dialog {
    width: 100%;
}
.modal-open .modal {
    top: -20px;
}
.modal.right.fade.show .modal-dialog {
    right: 8px;
    top: 70px;
}
  .sidenav {
    padding-top: 15px;
}
  .sidenav a {
    font-size: 12px;
  }

}
@media screen and (max-width: 576px) {
.width-custom {
   width: 100%;
}    
    
.custom-top2 {
    margin-top: 30px;
    margin-left: 0;
}
.margin-logo-custom {
    margin-left: 0;
    padding-top: 0;
}

.sidenav {
    right: -13px;
    max-width: 375px;
}
.custom-top3 {
    margin-top: 30px;
}
.close:not(:disabled):not(.disabled) {
    margin-left: 2px;
}    
.display-custom {
    margin-top: 0;
}
.modal.right .modal-dialog {
  width: 90%;
}
.carousel-indicators {
    top: -20%;
}   
.scrolly {
    height: 54%;
    margin-top: 0;
}
.modal-content-custom {
    height: 100%;
    top: 0;
    left: 8px;
    padding-right: 20px;
    padding-left: 10px;
}
.modal-header-custom .close {
    padding: 1rem;
    margin: 4px 6px 0 auto;
}
.timeline .swiper-slide-content {
    right: 50%;
    top: 16%;
    font-size: 12px;
    text-align: left;
    width: 80%;
    color: #ffffff;
}
.timeline .swiper-slide .timeline-year {
    font-size: 16px;
    margin-bottom: 10px;
}
.timeline .swiper-slide .timeline-title {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.timeline .swiper-pagination-bullet {
    width: 60%;
    height: auto;
    opacity: 1;
    background: transparent;
    color: #c5a73c;
    margin: 9px 0 !important;
    position: relative;
    line-height: 7px;
    border-radius: 0;
    font-size: 11px;
    text-align: left;
}
.timeline .swiper-pagination {
    left: 5% !important;
    height: 100%;
    display: block;
    flex-direction: column;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
    top: 37%;
    text-align: left;
    width: 100%;
    display: none;
}
.pt-3, .py-3 {
    padding-top: 2rem!important;
}
.ml-5, .mx-5 {
    margin-left: 1rem!important;
}
.margin-top4 {
    margin-top: 50px;
}
}
@media screen and (max-width: 1024px) {
  .margin-custom {
    margin-top: 0;
}  

}

@media only screen and (max-width: 480px) {
  .text_hider{
    height: 219px;overflow: scroll;background: rgba(46, 51, 58, 0.3);
  }

  .main_text_hider{
    height: 260px;overflow: scroll;background: rgba(46, 51, 58, 0.3);padding: 0 10px;
  }

  .marg-dis{
    overflow: hidden;
    padding: 0;
  }
}


/*------------------------------- RESPONSIVE MIN ------------------------------*/


@media screen and (min-width: 768px) {
.shadow-custom {
   text-shadow: none;
}
.padding-left-custom {
    padding-left: 78px;
}
    .scrolly2 {
    height: 100%;
    width:100%;
    overflow:auto;
    display: block;
}
  .modal-content-custom {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    height: 100%;
    top: 0;
    left: 0;
}
.display-custom {
    margin-top: 0;
}    
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-family: 'Avenir LT Std';
    line-height: 17px;
    font-size: 13px;
    transition: transform .3s;
}
.nav-tabs .nav-link:hover {
    -moz-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    -o-transform: translate(-1px, -1px);
    -webkit-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px)
}

  .timeline .swiper-slide::after {
    left: 30%;
    bottom: -8%;
    width: 240px;
    height: 80%;
    /* box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70%;
    font-size: 14px;
    text-align: left;
    color: #000;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Coves';
    padding-bottom: 10px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 35px;
    margin: 0;
    font-family: 'Coves';
    font-weight: 800;
    line-height: 35px;
    padding-bottom: 10px;
  }
  .timeline .swiper-pagination {
    display: flex;
    top: 44%;
  }
  /*.timeline .swiper-button-prev {
    top: 15%;
    left: 15%;
    right: auto;
    -webkit-transform: rotate(90deg) translate(0, 10px);
    transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }*/
.custom-padding-top2 {
    margin-top: -110px;
}
.custom-top3 {
    margin-top: -90px;
}
.custom-padding-top {
    padding-top: 0;
}
.margin-logo-custom {
    margin-left: 40px;
    padding-top: 30px;
}
.margin-custom5 {
   margin-top: 70px;
   margin-left: 20px;
}
.scrolly {
    height: 40%;
    width:100%;
    overflow:auto;
    margin-top: -70px;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.text-gold {
    color: #d7b740;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-left: 47px;
    bottom: 30px;
}
.margin-custom14 {
    margin-top: 0;
}
.custom-padding-top {
    margin-top: -150px;
}
}

@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    left: 20%;
    bottom: -12%;
    width: 240px;
    height: 80%;
    /* box-shadow: -230px 0 59px 39vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    left: 15%;
  }
  .timeline .swiper-slide-content {
    top: 37%;
  }
  .scrolly {
      height: 80%;
      width:100%;
      overflow:auto;
      margin-top: -70px;
      padding: 14px;
  }
  .custom-top2 {
    margin-top: -220px;
    margin-left: 0;
  }

}

@media screen and (max-width: 768px) {
  .custom-top2{
    margin-top: -35px;
  }

  .custom-top3 {
    margin-top: 15px;
  }

  .custom-padding-top2 {
    padding-top: 160px;
  }
}

@media screen and (max-width: 480px) {
  .custom-top2 {
    margin-top: 30px;
  }
}

.fa-1x {
    font-size: 1.2em;
}
span a > .far {
  -webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
          transition: all 0.1s ease;
}

span a:hover > .far {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
          
}a arrow> .far {
  -webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
          transition: all 0.1s ease;
}

a arrow:hover > .far {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
       -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
a arrow:active > .far {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
       -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion .card-header:after {
     font-family: "Font Awesome 5 Free";
    content: "\f358";
    float: left;
    padding-right: 5px;
    color:#818181;
    font-size: 17px;
    margin-top: -3px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
     font-family: "Font Awesome 5 Free";
    content: "\f35a";
}

.card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.card-body {
    text-align: justify;
    padding: 0;
    padding-bottom: 50px;
    font-size: 12px;
}

.arrow-link:after {
    font-family: 'FontAwesome';
    content: "\f01b";
    float: left;
    padding-right: 5px;
    color:#818181;
    font-size: 17px;
    margin-top: -3px;
}
.arrow-link:after {
    /* symbol for "collapsed" panels */
    content: "\f18e";
}
 

