/*=======================================================================
Hero
==========================================================================*/
#hero {
    height: 688px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
}
#hero .row {
    position: relative;
    z-index: 2;
}
#hero .bg {
    background: transparent linear-gradient(90deg, #1B2E5E 0%, #1B2E5EF4 11%, #1B2E5E1C 100%) 0 0 no-repeat padding-box;
    opacity: 0.9;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#hero .text {
    position: relative;
}
#hero .text::before {
    content: '';
    width: 68px;
    height: 6px;
    background: #9BCB40;
    position: absolute;
    top: -40px;
    left: -40px;
}
#hero .text::after {
    content: '';
    width: 6px;
    height: 68px;
    background: #9BCB40;
    position: absolute;
    top: -40px;
    left: -40px;
}
#hero h1 {
    font-size: 37px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 20px;
}
#hero p {
    font-size: 21px;
    line-height: 30px;
    color: #fff;
}
#hero .buttons {
    display: flex;
    margin-top: 40px;
}
#hero .btn-main {
    margin-right: 15px;
}
#hero .column {
    width: 39%;
}

@media(max-width: 1600px) {
    #hero .column {
        width: 50%;
    }
}
@media(max-width: 1400px) {
    #hero .column {
        width: 100%;
    }
}

@media(max-width: 767px){
    #hero .buttons {
        flex-direction: column;
    }
    #hero .btn-main {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*=======================================================================
Venue Search
==========================================================================*/
#venue_search {
    position: relative;
    padding: 50px 0;
    display: block;
    margin: 0 auto;
}
#venue_search::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -40px;
    height: calc(100% + 40px);
    background: transparent linear-gradient(81deg, #F95B83 0%, #267BDC 100%) 0 0 no-repeat padding-box;
    z-index: 1;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}
#venue_search .row {
    z-index: 2;
    position: relative;
}
#venue_search .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#venue_search .top a {
    color: #fff;
    text-decoration: none;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}
#venue_search .top a:hover {
    color: #FCA342;
}
#venue_search .top a i {
    margin-left: 10px;
}
#venue_search h2 {
    color: #FFFFFF;
    font-size: 34px;
    line-height: 38px;
}

#form .inner {
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    box-shadow: 4px 3px 6px #00000014;
    border-radius: 10px;
    padding: 25px;
    margin-top: 10px;
}
#form .inner label {
    font-size: 18px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 5px;
}
#form .inner input {
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid #E9EDF0;
    border-radius: 0;
}
#form .fg-1{
    width: 260px;
}
#form .fg-2{
    width: 270px;
}
#form .fg-3{
    width: 210px;
}
#form .inner input:focus {
    outline: none !important;
    border: none !important;
}
#form .buttons {
    display: flex;
    padding-left: 20px;
}
#form .buttons .btn {
    width: 188px;
    font-size: 18px;
    padding: 15px 0;
}
#form .buttons .btn i {
    margin-left: 10px;
    font-size: 15px;
}
#form .buttons .btn-main {
    margin: 0 20px;
}

@media(max-width: 1200px){
    #form .inner {
        flex-wrap: wrap;
    }
    #form .buttons{
        width: 100%;
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
        padding: 0;
    }
}
@media(max-width: 991px){
    #form .fg-1, #form .fg-2, #form .fg-3{
        width: 100%;
        margin-bottom: 10px;
    }
    #venue_search::before {
        top: -60px;
        height: calc(100% + 60px);
    }
}
@media(max-width: 767px) {
    #venue_search .top {
        flex-direction: column;
    }
}
@media(max-width: 567px){
    #venue_search h2 {
        text-align: center;
    }
    #form .buttons{
        flex-wrap: wrap;
    }
    #form .buttons .btn {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0;
    }
    #form .buttons .btn-main{
        margin-bottom: 20px;
    }
    #venue_search::before {
        top: -70px;
        height: calc(100% + 70px);
    }
}





/*=======================================================================
Start
==========================================================================*/
#start {
    background: #F9F9F6;
    padding: 80px 0;
}
#start .row {
    align-items: center;
}
#start .text {
    padding-right: 100px;
}
#start h2 {
    font-size: 34px;
    line-height: 38px;
}
#start h2 strong {
    color: #2275D3;
    font-weight: 700;
}
#start h3 {
    font-size: 19px;
    line-height: 29px;
}
#start p {
    font-size: 17px;
    line-height: 26px;
    font-family: "Titillium Web", sans-serif;
}
#start ul {
    list-style: none;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 10px;
    width: 100%;
}
#start li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    background: #FCA342;
    border-radius: 50%;
    height: 20px;
    width: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left:0;
}
#start li {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 35px;
    color: #676767;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    font-family: "Titillium Web", sans-serif;
}
#start .buttons {
    display: flex;
    margin-top: 40px;
}
#start .btn-main {
    margin-right: 15px;
    background: #9BCB40;
}
#start .btn-main:hover {
    background: #4BC7FE;
}
#start .btn-alt {
    background: #4BC7FE;
}
#start .btn-alt:hover {
    background: #9BCB40;
}
#start .images {
    display: flex;
}
#start .images .left {
    width: 249px;
    margin-right: 20px;
}
#start .images .right {
    width: 370px;
}
#start .images img {
    border-radius: 10px;
}
#start .image1 {
    height: 265px;
    width: 249px;
    margin-bottom: 20px;
}
#start .image2 {
    height: 307px;
    width: 249px;
}
#start .image3 {
    height: 592px;
    width: 370px;
}

