@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
    font-family: DIN-Next-LT-Arabic-Light;
    src: url("../fonts/GE-Dinar-Two-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: GE_Dinar_Medium;
    src: url("../fonts/GE-Dinar-Two-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: DIN-Next-LT-Arabic-Light;
    src: url("../fonts/DIN-Next-LT-Arabic-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: DIN-Next-LT-Arabic-Light;
    background: #003057;
    font-size: 16px;
    overflow-x: hidden;
    color: #ffffff;
}

h1 {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.1;
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 52px;
    }
}

h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    h2 {
        font-size: 36px;
    }
}

h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.33;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    h4 {
        font-size: 28px;
    }
}

.sub-title {
    color: #bea051;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.fw-medium {
    font-weight: 500;
}

p{
    font-family: DIN-Next-LT-Arabic-Light;
}

.theme-secondary-btn {
    display: inline-block;
    padding: 13px;
    font-size: 27px;
    color: #bea051;
    border: 1px solid #bea051;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
    min-width: 200px;
    text-align: center;
}
.theme-secondary-btn:hover {
    color: #1D363A;
    text-decoration: none;
    border: 1px solid #bea051;
    background: #bea051;
}

main {
    padding-top: 150px;
}

@media (min-width: 1400px) {
    .container {
        /*max-width: 93vw;*/
    }
    
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    will-change: transform;
}

header .container-fluid{
    background: #003057;
}

#main_container{
    background:#fff;
    color:#003057;
}


header.unpinned {
    position: fixed;
    width: 100%;
    background: #1D363A;
    top: 0;
    box-shadow: 0px 14px 50px -10px rgba(0, 0, 0, 0.1);
    z-index: 1111111111111;
}

.header-wrapper {
    padding: 40px 50px 30px;
}

