/*    font-family: "AvertaStd-Regular";         */
/*    font-family: "Mulish", sans-serif;        */
/*    font-family: "Mulish", sans-serif;       */



@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


.roboto-regular {
  font-family: "__Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "__Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
    font-family: "__Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}


.roboto-regular-italic {
  font-family: "__Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "__Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "__Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*<uniquifier>: Use a unique and descriptive class name*/
/*<weight>: Use a value from 200 to 1000*/

.mulish-<uniquifier> {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


html, body {
    overflow-x: hidden;
}



body{
/*    font-family: "AvertaStd-Regular";*/
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 15px;
}

header.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

header.main-header nav.navbar {
    border: none;
    margin: 0;
    padding: 30px 40px;
    transition: all 0.4s ease-in-out;
}
header.main-header nav.navbar .container-fluid {
    display: flex;
    align-items: center;
}


/*header.main-header.fixed {background: rgb(17 34 61 / 88%);}*/
header.main-header.fixed {
    background-color: #333;
}

header.main-header .navbar-brand img {
    transition: all 0.4s ease-in-out;
    height: 80px;
}

.navbar-header a.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-toggle span.icon-bar {
    background: #fff;
    height: 3px;
    border-radius: 4px;
    width: 25px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.navbar-toggle {
    display: block;
    padding: 0;
    margin: 0;
    border: 0 none;
    z-index: 9;
}

.navbar-collapse.collapse {
    display: none !important;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

.nav-right a.dropdown-toggle {
    background: transparent !important;
    padding: 0 3px 0 0px;
    margin-left: 18px;
}

.nav-right ul.nav.navbar-nav {
    align-items: center;
    display: flex;
}

.nav-right ul.navbar-nav li a {
    color: #fff;
    background: transparent !important;
}

.nav-right ul.navbar-nav li .dropdown-menu a {
    color: #333;
}

div#myNavbar {
    position: fixed;
    top: -50%;
    background: rgb(17 34 61 / 89%);
    width: 100%;
    left: 0;
    z-index: 9;
    height: 100vh !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    margin: 0 !important;
}

div#myNavbar.in {
    visibility: visible;
    opacity: 1;
    top: 0;
}

div#myNavbar ul.nav.navbar-nav {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

div#myNavbar ul.nav.navbar-nav li a {
    background: transparent;
    color: #fff;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

    font-size: 3rem;
    line-height: normal;
    padding: 0;
}

div#myNavbar ul.nav.navbar-nav li {
    margin: 15px 0;
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
}
html.navbar-open {
    overflow-y: hidden;
}


.carousel-inner .item img {
    min-height: 700px;
    object-fit: cover;
}
.carousel .carousel-indicators li {
    margin: 0 4px;
    width: 15px;
    height: 15px;
}

.carousel-inner .content-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3rem 8rem;
    color: #fff;
}

.carousel-inner .content-overlay .container-fluid {
    width: 100%;
}

.carousel-inner .content-overlay p.date {
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 600;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
/*    font-weight: 900;*/
    font-style: normal;

}

.carousel-inner .content-overlay h2 {
    font-size: 44px;
    font-style: italic;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 30px;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 900;
/*    font-style: normal;*/

}

.carousel-inner .content-overlay h2 span {
    display: block;
    font-size: 32px;
    font-style: normal;
/*    font-family: "AvertaStd-Regular";*/
      font-family: "Mulish", sans-serif;
      font-weight: 400;
      font-style: normal;



}