@media(max-width: 1400px) {
    #start .text {
        padding-right: 0;
    }
    #start .images .left {
        width: 200px;
        margin-right: 20px;
    }
    #start .images .right {
        width: 298px;
    }
    #start .image1 {
        height: 212px;
        width: 200px;
        margin-bottom: 20px;
    }
    #start .image2 {
        height: 246px;
        width: 200px;
    }
    #start .image3 {
        height: 478px;
        width: 298px;
    }
}

@media(max-width: 1200px) {
    #start {
        padding: 50px 0;
    }
    #start .images {
        margin-top: 40px;
        justify-content: center;
    }
}

@media(max-width: 600px) {
    #start .images {
        flex-direction: column;
        align-items: center;
    }
    #start .images .left {
        width: 300px;
        margin-right: 0;
        display: flex;
        margin-bottom: 20px;
    }
    #start .images .right {
        width: 300px;
    }
    #start .image1 {
        height: 173px;
        width: 140px;
        margin-bottom: 0;
        margin-right: 20px;
        object-fit: cover;
    }
    #start .image2 {
        height: 173px;
        width: 140px;
    }
    #start .image3 {
        height: 480px;
        width: 300px;
    }
    #start ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 0;
        width: 100%;
    }
}


/*=======================================================================
Register
==========================================================================*/
#features button{
    border: none;
    background: none;
    color: #2275D3;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
}

#features {
    padding: 80px 0;
    position: relative;
}
#features .icon {
height: 25px;
    width: 31px;
    margin-bottom: 10px;
}
#features .top {
    margin-bottom: 50px;
}
#features h2 {
    font-size: 32px;
    line-height: 38px;
}
#features h2 strong {
    color: #E6144C;
    font-weight: 700;
}
#features p {
    color: #676767;
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    line-height: 29px;
}
#features .row {
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
}
#features .column {
    width: 33%;
    padding: 12.5px;
}
#features .column .inner {
    box-shadow: 2px 3px 6px #00000014;
    border-radius: 10px;
}
#features .column .top {
    margin-bottom: 0;
    padding: 25px 25px 0;
}
#features .column h3 {
    font-size: 20px;
    line-height: 27px;
    margin: 5px 0;
    color: #2D2A25;
}
#features .column p {
    font-size: 16px;
    line-height: 27px;
}
#features .bottom {
    padding: 10px 25px 25px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#features .column .top img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
#features .toggle{
    color: #2275D3;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    cursor: pointer;
}
#features .more{
    display: none;
    padding-top: 10px;
}

@media(max-width: 1400px) {
  
}

@media(max-width: 1200px) {
    #features .column {
        width: 50%;
        padding: 12.5px;
    }
    #features .row {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media(max-width: 991px) {
    #features .column {
        width: 100%;
        padding: 12.5px;
    }

    #features .top {
        margin-bottom: 20px;
    }
}

@media(max-width: 500px) {
    #features {
        padding: 50px 0;
    }
}
/*=======================================================================
Block2
==========================================================================*/
#block2 {
    padding: 80px 0;
    position: relative;
}
#block2 .row {
    position: relative;
    z-index: 2;
    align-items: center;
}
#block2 .bg {
    background: #1A2335;
    opacity: 0.48;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#block2 .text {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px;
}
#block2 h2 {
    font-size: 34px;
    line-height: 38px;
}
#block2 h2 strong {
    color: #9BCB40;
    font-weight: 700;
}

#block2 p {
    font-size: 17px;
    line-height: 26px;
    font-family: "Titillium Web", sans-serif;
}
#block2 ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
#block2 li {
    padding-left: var(--icon-space);
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #676767;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif;
}
#block2 li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    background: #FCA342;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    font-size: 10px;
}
#block2 .buttons {
    display: flex;
    margin-top: 40px;
}
#block2 .btn-main {
    margin-right: 15px;
    background: #9BCB40;
}
#block2 .btn-main:hover {
    background: #4BC7FE;
}
#block2 .btn-alt {
    background: #FCA342;
}
#block2 .btn-alt:hover {
    background: #4BC7FE;
}