.award-categories-bg{
    width:70%;
}
@media (max-width: 991.98px) {
    .header-wrapper {
        padding: 10px 0;
    }
    .award-categories-bg{
        width:100%;
    }
    main {
        padding-top: 80px;
    }
}
.header-wrapper .logo-wrapper .logo {
    display: block;
}
.header-wrapper .logo-wrapper .logo img {
    width: 194px;
}
@media (max-width: 1399.98px) {
    .header-wrapper .logo-wrapper .logo img {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .header-wrapper .logo-wrapper .logo img {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .header-wrapper .menu-wrapper .navbar {
        justify-content: flex-end;
    }
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item {
    position: relative;
}
@media (min-width: 992px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item {
        margin: 0 7px;
    }
}
@media (min-width: 1200px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item {
        margin: 0 10px;
    }
}
@media (min-width: 1300px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item {
        margin: 0 16px;
    }
}
@media (min-width: 1400px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item {
        margin: 0 20px;
    }
}
@media (min-width: 1400px) and (max-width: 1460px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item {
        margin: 0 26px;
        margin: 0 16px;
    }
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.75;
    letter-spacing: 0px;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
}
@media (max-width: 991.98px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        opacity: 1;
        padding-right: 30px;
        width: 90%;
        width: calc(100% - 40px);
        color:#333;
    }
}
@media (min-width: 992px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        font-size: 13px;

    }
}
@media (min-width: 1200px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        font-size: 16px;

    }
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #bea051;
    left: 0;
    bottom: 0;
    display: none;
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link.active, .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link:hover {
    opacity: 1;
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link.active::before, .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link:hover::before {
    display: block;
}
@media (max-width: 991.98px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link.active::before, .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link:hover::before {
        display: none;
        color:#333;
    }
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .dropdown {
    display: none;
    top: 100%;
    position: absolute;
    list-style: none;
    padding-left: 0;
    background: #1D363A;
    box-shadow: 0px 14px 50px -10px black;
    width: 150px;
    padding: 15px;
    z-index: 1111;
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .dropdown li {
    margin-bottom: 10px;
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .dropdown li a {
    color: #ffffff;
    text-decoration: none;
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .dropdown li a:hover {
    color: #bea051;
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .dropdown li:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .header-wrapper .menu-wrapper .navbar-nav .nav-item:hover .dropdown {
        display: block;
    }
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item.active .dropdown {
    display: block;
    position: relative;
    box-shadow: none;
}
.header-wrapper .menu-wrapper .navbar-nav .nav-item .drop-arrow {
    position: absolute;
    right: 15px;
    left: auto;
    top: 10px;
    bottom: auto;
    margin: auto;
    width: 12px;
    height: 24px;
    transform: rotate(90deg);
    z-index: 2222222;
    cursor: pointer;
}
.header-wrapper .menu-wrapper .navbar-toggler {
    color: #ffffff;
    background: #003057;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 15px 28px;
    border-radius: 0;
}
.header-wrapper .menu-wrapper .navbar-toggler:focus, .header-wrapper .menu-wrapper .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
}
.header-wrapper .menu-wrapper .navbar-toggler .hamburger {
    margin-left: 15px;
}
.header-wrapper .menu-wrapper .navbar-toggler .icon-bar {
    height: 2px;
    width: 20px;
    background: #ffffff;
    display: block;
}
.header-wrapper .menu-wrapper .navbar-toggler .icon-bar:not(:last-child) {
    margin-bottom: 5px;
}
@media (max-width: 991.98px) {
    .header-wrapper .menu-wrapper .navbar-collapse {
        position: absolute;
        position: absolute;
        left: -110%;
        top: calc(100% + 20px);
        width: 214%;
        background: #e5e5e5;
        z-index: 111111;
        padding: 10px 15px;
    }
}
@media (max-width: 767.98px) {
    .header-wrapper .menu-wrapper .navbar-collapse {
        width: 209%;
        left: -109%;
    }
}
@media (max-width: 991.98px) {
    .header-wrapper .menu-wrapper .navbar-collapse .navbar-nav .nav-item {
        margin: 5px 0;
        padding: 0 10px;
    }
}
@media (max-width: 767.98px) {
    .header-wrapper .menu-wrapper .navbar-collapse .navbar-nav .nav-item {
        padding: 0;
    }
}
.header-wrapper .search-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-wrapper .search-cta-wrapper form {
    display: none;
}
.header-wrapper .search-cta-wrapper input {
    width: 25px;
    height: 25px;
    background: transparent;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background: url("../images/search.svg") no-repeat;
}
.header-wrapper .search-cta-wrapper .register-now {
    display: inline-block;
    padding: 11px 13px;
    color: #bea051;
    border: 1px solid #bea051;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
    min-width: 152px;
    min-width: 130px;
    text-align: center;
    font-family: DIN-Next-LT-Arabic-Light;
}
@media (max-width: 1399.98px) {
    .header-wrapper .search-cta-wrapper .register-now {
        font-size: 18px;
        min-width: 120px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
@media (max-width: 1199.98px) {
    .header-wrapper .search-cta-wrapper .register-now {
        font-size: 16px;
        min-width: 110px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
.header-wrapper .search-cta-wrapper .register-now + .register-now {
    margin-left: 20px;
    font-family: DIN-Next-LT-Arabic-Light;
}
@media (max-width: 1199.98px) {
    .header-wrapper .search-cta-wrapper .register-now + .register-now {
        margin-left: 15px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
.header-wrapper .search-cta-wrapper .register-now:hover {
    color: #1D363A;
    text-decoration: none;
    border: 1px solid #bea051;
    background: #bea051;
    font-family: DIN-Next-LT-Arabic-Light;
}

.header-wrapper .search-cta-wrapper2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-wrapper .search-cta-wrapper2 form {
    display: none;
}
.header-wrapper .search-cta-wrapper2 input {
    width: 25px;
    height: 25px;
    background: transparent;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background: url("../images/search.svg") no-repeat;
}
.header-wrapper .search-cta-wrapper2 .register-now {
    display: inline-block;
    padding: 11px 13px;
    color: #bea051;
    border: 1px solid #bea051;
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
    min-width: 152px;
    min-width: 130px;
    text-align: center;
    font-family: DIN-Next-LT-Arabic-Light;
}
@media (max-width: 1399.98px) {
    .header-wrapper .search-cta-wrapper2 .register-now {
        font-size: 18px;
        min-width: 120px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
@media (max-width: 1199.98px) {
    .header-wrapper .search-cta-wrapper2 .register-now {
        font-size: 16px;
        min-width: 110px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
.header-wrapper .search-cta-wrapper2 .register-now + .register-now {
    margin-left: 20px;
    font-family: DIN-Next-LT-Arabic-Light;
}
@media (max-width: 1199.98px) {
    .header-wrapper .search-cta-wrapper2 .register-now + .register-now {
        margin-left: 15px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
.header-wrapper .search-cta-wrapper2 .register-now:hover {
    color: #1D363A;
    text-decoration: none;
    border: 1px solid #bea051;
    background: #bea051;
    font-family: DIN-Next-LT-Arabic-Light;
}

.banner-section {
    position: relative;
}
.banner-section .owl-carousel .item {
    position: relative;
    padding-bottom: 70px;
}
.banner-section .owl-carousel .item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    bottom: -1px;
    background: none;
    background-size: cover;
    background-size: 100% 100%;
    width: 100%;
    height: 70%;
    z-index: 2;
}
.banner-section .owl-carousel .item .content-container {
    position: absolute;
    width: 100%;
    z-index: 20;
}

#hh_quote{
    text-align: justify;
    font-size: 1.36rem;
}
@media (max-width: 991.98px) {
    .banner-section .owl-carousel .item .content-container {
        position: relative;
    }
    #hh_image_container{
        margin-top:0;
        margin-bottom: 0;
    }
    #hh_quote{
        text-align: justify;
        font-size: 1rem;

    }
    #hh_quote_container{
        margin-left:33%;
    }
    .sponsor-image{
        height: auto !important;
        width: 100% !important;
    }

}
.banner-section .owl-carousel .content-col {
    margin-top: 100px;
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .banner-section .owl-carousel .content-col {
        margin-top: 20px;
    }
}
.banner-section .owl-carousel .content-col .title {
    font-size: 64px;
    font-size: 54px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
@media (max-width: 991.98px) {
    .banner-section .owl-carousel .content-col .title {
        font-size: 40px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
.banner-section .owl-carousel .content-col p {
    margin-bottom: 50px;
    margin-bottom: 25px;
    color: #ffffff;
}
@media (max-width: 991.98px) {
    .banner-section .owl-carousel .content-col p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 25px;
    }
}
.banner-section .owl-carousel .content-col a.theme-secondary-btn {
    text-transform: capitalize;
    margin-bottom: 50px;
    margin-bottom: 25px;
}
.banner-section .owl-carousel  .psgTimer {
    margin-right: -20px;
    margin-bottom: 30px;
}
.banner-section .owl-carousel .img-col {
    position: relative;
    margin-top: 50px;
}
@media (max-width: 991.98px) {
    .banner-section .owl-carousel .img-col .img-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
}
.banner-section .owl-carousel .img-col img {
    width: auto;
}
.banner-section .owl-nav,
.banner-section #customNav {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 22;
}
@media (max-width: 991.98px) {
    .banner-section .owl-nav,
    .banner-section #customNav {
        display: none;
    }
}
.banner-section .owl-nav button,
.banner-section #customNav button {
    width: 12px;
    height: 22px;
    opacity: 1;
    border: none;
    display: block;
    background: none;
}
.banner-section .owl-nav button:hover,
.banner-section #customNav button:hover {
    background: none;
}
.banner-section .owl-nav button span,
.banner-section #customNav button span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: transparent;
    width: 12px;
    height: 22px;
}
.banner-section .owl-nav button span::before,
.banner-section #customNav button span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("../images/arrow.svg") no-repeat;
}
.banner-section .owl-nav button.owl-prev,
.banner-section #customNav button.owl-prev {
    transform: rotate(180deg) translateY(-2px);
}
.banner-section .owl-nav button.disabled,
.banner-section #customNav button.disabled {
    opacity: 0.5;
}
.banner-section .owl-nav::before,
.banner-section #customNav::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #bea051;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-section #customNav button.owl-prev span {
    left: -5px;
}
.banner-section #customNav button.owl-next span {
    right: 5px;
}

.why-choose-us {
    padding: 0 0 50px;
    position: relative;
    z-index: 22;
}
@media (max-width: 1199.98px) {
    .why-choose-us {
        margin-top: -32px;
    }
}
.why-choose-us::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/home-bg-layer.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}
.why-choose-us .steps-row {
    background: rgba(255, 255, 255, 0.07);
    margin-bottom: 150px;
}
@media (max-width: 767.98px) {
    .why-choose-us .steps-row {
        width: 80%;
        margin: auto;
        margin-bottom: 220px;
    }
}
.why-choose-us .steps-row .video-player-wrapper a {
    display: block;
}
.why-choose-us .steps-row .video-player-wrapper a img {
    width: 260px;
}
@media (max-width: 767.98px) {
    .why-choose-us .steps-row .video-player-wrapper a img {
        width: 100%;
    }
}
.why-choose-us .steps-row .spotlight .title {
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
@media (max-width: 991.98px) {
    .why-choose-us .steps-row .spotlight .title {
        margin-bottom: 5px;
    }
}
.why-choose-us .steps-row .spotlight p {
    font-size: 15px;
    color: #ffffff;
}
@media (min-width: 992px) {
    .why-choose-us .steps-row .spotlight p {
        width: 80%;
    }
}
@media (max-width: 767.98px) {
    .why-choose-us .steps-row .steps-content-col {
        padding: 15px 30px;
    }
}
.why-choose-us .choose-row .img-wrapper {
    background: #1D363A;
    display: inline-block;
    position: relative;
}
.why-choose-us .choose-row .img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 111px;
    background: url("../images/img-layer.svg") no-repeat;
    background-size: cover;
}
@media (max-width: 767.98px) {
    .why-choose-us .choose-row .img-wrapper {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .why-choose-us .choose-row .img-wrapper img {
        width: 100%;
    }
}
.why-choose-us .choose-row .content-col .sub-title {
    color: #bea051;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .why-choose-us .choose-row .content-col .sub-title {
        font-size: 16px;
        line-height: 1.5;
    }
}
.why-choose-us .choose-row .content-col h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ffffff;
}
@media (min-width: 1200px) {
    .why-choose-us .choose-row .content-col h2 {
        width: 65%;
    }
}
@media (max-width: 767.98px) {
    .why-choose-us .choose-row .content-col h2 {
        font-size: 35px;
        font-weight: 600;
        line-height: 52px;
    }
}
.why-choose-us .choose-row .content-col p {
    color: #ffffff;
}
@media (min-width: 1200px) {
    .why-choose-us .choose-row .content-col p {
        width: 85%;
    }
}
@media (max-width: 767.98px) {
    .why-choose-us .choose-row .content-col p {
        font-size: 16px;
        color: #B7BFC0;
    }
}
.why-choose-us .find-exercise-row {
    margin-top: 150px;
}
.why-choose-us .find-exercise-row h2 {
    color: #ffffff;
    margin-bottom: 100px;
}
.why-choose-us .find-exercise-row .item {
    display: flex;
    flex-direction: column;
}
.why-choose-us .find-exercise-row .item .img-wrapper {
    background: #1D363A;
    display: inline-block;
    position: relative;
}
.why-choose-us .find-exercise-row .item .img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 111px;
    background: url("../images/img-layer.svg") no-repeat;
    background-size: cover;
}
.why-choose-us .find-exercise-row .item .content-wrapper .number {
    display: block;
    color: #ffffff;
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 10px;
}
.why-choose-us .find-exercise-row .item .content-wrapper .title {
    display: block;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
}
.why-choose-us .find-exercise-row .owl-stage .owl-item:nth-child(even) .item .content-wrapper {
    order: 0;
    margin-bottom: 20px;
}
.why-choose-us .find-exercise-row .owl-stage .owl-item:nth-child(even) .item .img-wrapper {
    order: 1;
}
.why-choose-us .find-exercise-row .workout-steps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.why-choose-us .find-exercise-row .workout-steps {
    margin-bottom: 20px;
    position: relative;
}
.why-choose-us .find-exercise-row .workout-steps .img-wrapper::before {
    display: none;
}
.why-choose-us .find-exercise-row .workout-steps .content-wrapper {
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.why-choose-us .find-exercise-row .workout-steps .content-wrapper .number,
.why-choose-us .find-exercise-row .workout-steps .content-wrapper .title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}
.why-choose-us .find-exercise-row .owl-nav,
.why-choose-us .find-exercise-row #customNav {
    position: absolute;
    right: 0;
    top: -160px;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 22;
}
@media (max-width: 991.98px) {
    .why-choose-us .find-exercise-row .owl-nav,
    .why-choose-us .find-exercise-row #customNav {
        display: none;
    }
}
.why-choose-us .find-exercise-row .owl-nav button,
.why-choose-us .find-exercise-row #customNav button {
    width: 12px;
    height: 22px;
    opacity: 1;
    border: none;
    display: block;
    background: none;
}
.why-choose-us .find-exercise-row .owl-nav button:hover,
.why-choose-us .find-exercise-row #customNav button:hover {
    background: none;
}
.why-choose-us .find-exercise-row .owl-nav button span,
.why-choose-us .find-exercise-row #customNav button span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: transparent;
    width: 12px;
    height: 22px;
}
.why-choose-us .find-exercise-row .owl-nav button span::before,
.why-choose-us .find-exercise-row #customNav button span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("../images/arrow.svg") no-repeat;
}
.why-choose-us .find-exercise-row .owl-nav button.owl-prev,
.why-choose-us .find-exercise-row #customNav button.owl-prev {
    transform: rotate(180deg);
}
.why-choose-us .find-exercise-row .owl-nav button.disabled,
.why-choose-us .find-exercise-row #customNav button.disabled {
    opacity: 0.5;
}
.why-choose-us .find-exercise-row .owl-nav::before,
.why-choose-us .find-exercise-row #customNav::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #bea051;
    left: 0;
    right: 0;
    margin: auto;
}
.why-choose-us .find-exercise-row .owl-carousel-mbl {
    padding-bottom: 100px;
}
@media (max-width: 991.98px) {
    .why-choose-us .find-exercise-row .owl-carousel-mbl .owl-nav,
    .why-choose-us .find-exercise-row .owl-carousel-mbl #customNav {
        display: flex;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        margin: auto;
    }
}

.owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 22;
}
@media (max-width: 991.98px) {
    .owl-nav {
        display: none;
    }
}
.owl-nav button {
    width: 12px;
    height: 22px;
    opacity: 1;
    border: none;
    display: block;
    background: none;
    margin: 0 !important;
}
.owl-nav button:hover {
    background: transparent !important;
    background-color: transparent !important;
}
.owl-nav button span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    color: transparent;
    width: 12px;
    height: 22px;
}
.owl-nav button span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url("../images/arrow.svg") no-repeat;
}
.owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.owl-nav button.disabled {
    opacity: 0.5;
}
.owl-nav::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #bea051;
    left: 0;
    right: 0;
    margin: auto;
}

.page-banner-section {
    padding: 150px 0 50px;
    padding: 50px 0 50px;
    border-bottom: 1px solid #707070;
}
.page-banner-section.form-page-banner {
    padding: 100px 0 50px;
}
.page-banner-section h1 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.page-banner-section.form-page-banner .sub-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.page-banner-section .breadcrumb {
    position: relative;
    margin-top: 15px;
}
.page-banner-section .breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-size: 36px;
    line-height: 64px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}
.page-banner-section .breadcrumb .breadcrumb-item:hover {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .page-banner-section .breadcrumb .breadcrumb-item {
        font-size: 24px;
        line-height: 36px;
    }
}
.page-banner-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 30px;
}
.page-banner-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 80%;
    left: 12px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #bea051;
    padding: 0;
}
.page-banner-section .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    font-size: 36px;
    line-height: 64px;
    position: relative;
    text-decoration: none;
}
.page-banner-section .breadcrumb .breadcrumb-item a:hover {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .page-banner-section .breadcrumb .breadcrumb-item a {
        font-size: 24px;
        line-height: 36px;
    }
}
.page-banner-section .breadcrumb .breadcrumb-item.active {
    opacity: 1;
}

.about-section-content {
    position: relative;
    color: #ffffff;
    padding-top: 50px;
}
.about-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about-bg-layer.png") no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    z-index: -1;
}
.about-section-content .about-choose-us-row {
    padding: 220px 0;
}
@media (max-width: 991.98px) {
    .about-section-content .about-choose-us-row {
        padding: 150px 0;
    }
}
.about-section-content .about-choose-us-row h2 {
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .about-section-content .about-choose-us-row h2 {
        width: 60%;
    }
}
.about-section-content .about-choose-us-row p {
    margin-bottom: 150px;
}
@media (max-width: 991.98px) {
    .about-section-content .about-choose-us-row p {
        margin-bottom: 100px;
    }
}
.about-section-content .about-who-we-are {
    padding-bottom: 400px;
}
@media (max-width: 991.98px) {
    .about-section-content .about-who-we-are {
        padding-bottom: 200px;
    }
}
.about-section-content .about-who-we-are h2 {
    margin-bottom: 20px;
}
.about-section-content .about-who-we-are p {
    opacity: 0.75;
}
.about-section-content .testimonials-row {
    position: relative;
    margin-top: 250px;
}
@media (max-width: 991.98px) {
    .about-section-content .testimonials-row {
        margin-top: 200px;
    }
}
.about-section-content .testimonials-row .img-wrapper {
    position: relative;
    display: inline-block;
}
.about-section-content .testimonials-row .img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 325px;
    background: url("../images/test-layer.svg") no-repeat;
    background-size: cover;
}
.about-section-content .testimonials-row .img-wrapper .quote {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    background: #292929;
    top: 0;
    bottom: 0;
    right: -36px;
    left: auto;
    margin: auto;
    z-index: 11;
}
.about-section-content .testimonials-row .img-wrapper .quote::before {
    position: absolute;
    content: "";
    left: auto;
    right: 12px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 45px;
    height: 30px;
    background: url("../images/test-quote.svg") no-repeat;
    background-size: cover;
}
.about-section-content .testimonials-row .content-col {
    position: relative;
}
.about-section-content .testimonials-row .content-col p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 100px 0;
}
.about-section-content .testimonials-row .owl-nav {
    display: flex;
    align-items: center;
}

.about-section-content-ar table {
    border: 1px solid #ffffff;
}
.about-section-content-ar table tr th,
.about-section-content-ar table tr td {
    color: #ffffff;
    border-left: 1px solid #ffffff;
}
.about-section-content-ar ol {
    padding-right: 18px;
}

table {
    border: 1px solid #ffffff;
}
table tr th,
table tr td {
    color: #ffffff;
    border-left: 1px solid #ffffff;
}

ol {
    padding-right: 18px;
}

.why-choose-us .testimonials-row .img-wrapper {
    position: relative;
    display: inline-block;
}
.why-choose-us .testimonials-row .img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 325px;
    background: url("../images/test-layer.svg") no-repeat;
    background-size: cover;
}
.why-choose-us .testimonials-row .img-wrapper .quote {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    background: #292929;
    top: 0;
    bottom: 0;
    right: -36px;
    left: auto;
    margin: auto;
    z-index: 11;
}
.why-choose-us .testimonials-row .img-wrapper .quote::before {
    position: absolute;
    content: "";
    left: auto;
    right: 12px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 45px;
    height: 30px;
    background: url("../images/test-quote.svg") no-repeat;
    background-size: cover;
}
.why-choose-us .testimonials-row .content-col {
    position: relative;
}
.why-choose-us .testimonials-row .content-col p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin: 100px 0;
}

.team-section-content {
    position: relative;
    color: #ffffff;
    padding: 200px 0 100px;
}
.team-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background: url("../images/team-bg-layer.png") no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    z-index: -1;
}

.team-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.team-wrapper .single-team {
    position: relative;
    margin-bottom: 70px;
    display: flex;
    align-items: flex-end;
}
@media (max-width: 575.98px) {
    .team-wrapper .single-team {
        flex-direction: column;
        align-items: flex-start;
    }
}
.team-wrapper .single-team .img-wrapper {
    margin-right: 35px;
}
.team-wrapper .single-team .member-details .name {
    font-size: 47px;
    font-size: 40px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
}
.team-wrapper .single-team .member-details .desg {
    font-size: 22px;
}

.register-section-content {
    position: relative;
    color: #ffffff;
    padding: 50px 0 100px;
}
.register-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/regsiter-bg-layer.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.register-section-content p {
    opacity: 0.75;
}

.cat-row {
    margin-top: 150px;
    justify-content: center;
}