.carousel-inner .content-overlay .btn-area a {
    background: #D9C3AF;
    border-radius: 19px;
    padding: 14px 40px;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.main-container {
    background: linear-gradient(180deg, #faf0e6, #fff);
}
.upcoming-events-section {
    padding: 7rem 0 5rem 0;
}

.upcoming-events-section .intro {
    margin-bottom: 5rem;
}

.upcoming-events-section .intro .vector-img {
    margin-top: 2rem;
}

.upcoming-events-section .intro h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.upcoming-events-section .intro h2 {
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    font-style: normal;

    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.upcoming-events-section .intro .vector-img img {
    max-width: 360px;
    width: 100%;
}

.filter-events-section {
    padding: 5rem 0;
}

.filter-events-section .intro {
    margin-bottom: 5rem;
}

.filter-events-section .intro .vector-img {
    margin-top: 2rem;
}

.filter-events-section .intro h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}

.filter-events-section .intro h2 {
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 900;
    font-style: normal;
    
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.filter-events-section .intro .vector-img img {
    max-width: 360px;
    width: 100%;
}

.event {
    border: none;
    background: none;
    box-shadow: 0 0;
}

.event .panel-image img {
    max-width: 100%;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.event .panel-body {
    padding: 25px 20px;
    background: no-repeat;
    border: none;
    text-align: center;
}
.event .panel-body h4.date {
    color: #D9C3AF;
    font-size: 14px;
    margin-bottom: 18px;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

    margin-top: 0;
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
.event .panel-body h4.date:before {
    content: "";
    background: url(../images/calendar-icon.png);
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;
}

.event .panel-body h3.panel-title {
    color: #000001;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

    letter-spacing: 1px;
}

.btn.btn-primary {
    background: #D9C3AF;
    border: none;
    border-radius: 20px;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

    font-size: 14px;
    padding: 10px 30px;
}

.btn.btn-primary:hover {
    background: #333;
}

.event .panel-body p {
    margin-bottom: 18px;
    color: #658ebd;
    font-family: "Mulish", sans-serif;
}


.content-with-bg-section {
    background: #69849e;
    padding: 12rem 0;
    color: #fff;
    position: relative;
}


.content-with-bg-section h2 {
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

    font-size: 42px;
    margin-bottom: 30px;
}

.content-with-bg-section p {
    font-size: 20px;
    margin-bottom: 30px;
}

.content-with-bg-section .container {
    max-width: 860px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.content-with-bg-section .btn-area .btn.btn-primary {
    background: #D9C3AF;
    border: none;
    border-radius: 20px;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

    font-size: 14px;
    padding: 10px 30px;
}

.content-with-bg-section .btn-area .btn.btn-primary:hover {
    background: #333;
}

.btn-primary {
    color: #333;
}

.content-with-bg-section:before {
    content: "";
    background: #69849e;
    width: 72%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    transform: skewX(-20deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.content-with-bg-section .image-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 23%;
    height: 100%;
}

.content-with-bg-section .image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.content-with-bg-section .image-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 21%;
    height: 100%;
}

.content-with-bg-section .image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-footer {
    background: #333;
    color: #fff;
    padding: 10rem 0;
}

.main-footer .footer-menu-grid {
    display: flex;
    justify-content: space-between;
}

.main-footer .footer-menu-grid h3 {
    margin: 0 0 20px 0;
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

    font-size: 22px;
}

.main-footer .footer-menu-grid ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-footer .footer-menu-grid ul li {
    display: block;
    margin-bottom: 6px;
}

.main-footer .footer-menu-grid ul li a {
    color: #fff;
}

.bottom-footer .row {
    display: flex;
    align-items: center;
}

.bottom-footer p {
    margin: 0;
    color: #333;
}

.bottom-footer p b {
/*    font-family: "Mulish", sans-serif;*/
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-style: normal;

}

.bottom-footer img {
    height: 38px;
}

.bottom-footer {
    padding: 20px 0;
}

.row.events-list {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.row.events-list:before, .row.events-list:after {
    display: none;
}


.row.events-list.list-view {
    grid-template-columns: 1fr;
}

.row.events-list.list-view .event {
    display: flex;
}

.row.events-list.list-view .event .panel-image {
    width: 50%;
}

.row.events-list.list-view .event .panel-body {
    text-align: left;
    padding: 0 40px;
    width: 50%;
}


.filter-row {
    background: #333;
    margin-bottom: 3rem;
    padding: 15px 23px;
    display: flex;
    align-items: center;
}

.filter-row .nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.filter-row .nav ul li a {
    color: #fff;
    font-size: 14px;
}

.filter-row .nav ul li {
    margin-left: 25px;
}

.filter-row .nav ul li:first-child {
    margin-left: 0;
}

.filter-row .search-filter {
    margin-left: auto;
}

.filter-row .search-filter form {
    position: relative;
}

.filter-row .search-filter form input#search {
    background: #fff;
    border-radius: 30px;
    height: 38px;
    padding: 5px 15px;
    width: 300px;
    border: 3px solid #e6e6e6;
}

.filter-row .search-filter form input#search-btn {
    position: absolute;
    right: 14px;
    border: none;
    font-size: 0;
    width: 22px;
    height: 22px;
    top: 7px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 100%;
}

.filter-row .list-grid-view-toggle {
    margin-left: 14px;
    margin-top: 6px;
}

.filter-row .list-grid-view-toggle a.view-option {
    font-size: 22px;
    color: #fff;
    opacity: 0.4;
}
.filter-row .list-grid-view-toggle a.view-option.active {
    opacity: 1;
}

.main-footer .logo img {
    max-width: 100%;
}


@media (min-width: 768px){
    header.main-header.fixed nav.navbar {
        padding: 20px 30px;
    }

    header.main-header.fixed .navbar-brand img {height: 50px;}
}

@media (max-width: 991px){
    header.main-header nav.navbar {
        padding: 16px 20px;
    }
    .navbar-header a.navbar-brand img {
        height: 60px;
    }
    .carousel-inner .content-overlay {
        padding: 1rem 4rem;
    }
    .event .panel-image img {
        height: 220px;
    }
    .main-footer .logo {
        margin-bottom: 40px;
        text-align: center;
    }
    .main-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .main-footer .logo img {
        max-width: 100%;
        height: 100px;
    }
    .content-with-bg-section .image-left,
    .content-with-bg-section .image-right{
        display: none;
    }
}

@media (max-width: 767px){
    header.main-header nav.navbar {
        padding: 16px 0px;
    }
    .navbar-header a.navbar-brand img {
        height: 40px;
    }
    .container{
        max-width: 600px;
        width: 100%;
    }
    .nav-right ul.nav.navbar-nav {
        margin: 0;
    }
    header.main-header nav.navbar .container-fluid .navbar-header {
        margin: 0;
    }
    .carousel-inner .content-overlay .container-fluid {
        width: 100%;
        text-align: center;
    }
    .carousel-inner .item img {
        min-height: 520px;
    }
    .carousel-inner .content-overlay h2 {
        font-size: 30px;
    }
    .carousel-inner .content-overlay h2 span {
        font-size: 26px;
    }
    .carousel-inner .content-overlay .btn-area a {
        padding: 12px 26px;
    }
    .carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .carousel-inner .content-overlay {
        padding: 1rem 1rem;
    }
    .row.events-list {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .row.events-list.list-view .event .panel-body {
        padding: 0 20px;
    }
    .content-with-bg-section {
        padding: 5rem 0 7rem 0;
    }
    .content-with-bg-section h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .content-with-bg-section p {
        font-size: 16px;
    }
    .nav-right ul.navbar-nav li a {
        padding-left: 10px;
        padding-right: 0px;
    }
    .nav-right ul.navbar-nav li a img {
        width: 20px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        min-width: 100px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .filter-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .filter-row .search-filter {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
    }
    .filter-row .search-filter form {
        max-width: 300px;
        margin: 0 auto;
    }
    .filter-row .search-filter form input#search {
        width: 100%;
    }
    .main-footer {
        padding-bottom: 10px;
    }
    .main-footer .footer-menu-grid h3 {
        font-size: 18px;
    }
    .main-footer .footer-menu-grid ul li {
        font-size: 14px;
    }
    .main-footer .footer-menu-grid {
        flex-wrap: wrap;
    }
    .main-footer .footer-menu-grid .footer-menu {
        width: 50%;
        margin-bottom: 30px;
    }
    .bottom-footer .row {
        display: block;
    }
    .bottom-footer {
        text-align: center;
    }
    .bottom-footer .text-right {
        text-align: center;
    }
    .bottom-footer p {
        margin-bottom: 15px;
    }
    .filter-events-section {
        padding: 0px 0 10px 0;
    }
}

@media (max-width: 480px){
    .filter-row .list-grid-view-toggle{
        display: none;
    }
    .nav-right ul.navbar-nav li a{
        margin-left: 0;
    }
}

.well {
    background-color: #fbf3eb;
    border-radius: 20px;
}