@media(max-width: 1200px) {
    #block2 {
        padding: 50px 0;
    }
}

/*=======================================================================
Locations
==========================================================================*/
#locations {
    padding: 80px 0;
    position: relative;
}
#locations .row {
    justify-content: center;
}
#locations .icon {
    height: 25px;
    width: 31px;
    margin-bottom: 10px;
}
#locations .top {
    margin-bottom: 50px;
}
#locations h2 {
    font-size: 32px;
    line-height: 38px;
}
#locations h2 strong {
    color: #E6144C;
    font-weight: 700;
}
#locations p {
    color: #676767;
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    line-height: 29px;
}
#locations .buttons {
    display: flex;
    padding-top: 40px;
    justify-content: center;
    position: relative;
    z-index: 999;
}
#locations .btn-main {
    margin-right: 15px;
    background: #FFD600;
}
#locations .btn-main:hover {
    background: #4BC7FE;
}
#locations .btn-main img {
    margin-left: 10px;
    margin-right: 0;
}
#locations button i {
    color: #2d2d2d;
    font-size: 40px;
    transition: 0.3s all ease;
}
#locations button:hover i {
    color: #9bcb41;
    transition: 0.3s all ease;
}

#locations .slide {
    padding: 10px;
}
#locations .slide a {
    border-radius: 10px;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0;
    box-shadow: 0 0 6px #00000017;
}
#locations .slide a .top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    margin-bottom: 0;
}
#locations .toggles {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#locations .toggles div {
    width: 208px;
    height: 38px;
    color: #676767;
    font-size: 17px;
    line-height: 27px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    border-bottom: 4px solid #E2E2E2;
    cursor: pointer;
}
#locations .toggles .active {
    border-color: #9BCB40;
}

#locations .slide a .text {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
}
#locations .slide .text p {
    margin-bottom: 0;
    font-size: 16px;
    color: #2275D3;
    font-weight: 600;
}
#locations .slide a .text h4 {
    color: #1A2335;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 10px;
}
#locations .slide a .text i {
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: 0;
}
#locations .heading p{
    position: relative;
}
#locations .heading p::before {
    content: '';
    width: 129px;
    height: 13px;
    background: #676767;
    position: absolute;
    top: 0px;
    left: 13px;
    opacity: 0.08;
}
#locations .heading p::after {
    content: '';
    width: 13px;
    height: 142px;
    background: #676767;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.08;
}
@media(max-width: 767px) {
    #locations {
        padding: 50px 0;
    }
}
/*=======================================================================
Articles
==========================================================================*/
#articles {
    padding: 80px 0;
    position: relative;
    background: #1B2E5E;
}
#articles .icon {
    height: 25px;
    width: 31px;
    margin-bottom: 10px;
}
#articles .top {
    margin-bottom: 50px;
}
#articles .top h2 {
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}
#articles .top h2 strong {
    color: #E6144C;
    font-weight: 700;
}
#articles .top p {
    color: #676767;
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    line-height: 29px;
    color: #FFFFFF;
}
#articles .buttons {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
#articles .btn-main {
    margin-right: 15px;
    background: #4BC7FE;
}
#articles .btn-main:hover {
    background: #FCA342;
}
#articles .btn-main img {
    margin: 0 0 0 10px;
}
#articles .posts {
    display: flex;
    justify-content: space-between;
}
#articles .post {
    width: 49%;
    background: #fff;
    box-shadow: 0 0 6px #0000000F;
    border-radius: 10px;
}
#articles .post a {
    text-decoration: none;
}
#articles .post .wrap {
    display: flex;
    padding: 20px;
}
#articles .post img {
    width: 178px;
    height: 178px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom: 10px;
}
#articles .cat {
    background: #FCA342;
    border-radius: 2px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
}
#articles .content {
    padding: 0 20px;
}
#articles .post h2 {
    font-size: 20px;
    line-height: 27px;
}

#articles .date {
    color: #676767;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 5px;
}
#articles .date i {
    margin-right: 10px;
}
#articles .content p {
    color: #5A5A5A;
    font-size: 15px;
    font-family: "Titillium Web", sans-serif;
    line-height: 22px;
}

    :root {
        --gmpx-color-on-surface: #212529;
        --gmpx-color-primary: #fff;
        --gmpx-font-family-base: "Titillium Web","Google Sans Text", sans-serif;
        --gmpx-font-size-base: 1rem;
    }
    #searchForm input{
        font-family: "Titillium Web", sans-serif;
    }

@media(max-width: 1200px) {
    #articles .posts {
        flex-wrap: wrap;
    }
    #articles .post {
        width: 100%;
        margin: 10px 0;
    }
}

@media(max-width: 1200px) {
    #articles .post .wrap {
        flex-direction: column;
    }
    #articles .image {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #articles .cat {
        width: 178px;
        margin-bottom: 20px;
    }
}