.single-cat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    flex-direction: column;
}
.single-cat .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.single-cat .content-wrapper .title {
    font-size: 36px;
    line-height: 54px;
    display: block;
    text-align: center;
    font-family: 'GE_DINAR_MEDIUM';
}
@media (max-width: 767.98px) {
    .single-cat .content-wrapper .title {
        font-size: 36px;
        line-height: 48px;
        font-family: 'GE_DINAR_MEDIUM';
    }
}
.single-cat .content-wrapper .text {
    font-size: 23px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-family: 'GE_DINAR_LIGHT';
}
@media (max-width: 767.98px) {
    .single-cat .content-wrapper .text {
        font-size: 20px;
        line-height: 28px;
        font-family: 'GE_DINAR_LIGHT';
    }
}

.cat-row.schedule-cat-row {
    position: relative;
}
.cat-row.schedule-cat-row h2 {
    margin-bottom: 70px;
}
.cat-row.schedule-cat-row .single-cat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 767.98px) {
    .cat-row.schedule-cat-row .single-cat {
        align-items: flex-start;
    }
}
.cat-row.schedule-cat-row .single-cat .img-wrapper {
    margin-bottom: 35px;
    position: relative;
}
.cat-row.schedule-cat-row .single-cat .img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}
.cat-row.schedule-cat-row .single-cat .img-wrapper:hover::before {
    opacity: 1;
}
.cat-row.schedule-cat-row .single-cat .content-wrapper .title {
    font-size: 36px;
    line-height: 48px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: left;
}
@media (max-width: 767.98px) {
    .cat-row.schedule-cat-row .single-cat .content-wrapper .title {
        font-size: 28px;
        line-height: 42px;
    }
}
.cat-row.schedule-cat-row .single-cat .content-wrapper p {
    line-height: 30px;
    display: block;
    opacity: 0.75;
    margin-bottom: 60px;
}
.cat-row.schedule-cat-row .owl-nav {
    top: -130px;
    bottom: auto;
}

.registeration-section-content {
    position: relative;
    color: #ffffff;
    padding: 50px 0 180px;
}
.registeration-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/registration-bg-layer.png") no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    z-index: -1;
}
.registeration-section-content h2 {
    margin-bottom: 100px;
}
.registeration-section-content p {
    opacity: 0.75;
}

.registeration-form-wrapper,
.form-wrapper {
    margin-top: 70px;
}
.registeration-form-wrapper input,
.registeration-form-wrapper select,
.form-wrapper input,
.form-wrapper select {
    height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    padding: 5px 20px;
    text-transform: none;
    width: 100%;
    display: block;
}
.registeration-form-wrapper input:hover, .registeration-form-wrapper input:focus,
.registeration-form-wrapper select:hover,
.registeration-form-wrapper select:focus,
.form-wrapper input:hover,
.form-wrapper input:focus,
.form-wrapper select:hover,
.form-wrapper select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #bea051;
    background: transparent;
    background-color: transparent;
}
.registeration-form-wrapper input:focus,
.registeration-form-wrapper select:focus,
.form-wrapper input:focus,
.form-wrapper select:focus {
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
    text-transform: none;
}
.registeration-form-wrapper input::-webkit-input-placeholder,
.registeration-form-wrapper select::-webkit-input-placeholder,
.form-wrapper input::-webkit-input-placeholder,
.form-wrapper select::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
    text-transform: none;
}
.registeration-form-wrapper input:-ms-input-placeholder,
.registeration-form-wrapper select:-ms-input-placeholder,
.form-wrapper input:-ms-input-placeholder,
.form-wrapper select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
    text-transform: none;
}
.registeration-form-wrapper input::placeholder,
.registeration-form-wrapper select::placeholder,
.form-wrapper input::placeholder,
.form-wrapper select::placeholder {
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
}
.registeration-form-wrapper select,
.form-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    background: url("../images/dropdown-icon.svg") no-repeat;
    background-position: calc(100% - 20px) center;
}
.registeration-form-wrapper select:hover, .registeration-form-wrapper select:focus,
.form-wrapper select:hover,
.form-wrapper select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #bea051;
    background: url("../images/dropdown-icon.svg") no-repeat;
    background-position: calc(100% - 20px) center;
}
.registeration-form-wrapper select option,
.form-wrapper select option {
    color: #000000;
}
.registeration-form-wrapper textarea,
.form-wrapper textarea {
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    padding: 5px 20px;
    text-transform: none;
    width: 100%;
    display: block;
    resize: none;
}
.registeration-form-wrapper textarea:hover, .registeration-form-wrapper textarea:focus,
.form-wrapper textarea:hover,
.form-wrapper textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #bea051;
    background: transparent;
    background-color: transparent;
}
.registeration-form-wrapper textarea:focus,
.form-wrapper textarea:focus {
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
    text-transform: none;
}
.registeration-form-wrapper textarea::-webkit-input-placeholder,
.form-wrapper textarea::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
    text-transform: none;
}
.registeration-form-wrapper textarea:-ms-input-placeholder,
.form-wrapper textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
    text-transform: none;
}
.registeration-form-wrapper textarea::placeholder,
.form-wrapper textarea::placeholder {
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
}
.registeration-form-wrapper button,
.form-wrapper button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    color: #bea051;
    border: 2px solid #bea051;
    background: transparent;
    border-radius: 0;
    padding: 13px 15px;
}
.registeration-form-wrapper button:hover, .registeration-form-wrapper button:focus,
.form-wrapper button:hover,
.form-wrapper button:focus {
    color: #1D363A;
    text-decoration: none;
    border: 2px solid #bea051;
    background: #bea051;
}

.athlete-section-content {
    position: relative;
    color: #ffffff;
    padding: 70px 0 250px;
    overflow: hidden;
}
.athlete-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/athlete-bg-layer.png") no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    z-index: -1;
}
.athlete-section-content .athlete-tab-wrapper {
    margin-top: 50px;
}
.athlete-section-content .athlete-tab-wrapper .nav-tabs {
    position: relative;
    justify-content: space-between;
    border-bottom: 2px solid #1D363A;
    border: none;
}
.athlete-section-content .athlete-tab-wrapper .nav-tabs .nav-item {
    position: relative;
    flex: 1 0 0%;
    border: 2px solid #1D363A;
}
.athlete-section-content .athlete-tab-wrapper .nav-tabs .nav-item:nth-child(2) {
    margin: 0 2px;
}
.athlete-section-content .athlete-tab-wrapper .nav-tabs .nav-item .nav-link {
    position: relative;
    font-size: 44px;
    font-weight: 500;
    line-height: 64px;
    padding: 12px 25px;
    background: #bea051;
    color: #1A1A1A;
    width: 100%;
    border-radius: 0;
    border: none;
    border: 2px solid transparent;
}
.athlete-section-content .athlete-tab-wrapper .nav-tabs .nav-item .nav-link.active {
    background: #1D363A;
    color: #bea051;
    border-color: #bea051;
}
.athlete-section-content .athlete-tab-wrapper .nav-tabs .nav-item .nav-link.active::before {
    display: block;
}
.athlete-section-content .athlete-tab-wrapper .tab-content {
    margin-top: 5px;
}
.athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane {
    border-radius: 0;
    border: none;
}
@media (max-width: 991.98px) {
    .athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane {
        display: block;
        opacity: 1;
        margin-bottom: 30px;
    }
    .athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane .accordion-button {
        background: #bea051;
        color: #1D363A;
        font-size: 20px;
        font-weight: 500;
        padding: 20px 25px;
        color: #ffffff;
        color: #1D363A;
    }
    .athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane .accordion-button:focus {
        outline: none;
        box-shadow: none;
    }
    .athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane .accordion-button:after {
        background: url("../images/arrow-theme.svg") no-repeat;
        transform: rotate(90deg);
        width: 12px;
        height: 22px;
        margin-right: 5px;
    }
    .athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane .accordion-button:not(.collapsed) {
        border-bottom: 1px solid #1D363A;
    }
    .athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane .accordion-button:not(.collapsed):after {
        transform: rotate(-90deg);
    }
}
.athlete-section-content .athlete-tab-wrapper .accordion-body {
    background: #bea051;
    padding: 50px;
    color: #202020;
    border-radius: 0;
    border: none;
    font-size: 22px;
    line-height: 1.1;
}
@media (max-width: 991.98px) {
    .athlete-section-content .athlete-tab-wrapper .accordion-body {
        padding: 25px;
    }
}

