@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    background: #f9f7f6;
    font-weight: 600;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.bg-white{
    background:white;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
}





    /* Center slide text vertically */

    .swiper-container {
        width: 100%;
        height: 100%;
        position: relative;
      }
.swiper-slide {

  }

  .control {
    display: flex;
    flex-direction: row-reverse;
    place-content: space-between;
    place-items: center;
    min-width: 100px;
    margin-left: 160px;
    height: 150px;
}
.button-prev,
.button-next {
    border: 2px solid #f6ad00;
    width: 30px;
    height: 30px;
    display: flex;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    color: white;
    outline: 0!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    color: white;
    font-weight: 790;
    font-size: 24px;
}
.slider-action {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 0;
    padding: 10px;
    place-content: center;
    place-items: center;
    display: flex;
    /* min-height: 115px; */
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction::after{
    position: absolute;
    width: 134px;
    content: '';
    background: white;
    height: 1px;
    top: 50%;
    left: 70px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(8 8 8);
    font-size: 16px;
}
li.nav-item {
    margin-left: 25px;
}
.nav-link {
    display: block;
    padding: 20px 10px;
    border-top: 4px solid transparent;
}
.nav-link:hover, .nav-link:active{
    border-top: 4px solid #f6ac02; 
}
.navbar{
    padding:0px;
}

.videoLink {
    position: absolute;
    right: 0;
    z-index: 8;
    bottom: 0;
    background: black;
    display: flex;
    place-content: center;
    place-items: center;
    height: 150px;
    min-width: 335px;
    overflow: hidden;
}
.videoLink h5{
    margin: 0px;
    color: white;
}
.videoLink a i{
    color:#f5ae00;
}
.videoLink a{
    background: white;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
    display: flex;
    place-content: center;
    place-items: center;
    text-decoration: none;
}
.videoLink img {
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    transition: .6s all ease-in-out;
}
.videoLink:hover img{
    transform: scale(1.3);
}
.slider{
    width:100%;
    height: auto;
    position: relative;
}
section{
    width:100%;
    padding: 50px 0px;
    float: left;
}

.content h2 {
    color: #080808;
    margin-bottom: 15px;
    font-size: 46px;
}
.content h2 span{
   font-weight: 700; 
   color: #f7ac01;
}
.content p {
    font-size: 16px;
    line-height: 1.7;
}
.image-content img {
    max-width: 470px;
    /* margin-right: 0; */
    display: block;
    margin-left: auto;
}
.btn-round{
    border: 2px solid #efc940;
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 40px;
    border-radius: 50px;
    min-width: 160px;
    letter-spacing: .050em;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.box-img-text {
    width: 100%;
    overflow: hidden;
    max-height: 360px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
}
.box-img-text img{
    position: relative;
    width: 100%;
    transition: .4s all ease-in-out;
    min-height: 360px;
    object-fit: cover;
}
.text-over {
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    color: white;
    padding: 15px;;
}
.text-over h4 {
    font-size: 24px;
}
.box-img-text:hover  img{
transform: scale(1.2);
}

.navbar-brand img {
    width: 130px;
    padding: 6px;
}
.top-item ul {
    list-style: none;
    display: inline-flex;
    padding-left: 3px;
    margin: 0;
}
.top-item ul li {
    margin-right: 10px;
}
.top-item ul li a {
    color: #eeb315 !important;
    text-decoration: none !important;
}
.top-item ul li p {
    margin: 0px;
    font-weight: 900;
    -webkit-text-stroke: 1px;
}
.top-item.right {
    text-align: right;
}
.top {
    background: white;
    padding: 10px 0px;
}
@media(max-width:767px){
 
    .navbar-brand img {
    width:60px;
}
    .event_next {
    background: white;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    min-height: auto !important;
}
    .box-img-text img{
    position: relative;
    width: 100%;
    transition: .4s all ease-in-out;
    min-height:100%;
    object-fit: cover;
}
    .box-img-text {
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
}
    .box-img-text:hover  img{
transform: scale(1);
}
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6 !important;
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 0px;
}
.nav-tabs .nav-item .nav-link:hover{
    border:0px;
    padding: 0px;
}
.nav-tabs .nav-item .nav-link{
    padding: 0px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-tabs .nav-item {
    margin-left: 0px;
    margin-bottom: 80px;
    position: relative;
}
.nav-tabs .nav-item::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80px;
    background: white;
    left: 10%;
}
.nav-tabs .nav-item:nth-last-child(1)::after {
    height: 0px;
}
.tbs{
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

footer.footer {
    width: 100%;
    float: left;
    color: #fff;
    background-color: #000000;
    padding: 60px 0;
}
.footer-socials {
    padding: 0;
    margin: 0px 0 17px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}
.footer-socials__item:not(:last-of-type) {
    margin-right: 40px;
}
.footer-socials__item {
    list-style: none;
}
.footer-socials__link {
    color: inherit;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.footer__title {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer-contacts p {
    margin-bottom: 0;
    line-height: 32px;
}
a.footer-logo__link img {
    width: 180px;
}
.footer-menu {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-menu__item {
    list-style: none;
    width: 20%;
}
.footer-contacts p a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    color: white;
}
.align-items-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline!important;
    align-items: baseline!important;
}
.footer-copyright {
      margin-top: 26px;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    
}
.footer-privacy {
    text-align: right;
    color: #8e99b1;
    text-align: center;
}
.footer-privacy__link {
    color: #8e99b1;
    text-decoration: none;
}
.footer-privacy__divider {
    padding: 0 8px;
}
.footer-menu__link {
    color: #fff !important;
    line-height: 32px;
    text-decoration: none !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}



@media (max-width:767px){
    .modal-body .form-group {
    margin-bottom: 1rem;
    padding: 0px 6px;
}
    .timeline-carousel__item-inner p{
         text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
    }
    .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(248 249 250);
        outline: none !important;
}
    .nav-link {
    display: block;
    padding: 10px 10px;
    border-top: 4px solid transparent;
}
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
}
li.nav-item {
    margin-left: 0px !important;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #c7c7c7;
}
    .slider-action {
        position: absolute;
        bottom: 0;
        z-index: 9999;
        left: 0;
        padding: 10px;
        place-content: center;
        place-items: center;
        display: flex;
        /* min-height: 115px; */
        width: 100%;
    }
    .control {
        display: flex;
        flex-direction: row-reverse;
        place-content: space-between;
        place-items: center;
        min-width: 100px;
        margin-left: 153px;
        height: 30px;
    }
    .videoLink {
        display: none;
    }
    .nav-tabs .nav-item {
        margin-left: 0px;
        margin-bottom: 20px;
        position: relative;
    }
    .nav-tabs .nav-item::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 0;
        background: white;
        left: 10%;
    }
    .nav-tabs .nav-item {
        margin-left: 0px;
        margin-bottom: 1px !important;
        position: relative;
        display: flex;
        width: 100%;
        text-align: center;
    }
    .nav-tabs .nav-item .nav-link {
        padding: 0px;
        color: white;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
        background: black;
        padding: 10px !important;
        margin: 0px !important;
        line-height: normal;
    }
    .tab-pane.container {
        padding: 1px !important;
    }
    .image-content {
        margin-top: 30px;
    }
    .image-content img {
        max-width: 100%;
    }
    .content h2 {
        color: #080808;
        margin-bottom: 15px;
        font-size: 26px;
    }
}






video#vid {
    width: 100%;
    height: auto;
}
               .swiper-slide img {
    min-height: 360px;
              max-height: 100%;
}
        .slick-list{padding:0 20% 0 0;}
 .timeline-carousel {
/*	 padding: 86px 6.9444% 90px 6.9444%;*/
	 position: relative;
	 overflow: hidden;
}
/*
 .timeline-carousel:after, .timeline-carousel:before {
	 content: "";
	 position: absolute;
	 display: block;
	 top: 0;
	 height: 100%;
	 width: 6.9444%;
	 background-color: #1d1d1e;
	 z-index: 3;
	 width: 6.9444%;
}
*/
 .timeline-carousel:after {
	 left: 0;
}
 .timeline-carousel:before {
	 right: 0;
	 opacity: 0;
}
 .timeline-carousel .slick-list {
	 overflow: visible;
}
 .timeline-carousel .slick-dots {
	 bottom: -73px;
}
 .timeline-carousel h1 {
	 color: #000;
	 font-size: 46px;
	 line-height: 50pd;
	 margin-bottom: 40px;
	 font-weight: 900;
}
 .timeline-carousel__image {
	 padding-right: 30px;
}
 .timeline-carousel__item {
	 cursor: pointer;
}
 .timeline-carousel__item .media-wrapper {
	 opacity: 0.4;
	 padding-bottom: 71.4%;
	 -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
 .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
	 width: calc(100% - 30px);
}
 .timeline-carousel__item-inner {
	 position: relative;
	 padding-top: 45px;
}
 .timeline-carousel__item-inner:after {
	 position: absolute;
	 width: 100%;
	 top: 45px;
	 left: 0;
	 content: "";
	 border-bottom: 1px solid rgb(246 172 2);
}
 .timeline-carousel__item-inner .year {
	 font-size: 36px;
	 line-height: 36px;
	 color: #000;
	 display: table;
	 letter-spacing: -1px;
	 padding-right: 10px;
	 background-color: #fff;
	 z-index: 1;
	 position: relative;
	 margin: -15px 0 20px;
	 font-weight: 900;
}
/*
 .timeline-carousel__item-inner .year:after {
	 content: "";
	 position: absolute;
	 display: block;
	 left: -10px;
	 top: 0;
	 height: 100%;
	 width: 10px;
	 background-color: #1d1d1e;
	 z-index: 3;
}
*/
 .timeline-carousel__item-inner .month {
	 font-size: 12px;
	 text-transform: uppercase;
	 color: #b38c52;
	 display: block;
	 margin-bottom: 10px;
	 font-weight: 900;
}
 .timeline-carousel__item-inner p {
	 font-size: 12px;
	 line-height: 18px;
	 color: #000;
	 width: 60%;
	 font-weight: 400;
	 margin-bottom: 15px;
         text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
     
 .timeline-carousel__item-inner .read-more {
	 font-size: 12px;
	 color: #b38c52;
	 display: table;
	 margin-bottom: 10px;
	 font-weight: 900;
	 text-decoration: none;
	 position: relative;
}
 .timeline-carousel__item-inner .read-more:after {
	 content: "";
	 position: absolute;
	 left: 0;
	 bottom: -1px;
	 width: 0;
	 border-bottom: 2px solid #b38c52;
	 -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
 .timeline-carousel__item-inner .read-more:hover:after {
	 width: 100%;
}
 .timeline-carousel__item-inner .pointer {
	 height: 29px;
	 position: relative;
	 z-index: 1;
	 margin: -4px 0 16px;
}
 .timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
	 position: absolute;
	 content: "";
}
 .timeline-carousel__item-inner .pointer:after {
	 width: 9px;
	 height: 9px;
	 border-radius: 100%;
	 top: 0;
	 left: 0;
	 background-color: #b38c52;
}
 .timeline-carousel__item-inner .pointer:before {
	 width: 1px;
	 height: 100%;
	 top: 0;
	 left: 4px;
	 background-color: #b38c52;
}
 .timeline-carousel .slick-active .media-wrapper {
	 opacity: 1 !important;
}
 .slick-dots {
	 bottom: 60px;
	 list-style: none;
	 position: absolute;
	 width: 100%;
	 left: 0;
	 text-align: center;
	 z-index: 2;
}
 .slick-dots li {
	 cursor: pointer;
	 display: inline-block;
	 margin: 0 6px;
	 position: relative;
	 width: 10px;
	 height: 10px;
}
 .slick-dots li:last-child {
	 margin-right: 0;
}
 .slick-dots li.slick-active button {
	 background: #b38c52;
	 border-color: #b38c52;
}
 .slick-dots li button {
	 display: block;
	 font-size: 0;
	 width: 10px;
	 height: 10px;
	 padding: 0;
	 background-color: rgba(255, 255, 255, 0.6);
	 border-color: rgba(255, 255, 255, 0.6);
	 cursor: pointer;
	 -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	 transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
 .slick-dots li button:hover {
	 background: #b38c52;
	 border-color: #b38c52;
}
 .link {
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 padding: 20px;
	 z-index: 9999;
}
 .link a {
	 display: flex;
	 align-items: center;
	 text-decoration: none;
	 color: #fff;
}
 .link .fa {
	 font-size: 28px;
	 margin-right: 8px;
	 color: #fff;
}
    
 span.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9;
    background: #f8ac01;
    width: 30px;
    height: 30px;
    display: flex;
    place-content: center;
    place-items: center;
    font-size: 10px;
    color: white;
    bottom: 0px;
       opacity:0;
}


.timeline-carousel:hover span.slick-prev.slick-arrow{
   opacity:1;
}

button.btn.btn-yellow {
    background: #f6ad00;
    border-radius: 0px;
    padding: 10px 40px;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 !important;
}
        
        span.slick-next.slick-arrow{
                position: absolute;
    z-index: 9;
    background: #f8ac01;
    width: 30px;
    height: 30px;
    display: flex;
    place-content: center;
    place-items: center;
    font-size: 10px;
    color: white;
    bottom: 0px;
            right:0px;
            opacity:0;
        }

.timeline-carousel:hover span.slick-next.slick-arrow{
    opacity:1;
}

.page_header {
    width: 100%;
    min-height: 150px;
    background: rgb(246 173 0 / 87%);
    display: flex;
    place-content: center;
    place-items: center;
}
.page_header h5 {
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 800;
    color: white;
}
.page_header ul {
    display: inline-flex;
    list-style: none;
    padding: 0px;
}
.page_header li:nth-child(3) {
    font-weight: 800;
    padding-left: 10px;
}
.page_header li a {
    color: black;
    padding-right: 10px;
}
.team {
    width: 100%;
    background: white;
    height: 200px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
    display: flex;
    place-content: center;
    place-items: center;
    flex-direction: column;
}
.team-icon {
      width: 100px;
    height: 100px;
    background: #f9f7f6;
    margin: 0px auto;
    border-radius: 50%;
    display: flex;
    place-content: center;
    place-items: center;
    
}
.team-icon i{
        font-size: 62px;
    opacity: .4;
}
.team h4 {
    font-size: 18px;
    padding-top: 20px;
}

.event_next {
    background: white;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
/*    min-height: 583px;*/
}
.event_detail {
    min-height: 271px;
}
.event_img {
    width: 100%;
    margin-bottom: 15px;
}
.event_img img {
    width: 100%;
}
.event_detail h5 {
    margin: 0px;
    font-size: 14px;
    color: #f6b63a;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.event_detail h4 {
font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
}

.space{
        place-content: space-between;
    place-items: center;
}
.btn.btn-web {
    background: #f7ac01;
    color: white;
    padding: 4px 20px;
}
.insta{
    background: whitesmoke;
    display: flex;
    place-content: center;
    place-items: center;
    max-height: 360px;
    /* padding-top: 31px; */
}
.contact-form {
    background: white;
    padding: 30px;
}
@media(max-width:480px){
    .space h2 {
    font-size: 23px;
}
}

.btns{
     -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@keyframes glowing {
  0% { background-color: #f7ac01; box-shadow: 0 0 3px red; }
  50% { background-color: red; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #f7ac01; box-shadow: 0 0 3px #B20000; }
}


.slider iframe{
        min-height: 400px;
        max-height: 400px;
    }
    @media(max-width:767px){
        .slider iframe{
             min-height: 300px;
        max-height: 300px;
        }
    }
    button.close {
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    display: flex;
    place-content: center;
    place-items: center;
    /* padding: 0px; */
    color: white;
    font-size: 22px;
    /* padding: 9px; */
    padding-bottom: 2px;
}
    #my-popup .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem ;
            padding-bottom: 10px;
}