.sponser-section-content {
    position: relative;
    padding: 125px 0 450px;
}
@media (max-width: 991.98px) {
    .sponser-section-content {
        padding: 125px 0 250px;
    }
}
@media (max-width: 767.98px) {
    .sponser-section-content {
        padding: 125px 0;
    }
}
.sponser-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/full-page-bg.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.sponser-section-content .cat-news-row-wrapper {
    margin-bottom: 160px;
}
@media (max-width: 767.98px) {
    .sponser-section-content .cat-news-row-wrapper {
        margin-bottom: 80px;
    }
}
.sponser-section-content .cat-news-row-wrapper h2 {
    margin-bottom: 80px;
}

.cat-news-row-wrapper .single-cat-news {
    position: relative;
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .cat-news-row-wrapper .single-cat-news {
        margin-bottom: 50px;
    }
}
.cat-news-row-wrapper .single-cat-news .img-wrapper img {
    width: 100%;
}
.cat-news-row-wrapper .single-cat-news .title {
    font-size: 29px;
    line-height: 45px;
    display: block;
    color: #ffffff;
    text-decoration: none;
}
.cat-news-row-wrapper.news-row-wrapper {
    margin-bottom: 120px;
}
.cat-news-row-wrapper.news-row-wrapper .single-cat-news {
    cursor: pointer;
}
.cat-news-row-wrapper.news-row-wrapper .single-cat-news .img-wrapper {
    position: relative;
}
.cat-news-row-wrapper.news-row-wrapper .single-cat-news .img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    transition: all 0.2s;
}
.cat-news-row-wrapper.news-row-wrapper .single-cat-news .img-wrapper .theme-secondary-btn {
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    max-width: 200px;
}
.cat-news-row-wrapper.news-row-wrapper .single-cat-news:hover .img-wrapper::before {
    display: block;
}
.cat-news-row-wrapper.news-row-wrapper .single-cat-news:hover .img-wrapper .theme-secondary-btn {
    display: inline-block;
}

.pagination-row {
    margin-top: 30px;
}
.pagination-row .pagination .page-item:first-of-type {
    margin-right: 0;
}
.pagination-row .pagination .page-item .page-link {
    width: 70px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 0;
    position: relative;
    margin-right: 15px;
}
.pagination-row .pagination .page-item .page-link.prev, .pagination-row .pagination .page-item .page-link.next {
    color: transparent;
    text-indent: -9999px;
}
.pagination-row .pagination .page-item .page-link.prev::before, .pagination-row .pagination .page-item .page-link.next::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 22px;
    background: url("../images/arrow.svg") no-repeat;
    background-size: cover;
}
.pagination-row .pagination .page-item .page-link.prev {
    transform: rotate(180deg);
}
.pagination-row .pagination .page-item .page-link.disabled {
    display: none;
}
.pagination-row .pagination .page-item .page-link.active, .pagination-row .pagination .page-item .page-link:hover, .pagination-row .pagination .page-item .page-link:focus {
    background: #bea051;
    color: #1D363A;
}
.pagination-row .pagination .page-item .page-link.active.prev::before, .pagination-row .pagination .page-item .page-link.active.next::before, .pagination-row .pagination .page-item .page-link:hover.prev::before, .pagination-row .pagination .page-item .page-link:hover.next::before, .pagination-row .pagination .page-item .page-link:focus.prev::before, .pagination-row .pagination .page-item .page-link:focus.next::before {
    background: url("../images/arrow-theme.svg") no-repeat;
    background-size: cover;
}

.page-sorting-row {
    margin-bottom: 50px;
}
.page-sorting-row p {
    color: #ffffff;
    font-family: "Barlow", sans-serif;
}
.page-sorting-row p strong {
    font-weight: 500;
    margin-left: 5px;
    opacity: 1;
}
.page-sorting-row .dropdown .dropdown-toggle {
    position: relative;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background: rgba(255, 255, 255, 0.3);
    font-size: 18px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
    padding-right: 35px;
    transition: all 0.3s;
}
.page-sorting-row .dropdown .dropdown-toggle:hover, .page-sorting-row .dropdown .dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
.page-sorting-row .dropdown .dropdown-toggle::after {
    display: none;
}
.page-sorting-row .dropdown .dropdown-toggle::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 22px;
    right: 13px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/arrow.svg") no-repeat;
    background-size: cover;
    transform: rotate(90deg) scale(0.75);
}
.page-sorting-row .dropdown .dropdown-toggle.show::before {
    transform: rotate(-90deg) scale(0.75);
}

.news-section-content {
    position: relative;
    padding: 160px 0 260px;
}
.news-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/full-page-bg.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}
.news-section-content .new-wrapper {
    margin-bottom: 220px;
}
.news-section-content .gallery-wrapper h2 {
    margin-bottom: 40px;
}
.news-section-content .gallery-wrapper .single-gallery {
    border-right: 1px solid #1D363A;
    border-bottom: 1px solid #1D363A;
    cursor: pointer;
}
.news-section-content .gallery-wrapper .single-gallery .img-wrapper {
    position: relative;
}
@media (max-width: 991.98px) {
    .news-section-content .gallery-wrapper .single-gallery .img-wrapper img {
        width: 100%;
    }
}
.news-section-content .gallery-wrapper .single-gallery .img-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
}
.news-section-content .gallery-wrapper .single-gallery .img-wrapper .play {
    position: absolute;
    content: "";
    width: 78px;
    height: 78px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/play.svg") no-repeat;
    background-size: cover;
    opacity: 0;
}
.news-section-content .gallery-wrapper .single-gallery:hover .img-wrapper::before {
    opacity: 1;
}
.news-section-content .gallery-wrapper .single-gallery:hover .img-wrapper .play {
    opacity: 1;
}
.news-section-content .gallery-wrapper .pagination-row {
    margin-top: 100px;
}

.awards-section-content {
    position: relative;
    padding: 200px 0;
}
@media (max-width: 767.98px) {
    .awards-section-content {
        padding: 100px 0;
    }
}
.awards-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/home-bg-layer.svg") no-repeat;
    background-size: cover;
    z-index: -1;
}

.awards-row .single-award {
    padding: 20px 10px;
    background: #003057;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 50px;
    border: 1px solid #bea051;
}

.awards-row .single-award:hover{
    background: #054476;
}
.awards-row .single-award .icon-wrapper {
    margin-bottom: 35px;
}
.awards-row .single-award .content-wrapper .title {
    color: #bea051;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.awards-row .single-award .content-wrapper .text {
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    display: block;
}

.form-section-content {
    position: relative;
    color: #ffffff;
    padding: 100px 0 180px;
}
.form-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/registration-bg-layer.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.form-section-content .instructions-wrapper {
    margin-bottom: 100px;
}
@media (max-width: 767.98px) {
    .form-section-content .instructions-wrapper {
        margin-bottom: 70px;
    }
}
.form-section-content .instructions-wrapper:last-of-type {
    margin-bottom: 30px;
}
.form-section-content h4 {
    margin-bottom: 20px;
}
.form-section-content ul {
    padding-left: 22px;
}
.form-section-content ul li {
    font-size: 23px;
    line-height: 35px;
}
@media (max-width: 767.98px) {
    .form-section-content ul li {
        font-size: 20px;
    }
}

.goals-section-content {
    position: relative;
    color: #ffffff;
    padding: 250px 0 300px;
}
@media (max-width: 767.98px) {
    .goals-section-content {
        padding: 100px 0 150px;
    }
}
.goals-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/regsiter-bg-layer.png") no-repeat;
    background-size: cover;
    z-index: -1;
}

.text-bullets-row {
    margin: 100px 0;
}
.text-bullets-row ul li {
    text-decoration: none;
    margin-bottom: 15px;
}

.content-row-guide-ar ul {
    padding-right: 20px !important;
}

.goals-row .single-goal {
    margin: 0 20px;
    margin-bottom: 120px;
}
@media (max-width: 767.98px) {
    .goals-row .single-goal {
        margin-bottom: 50px;
    }
}
.goals-row .single-goal .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 70px;
}
@media (max-width: 767.98px) {
    .goals-row .single-goal .icon-wrapper {
        margin-bottom: 50px;
    }
}
.goals-row .single-goal .content-wrapper {
    background: rgba(255, 255, 255, 0.13);
    padding: 60px 30px 50px;
    display: flex;
    align-items: center;
}
.goals-row .single-goal .content-wrapper p {
    font-size: 29px;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
}

.why-choose-us .goals-row {
    margin-top: 150px;
}

.contact-section-content {
    position: relative;
    color: #ffffff;
    padding: 250px 0;
}
.contact-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about-bg-layer.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.contact-section-content .contact-form-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 150px;
}
.contact-section-content .get-in-touch-col {
    background: rgba(255, 255, 255, 0.3);
    padding: 40px 60px;
}
.contact-section-content p {
    margin-bottom: 50px;
}
.contact-section-content .address-wrapper .single-address {
    margin-bottom: 40px;
}
.contact-section-content .address-wrapper .single-address .title {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.contact-section-content .address-wrapper .single-address p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 10px;
}
.contact-section-content .address-wrapper .single-address ul {
    list-style: none;
    padding-left: 0;
}
.contact-section-content .address-wrapper .single-address ul li {
    font-size: 15px;
    line-height: 32px;
}
.contact-section-content .address-wrapper .single-address ul li a {
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
}
.contact-section-content .address-wrapper .single-address ul.social-links-wrapper {
    display: flex;
    align-items: center;
}
.contact-section-content .address-wrapper .single-address ul.social-links-wrapper li {
    margin-right: 50px;
}
.contact-section-content .address-wrapper .single-address ul.social-links-wrapper li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section-content .address-wrapper .single-address ul.social-links-wrapper li:first-of-type {
    justify-content: flex-start;
}
.contact-section-content .form-col {
    padding: 50px 60px 50px 35px;
}
.contact-section-content .form-col h2 {
    margin-bottom: 35px;
}
.contact-section-content .form-col.form-wrapper {
    margin-top: 0;
}
.contact-section-content .contact-img-map-wrapper {
    margin-bottom: 150px;
}
.contact-section-content .address-details-row {
    position: relative;
}
.contact-section-content .address-details-row .address-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    .contact-section-content .address-details-row .address-list {
        margin-top: 10px;
    }
}
.contact-section-content .address-details-row .address-list li {
    margin: 10px 0;
    position: relative;
    padding-left: 38px;
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    line-height: 32px;
}
.contact-section-content .address-details-row .address-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
}
.contact-section-content .address-details-row .address-list li.address::before {
    width: 13px;
    height: 18px;
    background: url("../images/location.svg") no-repeat;
    background-size: cover;
}
.contact-section-content .address-details-row .address-list li.mail::before {
    width: 21px;
    height: 16px;
    background: url("../images/mail.svg") no-repeat;
    background-size: cover;
}
.contact-section-content .address-details-row .address-list li.call::before {
    width: 18px;
    height: 18px;
    background: url("../images/whatsapp.png") no-repeat;
    background-size: cover;
}
.contact-section-content .address-details-row .address-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    line-height: 32px;
}
.contact-section-content .address-details-row .social-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
@media (max-width: 991.98px) {
    .contact-section-content .address-details-row .social-links {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.contact-section-content .address-details-row .social-links li {
    display: inline-block;
    margin-right: 10px;
}
.contact-section-content .address-details-row .social-links li a {
    color: #ffffff;
    border: 2px solid #ffffff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-section-content .address-details-row .social-links li a:hover {
    border: 2px solid #bea051;
    background: #bea051;
}
.contact-section-content .address-details-row .social-links li a:hover svg {
    fill: #1D363A;
}
.contact-section-content .address-details-row .social-links li a:hover svg path {
    fill: #1D363A;
}

.error-section-content {
    position: relative;
    padding: 0px 0 120px;
}
.error-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about-bg-layer.png") no-repeat;
    background-size: cover;
    z-index: -1;
}
.error-section-content h1 {
    color: #bea051;
    font-size: 400px;
}
@media (max-width: 767.98px) {
    .error-section-content h1 {
        font-size: 250px;
    }
}
.error-section-content p {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.event-section-content {
    position: relative;
    padding: 250px 0 150px;
}
.event-section-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 250px;
    width: 100%;
    height: calc(100% - 250px);
    background: url("../images/registration-bg-layer.png") no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    z-index: -1;
}
.event-section-content .event-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}
.event-section-content .event-list .event-item a {
    color: #ffffff;
    opacity: 0.75;
    padding-bottom: 7px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.event-section-content .event-list .event-item a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #bea051;
    left: 0;
    bottom: 0;
    display: none;
}
.event-section-content .event-list .event-item a.active {
    font-weight: 700;
}
.event-section-content .event-list .event-item a.active, .event-section-content .event-list .event-item a:hover {
    opacity: 1;
}
.event-section-content .event-list .event-item a.active::before, .event-section-content .event-list .event-item a:hover::before {
    display: block;
}
@media (max-width: 991.98px) {
    .event-section-content .event-list .event-item a.active::before, .event-section-content .event-list .event-item a:hover::before {
        display: none;
    }
}

.schedule-table {
    position: relative;
}
.schedule-table table thead tr th {
    background: #bea051;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 18px 10px;
}
.schedule-table table thead tr th:first-of-type {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-right: 1px solid #bea051 !important;
    border-bottom: 1px solid #bea051 !important;
}
.schedule-table table tbody tr td {
    background: rgba(255, 255, 255, 0.3);
    font-weight: 500;
    text-align: center;
    border: none;
    padding: 22px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}
.schedule-table table tbody tr td:first-of-type {
    background: #bea051;
    color: #111111;
    border-left: none !important;
    border-bottom: none !important;
    opacity: 1;
}
.schedule-table table tbody tr td:nth-of-child(2) {
    border-left: none !important;
    border-bottom: none !important;
}
.schedule-table table tbody tr td:empty {
    background: transparent;
    border: none !important;
    border: 1px solid transparent !important;
}
.schedule-table table tbody tr:last-of-type td {
    border-bottom: none !important;
}

.who-we-are-benefits {
    margin-top: 70px;
}
.who-we-are-benefits .who-we-are-benefit {
    position: relative;
    margin-bottom: 25px;
}
.who-we-are-benefits .who-we-are-benefit:last-of-type {
    margin-bottom: 0;
}
.who-we-are-benefits .who-we-are-benefit .title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
}
.who-we-are-benefits .who-we-are-benefit p {
    color: #ffffff;
    opacity: 0.75;
    line-height: 28px;
}

.img-bottom-layer {
    position: relative;
    display: inline-block;
}
.img-bottom-layer::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 111px;
    background: url("../images/img-layer.svg") no-repeat;
    background-size: cover;
}

.news-detail-section-content {
    padding: 150px 0;
}
.news-detail-section-content h3 {
    margin-bottom: 30px;
}
.news-detail-section-content p {
    margin-bottom: 15px;
}

.timer-row {
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.timeTo {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
}
.timeTo ul li {
    color: #bea051;
}
.timeTo figcaption {
    color: #bea051;
}
.timeTo.timeTo-black div {
    padding: 5px !important;
    border: 1px solid #bea051;
    background: transparent;
}

.psgTimer{
    font-family: Barlow;
}

.psgTimer_numbers > div {
    width: 85px;
}
.psgTimer_numbers > div::after {
    color: #bea051;
}
.psgTimer_numbers > div > div {
    color: #bea051;
    background: transparent;
    border: 1px solid #bea051;
    width: 75px;
    height: 75px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
}

.psgTimer_labels {
    margin-top: 5px;
}
.psgTimer_labels > div {
    width: 85px;
    color: #bea051;
    font-size: 14px;
}

.spotlight-col .title-detail-spotlight {
    border: 3px solid #bea051;
    border-radius: 5px;
    padding: 30px 20px 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    text-decoration: none;
    color:#fff;
}
@media (max-width: 575.98px) {
    .spotlight-col .title-detail-spotlight {
        flex-direction: column;
        padding: 20px 20px 50px 20px;
    }
}
.spotlight-col .title-detail-spotlight::before {
    position: absolute;
    content: "";
    width: 190px;
    height: 100%;
    background: #bea051;
    clip-path: ellipse(80% 100% at 80% 50%);
    z-index: -1;
}
@media (max-width: 575.98px) {
    .spotlight-col .title-detail-spotlight::before {
        height: 80px;
        width: 100%;
        top: 0;
        clip-path: ellipse(100% 98% at 50% 0%);
    }
}
.spotlight-col .title-detail-spotlight h3 {
    font-size: 100px;
    line-height: 50px;
    text-align: center;
    width: 190px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 42px;
    position: relative;
}
@media (max-width: 575.98px) {
    .spotlight-col .title-detail-spotlight h3 {
        width: 100%;
        padding-top: 0;
        flex-direction: row;
        font-size: 36px;
        line-height: 40px;
        justify-content: space-around;
        margin-bottom: 50px;
    }
}
.spotlight-col .title-detail-spotlight h3::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    background: #bea051;
    left: -35px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}
@media (max-width: 991.98px) {
    .spotlight-col .title-detail-spotlight h3::before {
        left: -75px;
    }
}
@media (max-width: 767.98px) {
    .spotlight-col .title-detail-spotlight h3::before {
        left: -30px;
    }
}
@media (max-width: 575.98px) {
    .spotlight-col .title-detail-spotlight h3::before {
        display: none;
    }
}
.spotlight-col .title-detail-spotlight h3 span {
    font-size: 18px;
}
.spotlight-col .title-detail-spotlight .detail-col {
    width: 225px;
    position: relative;
    text-align: left;
}
@media (max-width: 575.98px) {
    .spotlight-col .title-detail-spotlight .detail-col {
        width: 100%;
        padding-right: 50px;
    }
}
.spotlight-col .title-detail-spotlight .detail-col::before {
    position: absolute;
    content: "";
    width: 47px;
    height: 47px;
    right: -45px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    /*background: url("../images/play.svg") no-repeat;*/
    background-size: cover;
}
@media (max-width: 991.98px) {
    .spotlight-col .title-detail-spotlight .detail-col::before {
        right: -75px;
    }
}
@media (max-width: 767.98px) {
    .spotlight-col .title-detail-spotlight .detail-col::before {
        right: -30px;
    }
}
@media (max-width: 575.98px) {
    .spotlight-col .title-detail-spotlight .detail-col::before {
        right: 0;
        top: 0;
        bottom: auto;
    }
}
.spotlight-col .title-detail-spotlight .detail-col h4 {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}
@media (max-width: 575.98px) {
    .spotlight-col .title-detail-spotlight .detail-col h4 {
        text-align: center;
        margin-bottom: 10px;
    }
}
.spotlight-col .title-detail-spotlight .detail-col p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.wrapper .spotlight-row:nth-child(even) {
    display: flex;
    justify-content: flex-end;

}

footer {
    padding: 45px 0 10px;
    border-top: none;
    color: #003057;
    background: #fff;
}
@media (max-width: 991.98px) {
    footer {
        padding: 40px 0;
    }
}
footer .footer-main-wrapper {
    margin-bottom: 50px;
}
@media (max-width: 991.98px) {
    footer .footer-main-wrapper {
        margin-bottom: 30px;
    }
}
footer .footer-col .footer-logo {
    display: block;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    footer .footer-col .footer-logo {
        text-align: center;
    }
}
footer .footer-col .footer-col-title {
    font-size: 26px;
    line-height: 48px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
footer .footer-col p {
    opacity: 0.75;
}
@media (min-width: 992px) {
    footer .footer-col.news-col p {
        width: 75%;
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    footer .footer-col.logo-address-col p {
        width: 80%;
    }
}
footer .footer-col.news-col .footer-col-title {
    text-align: end;
}
@media (min-width: 992px) {
    footer .footer-right-col .footer-col .footer-col-title {
        text-align: center;
    }
}
footer .address-list {
    list-style: none;
    padding-left: 0;
    margin-top: 40px;
}
@media (max-width: 991.98px) {
    footer .address-list {
        margin-top: 10px;
    }
}
footer .address-list li {
    margin: 10px 0;
    position: relative;
    padding-left: 38px;
    color: #003057;
    text-decoration: none;
    font-size: 21px;
    line-height: 32px;
}
footer .address-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
}
footer .address-list li.address::before {
    width: 13px;
    height: 18px;
    background: url("../images/location.svg") no-repeat;
    background-size: cover;
}
footer .address-list li.mail::before {
    width: 21px;
    height: 16px;
    background: url("../images/mail.svg") no-repeat;
    background-size: cover;
}
footer .address-list li.call::before {
    width: 18px;
    height: 18px;
    background: url("../images/whatsapp.png") no-repeat;
    background-size: cover;
}
footer .address-list li a {
    color: #003057;
    text-decoration: none;
    font-size: 21px;
    line-height: 32px;
}
footer .footer-links {
    list-style: none;
    padding-left: 0;
}
footer .footer-links li {
    margin: 5px 0;
}
footer .footer-links li a {
    font-size: 21px;
    line-height: 32px;
    text-transform: capitalize;
    color: #003057;
    text-decoration: none;
    opacity: 0.75;
}
footer .footer-links li a:hover {
    opacity: 1;
}
footer .social-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: flex-end;
}
@media (max-width: 991.98px) {
    footer .social-links {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
footer .social-links li {
    display: inline-block;
    margin-right: 10px;
}
footer .social-links li:first-of-type {
    display: none;
}
footer .social-links li:nth-child(2) a svg {
    height: 15px;
}
footer .social-links li a {
    color: #ffffff;
    border: 2px solid #ffffff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social-links li a:hover {
    border: 2px solid #bea051;
    background: #bea051;
}
footer .social-links li a:hover svg {
    fill: #1D363A;
}
footer .social-links li a:hover svg path {
    fill: #1D363A;
}
footer .footer-copyright p {
    opacity: 0.75;
    font-size: 21px;
    line-height: 32px;
}
footer .footer-copyright .lang-links {
    margin-left: 0;
    list-style: none;
    display: flex;
    padding-left: 0;
}
footer .footer-copyright .lang-links li a {
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding-left: 20px;
    font-size: 21px;
}
footer .footer-copyright .lang-links li a::before {
    position: absolute;
    content: "";
    left: 10px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: #ffffff;
}
footer .footer-copyright .lang-links li a:hover, footer .footer-copyright .lang-links li a.active {
    color: #ffffff;
}
footer .footer-copyright .lang-links li:first-of-type a::before {
    display: none;
}
@media (max-width: 991.98px) {
    footer .footer-copyright .col-12 {
        flex-direction: column;
    }
    footer .footer-copyright .col-12 p {
        text-align: center;
    }
}
footer .newsletter-form {
    position: relative;
}
footer .newsletter-form input {
    border: 1px solid #bea051;
    background: transparent;
    background-color: transparent;
    border-radius: 0;
    height: 48px;
    padding-right: 70px;
    padding-left: 20px;
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
}
footer .newsletter-form input:hover, footer .newsletter-form input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #bea051;
    background: transparent;
    background-color: transparent;
}
footer .newsletter-form input:focus {
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
}
footer .newsletter-form input::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
}
footer .newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
}
footer .newsletter-form input::placeholder {
    color: #ffffff;
    opacity: 0.75;
    font-size: 18px;
}
footer .newsletter-form button {
    position: absolute;
    width: 64px;
    height: 48px;
    background: #bea051;
    color: transparent;
    right: 0;
    top: 0;
    border-radius: 0;
    border: none;
    text-indent: -9999px;
}
footer .newsletter-form button:hover, footer .newsletter-form button:focus {
    outline: none;
    box-shadow: none;
    background: #bea051;
    background-color: #bea051;
    color: transparent;
}
footer .newsletter-form button::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: url("../images/news-arrow.svg") no-repeat;
    background-size: cover;
}

html[dir=rtl] body {
    font-family: DIN-Next-LT-Arabic-Light;
}
html[dir=rtl] h1,
html[dir=rtl] h2,
html[dir=rtl] h3,
html[dir=rtl] h4 {
    font-family: GE_Dinar_Medium;
}
html[dir=rtl] ul {
    padding-right: 0;
}
html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item {
    margin: 0 8px;
}
html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item:nth-last-of-type(3) {
    margin-left: 0;
}
@media (max-width: 991.98px) {
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        padding-right: 0;
        padding-left: 30px;
        color:#333;
    }
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item .drop-arrow {
        right: auto;
        left: 15px;
    }
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item .dropdown {
        padding-right: 20px;
    }
}
@media (min-width: 992px) {
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        font-size: 12px;

    }
}
@media (min-width: 992px) and (max-width: 1299.98px) {
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;

    }
}
@media (min-width: 1200px) {
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        font-size: 14px;

    }
}
@media (min-width: 1400px) {
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-nav .nav-item .nav-link {
        font-size: 18px;

    }
}
html[dir=rtl] .header-wrapper .search-cta-wrapper .register-now {
    margin-left: 0;
    margin-right: 0;
    font-family: DIN-Next-LT-Arabic-Light;
}
@media (max-width: 1399.98px) {
    html[dir=rtl] .header-wrapper .search-cta-wrapper .register-now {
        font-size: 16px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
@media (max-width: 1199.98px) {
    html[dir=rtl] .header-wrapper .search-cta-wrapper .register-now {
        font-size: 14px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
@media (min-width: 1400px) {
    html[dir=rtl] .header-wrapper .search-cta-wrapper .register-now {
        font-size: 20px;
        font-family: DIN-Next-LT-Arabic-Light;
    }
}
html[dir=rtl] .header-wrapper .search-cta-wrapper .register-now + .register-now {
    margin-right: 20px;
    font-family: DIN-Next-LT-Arabic-Light;
}
html[dir=rtl] .page-banner-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 30px;
}
html[dir=rtl] .page-banner-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    right: 12px;
    left: auto;
}
html[dir=rtl] .about-section-content .testimonials-row .img-wrapper .quote,
html[dir=rtl] .why-choose-us .testimonials-row .img-wrapper .quote {
    left: -36px;
    right: auto;
}
html[dir=rtl] .about-section-content .testimonials-row .img-wrapper img,
html[dir=rtl] .why-choose-us .testimonials-row .img-wrapper img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
html[dir=rtl] .banner-section .owl-carousel .item .img-col {
    margin-right: 50%;
    margin-left: 0;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
html[dir=rtl] .banner-section #customNav {
    left: 0;
    right: auto;
}
html[dir=rtl] .banner-section #customNav button span {
    transform: rotate(-180deg);
}
html[dir=rtl] .banner-section #customNav button.owl-next span {
    left: 6px;
    right: auto;
}
html[dir=rtl] .banner-section #customNav button.owl-prev span {
    right: -5px;
    left: auto;
}
html[dir=rtl] .owl-nav,
html[dir=rtl] .banner-section #customNav,
html[dir=rtl] .why-choose-us .find-exercise-row .owl-nav, html[dir=rtl] .why-choose-us .find-exercise-row #customNav {
    left: 0;
    right: auto;
}
html[dir=rtl] .owl-nav button span,
html[dir=rtl] .banner-section #customNav button span,
html[dir=rtl] .why-choose-us .find-exercise-row .owl-nav button span, html[dir=rtl] .why-choose-us .find-exercise-row #customNav button span {
    transform: rotate(-180deg);
}
html[dir=rtl] .athlete-section-content .athlete-tab-wrapper .nav-tabs {
    padding-right: 0;
}
html[dir=rtl] .contact-section-content .address-wrapper .single-address ul {
    padding-right: 0;
}
html[dir=rtl] .contact-section-content .address-wrapper .single-address ul.social-links-wrapper li {
    margin-left: 50px;
    margin-right: 0;
}
html[dir=rtl] .contact-section-content .address-details-row .address-list {
    padding-right: 0;
}
html[dir=rtl] .contact-section-content .address-details-row .address-list li {
    padding-left: 0;
    padding-right: 38px;
}
html[dir=rtl] .contact-section-content .address-details-row .address-list li::before {
    right: 0;
    left: auto;
}
html[dir=rtl] .contact-section-content .address-details-row .social-links {
    padding-right: 0;
}
html[dir=rtl] .cat-row.schedule-cat-row .single-cat .content-wrapper .title {
    text-align: right;
}
html[dir=rtl] .form-section-content ul {
    padding-right: 22px;
    padding-left: 0;
}
html[dir=rtl] .registeration-form-wrapper select, html[dir=rtl] .form-wrapper select {
    background-position: 2% center;
}
html[dir=rtl] .pagination-row .pagination .page-item .page-link {
    margin-left: 15px;
    margin-right: 0;
}
html[dir=rtl] .pagination-row .pagination .page-item .page-link.prev {
    transform: rotate(0deg);
}
html[dir=rtl] .pagination-row .pagination .page-item .page-link.next {
    transform: rotate(-180deg);
}
html[dir=rtl] .team-wrapper .single-team .img-wrapper {
    margin-left: 35px;
    margin-right: 0;
}
@media (min-width: 992px) {
    html[dir=rtl] footer .footer-main-wrapper .ps-lg-5 {
        padding-right: 3rem !important;
        padding-left: 15px !important;
    }
}
html[dir=rtl] footer .footer-copyright p {
    font-family: DIN-Next-LT-Arabic-Light !important;
}
html[dir=rtl] footer .footer-links {
    padding-right: 0;
}
html[dir=rtl] footer .address-list {
    padding-right: 0;
}
html[dir=rtl] footer .address-list li {
    padding-right: 38px;
    padding-left: 0;
}
html[dir=rtl] footer .address-list li::before {
    right: 0;
    left: auto;
}
html[dir=rtl] footer .social-links {
    padding-right: 0;
}
html[dir=rtl] footer .footer-copyright .lang-links {
    padding-right: 0;
}
html[dir=rtl] footer .footer-copyright .lang-links li a {
    padding-right: 20px;
    padding-left: 0;
    font-family: "Barlow Condensed", sans-serif;
}
html[dir=rtl] footer .footer-copyright .lang-links li a::before {
    right: 10px;
    left: auto;
}
@media (max-width: 991.98px) {
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-toggler .hamburger {
        margin-left: 0;
        margin-right: 15px;
    }
    html[dir=rtl] .header-wrapper .menu-wrapper .navbar-collapse {
        right: -110%;
    }
    html[dir=rtl] .athlete-section-content .athlete-tab-wrapper .tab-content .tab-pane .accordion-button:after {
        position: absolute;
        left: 30px;
        right: auto;
    }
    html[dir=rtl] .awards-row {
        justify-content: center;
    }
    html[dir=rtl] .banner-section .owl-carousel .item .img-col {
        margin-right: 0;
    }
    html[dir=rtl] .banner-section .owl-carousel .item .img-col .img-wrapper {
        justify-content: flex-start;
    }
}
html[dir=rtl] .psgTimer_numbers > div::after {
    left: -4px;
    right: auto;
}

/*# sourceMappingURL=styles.css.map */
html[dir=rtl] .spotlight-col .title-detail-spotlight {
    padding: 30px 0 30px 20px;
}
@media (max-width: 575.98px) {
    html[dir=rtl] .spotlight-col .title-detail-spotlight {
        padding: 20px 20px 50px 20px;
    }
}
html[dir=rtl] .spotlight-col .title-detail-spotlight::before {
    clip-path: ellipse(80% 100% at 80% 50%);
}
@media (max-width: 575.98px) {
    html[dir=rtl] .spotlight-col .title-detail-spotlight::before {
        clip-path: ellipse(75% 100% at 50% 0%);
    }
}

.card .card-body h6{
    font-family: 'GE_Dinar_Medium';
}

.card .card-body textarea{
    color: #333;
    border: 1px solid #ccc;
}

.ck-file-dialog-button{
    display:none !important;
}

.select2-container--default .select2-selection--single{
    background: transparent;
    height:50px;
    /*font-size: 14pt;*/

}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{
    color:#fff;
    line-height: 50px;
}

.select2-container--default .select2-results>.select2-results__options{
    color:#333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
    color: #1d363a;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #c2a680;
    background: #e2c297;
    font-weight: normal;
    color: #1d363a;
}

.save-draft{
    border:1px solid #333 !important;
}

.save-draft:hover{
    background:#333 !important;
    color:#fff !important;
}

.select2-results__option--selectable{
    color:#333;
}

.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable), .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable){
    height: 200px;
    font-family: 'DIN-Next-LT-Arabic-Light';
}

.registeration-form-wrapper textarea, .form-wrapper textarea{
    height: 100px;
    font-family: 'DIN-Next-LT-Arabic-Light';
}

.registeration-form-wrapper, .form-wrapper{
    margin-top: 10px;
}
