body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Urbanist';
    background-color: #000;
    font-weight: normal;
    font-size: 20px;
}

b,
strong {
    font-weight: 700;
    font-family: 'Urbanist';
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Barlow Condensed';
    font-weight: bold;
}

.light b,
.light strong,
.light li,
.light p,
.light a,
.light h3,
.light h4,
.light h2,
.light h1 {
    color: #fff;
}

.dark b,
.dark strong,
.dark li,
.dark p,
.dark a,
.dark h3,
.dark h4,
.dark h2,
.dark h1 {
    color: #000000;
}

/*----------- same section css ------*/


.container {
    max-width: 1400px;
    width: 80%;
}

.container-fluid {
    padding: 0;
}

.po_r {
    position: relative;
}

.po_a {
    position: absolute;
}

.center {
    text-align: center;
}

.flex_alian {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

p:last-child {
    margin: 0;
}

.prm_but {
    border: 0;
    padding: 10px 20px;
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;

}

.prm_but:hover {
    background-image: linear-gradient(to right, #f9e9a2, #dbae4c, #f9e9a3);
}

.top_menu ul li a:hover {
    color: #fff;
}

section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



/* --------------------- spaching css ----------------------------- */
.pa_t_1 {
    padding-top: 10px;
}

.pa_t_2 {
    padding-top: 20px;
}

.pa_t_3 {
    padding-top: 30px;
}

.pa_t_4 {
    padding-top: 40px;
}

.pa_t_5 {
    padding-top: 50px;
}

.pa_t_6 {
    padding-top: 60px;
}

.pa_t_7 {
    padding-top: 70px;
}

.pa_t_8 {
    padding-top: 80px;
}

.pa_t_9 {
    padding-top: 90px;
}

.pa_t_10 {
    padding-top: 100px;
}

.pa_b_1 {
    padding-bottom: 10px;

}

.pa_b_2 {
    padding-bottom: 20px;

}

.pa_b_3 {
    padding-bottom: 30px;

}

.pa_b_4 {
    padding-bottom: 40px;

}

.pa_b_5 {
    padding-bottom: 50px;

}

.pa_b_6 {
    padding-bottom: 60px;

}

.pa_b_7 {
    padding-bottom: 70px;

}

.pa_b_8 {
    padding-bottom: 80px;

}

.pa_b_9 {
    padding-bottom: 90px;

}

.pa_b_10 {
    padding-bottom: 100px;

}


.pa_l_1 {
    padding-left: 10px;
}

.pa_l_2 {
    padding-left: 20px;
}

.pa_l_3 {
    padding-left: 30px;
}

.pa_l_4 {
    padding-left: 40px;
}

.pa_l_5 {
    padding-left: 50px;
}

.pa_l_6 {
    padding-left: 60px;
}

.pa_l_7 {
    padding-left: 70px;
}

.pa_l_8 {
    padding-left: 80px;
}

.pa_l_9 {
    padding-left: 90px;
}

.pa_l_10 {
    padding-left: 100px;
}

/*------------------------*/
.pa_r_0 {
    padding-right: 0;
}

.pa_r_1 {
    padding-right: 10px;
}

.pa_r_2 {
    padding-right: 20px;
}

.pa_r_3 {
    padding-right: 30px;
}

.pa_r_4 {
    padding-right: 40px;
}

.pa_r_5 {
    padding-right: 50px;
}

.pa_r_6 {
    padding-right: 60px;
}

.pa_r_7 {
    padding-right: 70px;
}

.pa_r_8 {
    padding-right: 80px;
}

.pa_r_9 {
    padding-right: 90px;
}

.pa_r_10 {
    padding-right: 100px;
}

/*--------------------*/
.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

/*  */
.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-10 {
    margin-top: 100px;
}

/* --------------------- spaching css ----------------------------- */



/*----------- same section css --end----*/

/*------------------heading---------------*/

h2 {
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;

}

header.header {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}





/*----------------------- header ----------------------------------*/
.header .container .logo {
    width: 280px;
}

.header .container .header_right {
    width: calc(100% - 280px);
}

.header .header_right .top_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.top_menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 24px;
}

.top_menu ul li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.top_menu .rigt_social ul {
    column-gap: 30px;
}


.top_menu ul li a {
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    color: #BBBBBB;
    padding-left: 6px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu_header nav.navbar ul.navbar-nav li a {
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 0;
    margin: 0 30px 0 0;
}

.menu_header nav.navbar ul.navbar-nav li:last-child a {
    margin-right: 0;
}

.menu_header nav.navbar {
    padding: 0;
}

.top_menu ul li a img {
    margin-right: 9px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 240px;
    background: #000;
    padding: 0;
    border-top: 3px solid #fff;
    border-radius: 0;
}

.menu_header nav.navbar ul.navbar-nav .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 10px 20px !important;
    margin: 0 !important;
    font-size: 20px;
    line-height: normal;
}

.menu_header nav.navbar ul.navbar-nav .dropdown-menu li a:hover {
    background: #222222;
}

/*-------------- end header --------------*/











/*----------------- slider ----------------------*/
.swiper-container {
    width: 100vw;
    height: calc(100vh - 152px);
}

.swiper-slide {
    background-color: #fcfcfc;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fcfcfc;
    font-size: 24px;
}

.swiper-slide>.swiper-slide-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent no-repeat 50% 50% /cover;
}

.swiper-scale-effect .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1.3);
}

:root {
    --swiper-pagination-bottom: 40px;
    --swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #FCFCFC;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #262626;
}

.swiper-button-prev,
.swiper-button-next {
    background: transparent;
    opacity: 0.55;
    --swiper-navigation-color: rgba(252, 252, 252, 0.85);
    transition: opacity 0.3s ease, color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: transparent;
    opacity: 0.85;
    --swiper-navigation-color: #fcfcfc;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet-active {
    box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
    background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
    opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
    --swiper-pagination-bullet-horizontal-gap: 10px;
}

.banner .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.banner .swiper-wrapper .swiper-slide .container {
    position: relative;
    z-index: 1111;
}

.left_head h2 {
    font-size: 60px;
    font-weight: 400;
}

.banner .swiper-wrapper .slicont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.left_head h3 {
    font-size: 90px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 76px;
    margin: 0;
    padding: 5px 0 0;
}

.left_head h3 span {
    font-weight: bold;
    display: inline-block;
    padding-right: 8px;
}

.banner .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 22%), #00000047, rgb(0 0 0 / 95%));
    z-index: 1;
    width: 100%;
    height: 100%;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
    font-size: 29px;
}

.banner .swiper-button-prev {
    left: 40px;
}

.banner .swiper-button-next {
    right: 40px;
}

button.pl_tut img {
    margin-right: 8px;
}

button.pl_tut {
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 50px;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out 0.4s;
}

button.pl_tut:hover,
.banner_social_sec ul li a:hover {
    color: #deaf4e;
}

.banner_social_sec {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 50px;
    height: 200px;
    bottom: -49px;
    left: 40px;
}

.banner_social_sec::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 98px);
    background: #fff;
    bottom: 0;
    top: unset;
}

.banner_social_sec ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
}

.banner_social_sec ul li {
    display: block;
}

.banner_social_sec ul li a {
    font-size: 20px;
    color: #fff;
    transition: all ease-on-out 0.4s;
}

/*------------------------------ end banner ---------------------*/

/*------------------------------ Next Tourname nt ---------------------*/
@media (min-width:992px) {
    .heal_feam .row.torna_row {
        display: flex;
        flex-wrap: wrap;
    }
}

.tornament_sec .head_h h2 {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
}

.head_h h2 {
    position: relative;
    line-height: normal;
    padding: 0 0 25px;
    margin-bottom: 30px;
}

.head_h h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 110px;
    height: 4px;
    background: #fff;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

section.tornament_sec {
    padding: 150px 0;
}

.tornament_sec .count_main {
    padding-top: 18px;
}

.tornament_sec .count_main h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.count_main #counter-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 18px;
    padding: 20px 0 0;
}

.count_main #counter-stats .stats {
    border: 1px solid #00E0FF;
    display: inline;
    width: 82px;
    padding: 10px 0;
}

.count_main #counter-stats .stats h4 {
    margin: 0 0 0;
    padding: 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #828282;
}

.count_main #counter-stats .stats .counting {
    color: #DAAB47;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Barlow Condensed';
    line-height: 32px;
    display: block;
    padding: 0 0 2px;
}

section.tornament_sec {
    background-position: center bottom;
    background-size: contain;
}


.count_main .count_time>div {
    border: 1px solid #00E0FF;
    width: 82px;
    padding: 10px 0;
    display: inline-block;
    color: #DAAB47;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Barlow Condensed';
    line-height: normal;
}

.count_main .count_time>div>span {
    display: block;
    margin: 0 0 0;
    padding: 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #828282;
}

.count_main .count_time {
    column-gap: 19px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 18px;
}

/*------------------------------ end Next Tourname nt ---------------------*/


/*------------------------------ end Next Tourname nt ---------------------*/
.tornament_box .torn_img a {
    display: block;
    padding-bottom: 83%;
    position: relative;
    object-fit: inherit;
    border-radius: 7px;
    overflow: hidden;
}

.tornament_box .torn_img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}

.tornament_box .torn_img {
    position: relative;
}

.torn_img .cup_img {
    width: 75px;
    height: 75px;
    background-image: linear-gradient(to right, #CDCECF, #f4f4f4);
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: -37.5px 0 19px 20px;
    position: relative;

    position: relative;
    z-index: 1;
}

.tornament_box .torn_img .cup_img::after {
    background-image: linear-gradient(to right, #DAA841, #F6E299, #DFB759);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0) rotate(100deg);
    z-index: -1;
    transition: all ease-in-out 0.4s;
}

.tornament_box:hove .torn_img .cup_img::after {
    transform: scale(1) rotate(100deg);
}

.torn_img .cup_img img {
    height: 36px;
}

.tornament_box {
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    height: 100%;
}

.torn_cont {
    padding: 3px 20px 17px;
}

.torn_cont h3 a {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0 0 16px;
    color: #000;
    font-family: 'Barlow Condensed';
    transition: all ease-in-out 0.4s;
}

.torn_cont h3 a:hover::after {
    display: none;
}
.torn_cont h3 a:hover{
    color: #ddad49;
}

.torn_cont p {
    font-size: 20px;
    line-height: 27px;
    min-height: 90px;
    margin: 0;
    display: block;
    color: #747474;
}

.torn_cont a {
    font-size: 20px;
    font-weight: 700;
    color: #747474;
    text-decoration: none;
    position: relative;
}

.torn_cont a img {
    height: 18px;
    width: 18px !important;
    margin: 0 0 0 7px;
    opacity: 0.7;
    transition: all ease-out 0.4s;
    display: inline-block !important;
}

.torn_cont a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    bottom: -1px;
    transition: all ease-in-out 0.4s;
}

.torn_cont a:hover::after {
    width: calc(100% - 25px);
}

.torn_cont a:hover img {
    transform: rotate(-45deg);
    opacity: 1;
}

.torn_cont a:hover {
    color: #000;
}

.tornament_box:hover .torn_img a img {
    transform: scale(1.1);
}



.cont_center {
    max-width: 664px;
    margin: 0 auto;
    text-align: center;
}

.schdul_sec .scd_box {
    background: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
}

.left_con h3 {
    font-family: 'Urbanist';
    font-weight: 900;
    font-size: 30px;
    color: #000;
    line-height: 30px;
    margin: 0 0 2px;
}

.left_con h2 {
    font-size: 50px;
    color: #000;
    margin: 0;
    letter-spacing: 2px;
}

.schdul_sec .scd_box .right_but a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    box-shadow: 0px 0px 40px 0px rgb(166 123 35 / 50%);
}

section.schdul_sec .scd_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/home-image/bac_mokup.png);
    z-index: -1;
}

.scd_box .right_but,
.schdul_sec .scd_box {
    position: relative;
    z-index: 1;
}

.scd_box .right_but::before {
    content: "";
    position: absolute;
    left: -64px;
    top: 0px;
    width: 192px;
    height: 204px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/home-image/ball_fot.png);
    z-index: -1;
}

.schdul_sec .scd_box .right_but {
    width: 490px;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

/*------------------------------ end Next Tourname nt ---------------------*/



/*------------------------------ event ---------------------*/
.blog_sec .blog_img a {
    display: block;
    padding-bottom: 49.3%;
    position: relative;
    overflow: hidden;
    height: 333px;
}

.blog_sec .blog_img a img {
    position: absolute;
    transition: all ease-in-out 0.4s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.blog_cont {
    background: #fff;
    padding: 30px;
}

.blog_sec:hover .blog_img a img {
    transform: scale(1.1);
}

.meta span {
    font-size: 16px;
    color: #5B5F64;
    font-weight: 600;
}

.blog_cont h3 {
    font-size: 24px;
    font-weight: 500;
    color: #0E1E32;
    margin-top: 11px;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

.blog_cont p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    color: #747474;
}

.blog_cont a {
    border: 1px solid #000;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    margin: 15px 0 0;
    font-family: 'Barlow Condensed';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s;
}

.blog_cont a:hover {
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    border-color: transparent;
}

.right_blog {
    row-gap: 22px;
    display: flex;
    flex-wrap: wrap;
}

.right_blog .blog_sec {
    display: flex;
    justify-content: center;
}

.right_blog .blog_sec .blog_img {
    width: 300px;
}

.right_blog .blog_sec .blog_cont {
    width: calc(100% - 300px);
    padding: 20px;
}

.right_blog .blog_sec .blog_img a {
    height: 279px;
    padding: 0;
}

/*------------------------------ end event ---------------------*/


/*------------------------------ testimonials  ---------------------*/
.brand_logo img {
    max-width: 550px;
    margin: 0 auto;
}

.testi_sec .row {
    justify-content: space-between;
    flex-wrap: wrap;
}

.testi_sec .row .img_b {
    width: 400px;
    height: 400px;
    border-radius: 100%;
    overflow: hidden;
}

.testi_sec .row .img_b img {
    width: 100%;
    height: 100%;
}

.testi_image {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.testi_image .testi_icon {
    position: absolute;
    top: 3px;
    right: 40px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    background-image: linear-gradient(to right, #DAA841, #F6E299, #DFB759);
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0;
}

.testi_image .testi_icon img {
    height: 32px;
    width: auto;
}

.testi_head h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
}

.testi_head h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
}

.testi_head {
    padding-bottom: 27px;
}

.testi_head h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 134px;
    width: 60px;
    height: 2px;
    background: #e2bd62;
}

.testi_head h3::before {
    content: "";
    position: absolute;
    left: 147px;
    width: 4px;
    height: 2px;
    background: #000000;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
}

.slider_admin {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
    min-width: 300px;
    position: relative;
    height: 75px;
}

.feedback-slider-item p {
    font-style: italic;
}

.slider_admin .admin_image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
}

.slider_admin .admin_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.admin_namer h3 {
    font-size: 29px;
    font-weight: 200;
    line-height: 25px;
}

.admin_namer h4 {
    font-size: 20px;
    font-weight: 500;
    color: #656565;
}

.slider_admin::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/all-image/testi_icon_gr.png);
}



.owl-carousel.feedback-slider .owl-nav button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/all-image/arro_left.png);
    transform: translate(-50%, -50%);
}

.owl-carousel.feedback-slider .owl-nav button.owl-next::before {
    background-image: url(../images/all-image/right_arrow.png);
}

.owl-carousel.feedback-slider .owl-nav button {
    position: relative !important;
    width: 45px;
    height: 45px;
}

.owl-carousel.feedback-slider .owl-nav {
    column-gap: 18px;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 3px;
    background: #000;
    padding: 20px;
}

.brand_logo ul.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.brand_logo ul.logo li {
    border: 1px solid #b0b0b0;
    width: 15%;
    display: block;
    height: 101px;
    padding: 10px;
}

.brand_logo ul.logo li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all ease-in-out 0.4s;
}
.brand_logo ul.logo li:hover img {
    filter: grayscale(0);
}
.brand_logo {
    padding: 20px 0 10px;
}

/*--------------rgb(0, 0, 0)------------ end testimonials ---------------------*/


/*------------------------------ end oin our mailing list ---------------------*/
section.cta_sec {
    padding: 100px 0;
}

.cta_sec h2 {
    color: #fff;
}

.cta_sec .head_h h2::after {
    background: #F4DF95;
}

.cntr_heddi h2 {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
}

section.cta_sec {
    position: relative;
}

section.cta_sec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}


.cta_content p {
    color: #fff;
    position: relative;
    text-align: left;
}

.cta_email .input-group-text {
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    border: unset !important;
    border-radius: 0;
    font-family: 'Barlow Condensed';
    padding: 0;

}

.cta_email .form-control {
    display: block;
    padding: 15px 20px;
    font-weight: normal;
    background-color: #000;
    border: 1px solid #ced4da;
    /*background-color: #fff;*/
    /*border: none;*/
    border-radius: 0;
    font-size: 20px;
    color: #5B5F64;
    font-family: 'Barlow Condensed';
    line-height: normal;
}

.cta_email .form-control:focus {
    box-shadow: unset;
}

.cta_email {
    padding-top: 15px;
}

.cta_email .input-group-text input[type="submit"] {
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-size: 16px;
    transition: all ease-in-out 0.4s;
    font-weight: 700;
    padding: 0 20px;
}

.cta_email .input-group-text input[type="submit"]:hover {
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
}

.cta_sec .cta_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta_sec .cta_content .head_h h2 {
    text-align: left;
    margin: 0;
    padding: 0 0 11px;
}

.cta_sec .cta_content .head_h h2::after {
    display: none;
}

.cta_sec .cta_content .head_h {
    width: 590px;
}

.cta_sec .cta_content .cta_email {
    width: calc(100% - 590px);
    padding-left: 70px;
    padding-top: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cta_sec .cta_content .cta_email .input-group {
    max-width: 500px;
}

/*------------------------------ end oin our mailing list ---------------------*/




/*------------------------------ footer ---------------------*/
footer.footer {
    border-top: 1px solid rgb(255 255 255 / 20%);
}

footer h3.title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #DCDCDB !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0;
}

footer ul li p,
footer ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #DCDCDB !important;
    text-decoration: none;
}

footer ul li img {
    width: 19px;
    margin-right: 10px;
}

.row.copy_row {
    border-top: 1px solid #ddd;
}

.copy_row .col-lg-5 {
    text-align: right;
}

.copy_row a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

/*------------------------------ footer ---------------------*/

/*------------------- model popup video --------------------*/
.modal .modal-dialog {
    max-width: 760px !important;
    width: 90% !important;
    margin: 0 auto;
    margin-top: 100px;
}

.modal .modal-dialog .modal-header {
    padding: 0;
    border: 0;
}

.modal .modal-dialog .modal-header button.btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 11;
    background-color: #f00;
    opacity: 1;
    border-radius: 100%;
    right: -20px;
    top: -20px;
}

.modal .modal-dialog .modal-body video {
    width: 100% !important;
    position: absolute;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    left: 0;
    top: 0;
}

.modal-body {
    padding-bottom: 56.5%;
    position: relative;
}

.modal .modal-dialog .modal-content {
    padding: 14px;
}

/*--------------------------- end model video popup --------------------*/

/*------------- resgtation page -------------------*/
.row.register_sec_row {
    background: #1D1D1D;
    display: flex;
}

.register_sec_row .form_right .head_h {
    width: 100%;
}

.register_sec_row .form_right form {
    width: 100%;
}

.register_sec_row .form_right {
    padding: 50px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register_sec .col-lg-6:first-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.row.register_sec_row img {
    width: 100%;
}

.register_sec_row .form-row {
    display: flex;
    justify-content: space-between;
}

.register_sec_row .form-row.form-group {
    width: 49% !important;
}

.register_sec_row .form-row .form-group {
    width: 47%;
}

.register_sec_row label {
    color: #818181;
    display: flex;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: 'Barlow Condensed';
}

.register_sec_row form input {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #daa63f, #f9e9a3) 1;
    padding: 14px;
}

.register_sec_row .head_h h2::after {
    left: 0;
    transform: none;
}

.register_sec_row .head_h h2 {
    text-align: left;
    margin-bottom: 15px;
}

.register_sec_row form input.form-control:focus {
    color: #fff;
    background-color: #2a2a2a;
    border-color: none;
    outline: 0;
    box-shadow: unset;
}

.register_sec_row .right_but {
    text-align: left;
    margin-top: 30px;
}

section.register_sec {
    padding: 100px 0;
}

.register_sec_row .right_but button.prm_but {
    width: 40%;
}

.register_sec_row .form-group span.icon {
    position: absolute;
    bottom: 16px;
    right: 10px;
}

.register_sec_row .form-group {
    position: relative;
    margin-top: 19px;
}

input:-internal-autofill-selected {
    background-color: transparent;
}

.register_sec_row form p {
    text-align: left;
    margin: 0;
    padding: 26px 0 5px;
    font-family: 'Barlow Condensed';
    font-weight: 300;
    line-height: normal;
}

.register_sec_row form p a {
    color: #DAA63F;
    text-decoration: none;
}

.register_sec_row .form-group.chekbox label {
    font-family: 'Urbanist';
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 100;
    padding: 15px 0 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.register_sec_row .form-group.chekbox label a {
    color: #DFB658;
    text-decoration: none;
    margin-left: 8px;
    line-height: normal;
}

.register_sec_row .form-group.chekbox label input#agree {
    border: 1px solid #DFB658 !important;
    background: transparent;
    width: 20px;
    height: 20px;
    margin-right: 13px;
    border-radius: 3px !important;
    margin-bottom: -2px;
}

.register_sec .col-lg-6:first-child {
    padding-left: 0;
}

/*------------- end regstation pages --------------------*/

/*----------------- inner banner -------------------*/
section.inner_banner {
    z-index: 1;
}

.inner_banner h1 {
    font-size: 48px;
    color: #fcfcfc;
    font-weight: bold;
    line-height: 54px;
    text-transform: uppercase;
}

.inner_banner .container {
    height: 450px;
    display: flex;
    align-items: end;
    z-index: 1;
    padding-bottom: 80px;
}

section.inner_banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(0 0 0 / 80%), #ddd0);
    z-index: -1;
}

.inner_banner ul {
    margin: 0;
    padding: 0;
    display: flex;
    color: #fff;
}

.inner_banner ul li {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 1px 10px;
    font-weight: 500;
}

.turament_sec {
    padding: 130px 0;
}

.turament_sec .container {
    height: auto;
    padding: 0;
    justify-content: center;
}

/*------------------ end inner banner --------------*/

/*------------- TOURNAMENTS pages --------------------*/
.card-item-wrapper {
    line-height: normal;
    transition: all ease-in-out 0.4s;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    justify-content: space-between;
    column-gap: 16px;
    margin-top: 10px;
}
.card-item-wrapper .card-head span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.card-item-wrapper .card-body {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex: unset;
    display: inline-flex;
    width: auto;
    position: relative;
    /*top: 6px;*/
}

.card-item-wrapper .card-body .team-a {
    order: 2;
}
.fet_bnner {
    height: 500px;
    margin-bottom: 55px;
}

.fet_bnner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-item-wrapper .card-body .team-status {
    order: 1;
    width: 100%;
    justify-content: center;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    color: #000;
    line-height: 0;
    margin-bottom: 2px;
}
.card-item-wrapper .card-body .team-b {
    order: 3;
}

.card-item-wrapper .card-body .team {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card-item-wrapper .card-body .team .team-info {
    display: flex;
    align-items: center;
    /*width: 200px;*/
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-image {
    width: 3.5rem;
    height: 3.5rem;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
.card-item-wrapper .card-body .team-a .team-info {
    flex-direction: row-reverse;
    /*padding: 0 20px 0px 0;*/
    padding: 0px 35px 0px 0px;
    justify-content: flex-end;
}
.card-item-wrapper .card-body .team-b {
    flex-direction: row-reverse;
}
.card-item-wrapper .card-body .team.team-a .team-score {
    padding: 7px 20px;
    line-height: normal;
    column-gap: 8px;
    background: linear-gradient(104.94deg, hsl(0deg 0% 13.39%) 34.65%, rgb(66 66 66) 100%);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px 0 0 3px;
}

.card-item-wrapper .card-body .team.team-b .team-score {
    padding: 7px 20px;
    line-height: normal;
    column-gap: 8px;
    background: linear-gradient(104.94deg, hsl(0deg 0% 23.14%) 34.65%, rgb(35 35 35) 100%);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 0 3px 3px 0;
    position: relative;
}

.card-item-wrapper .card-body .team.team-b .team-score::after {
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #dcae4cad;
    content: "";
    position: absolute;
    left: 0;
}

.card-item-wrapper .card-body .team.team-b .team-info {
    padding: 0 0 0 20px;
    justify-content: flex-end;
}

.card-item-wrapper .card-body .team-score {
    padding: 10px 20px;
    line-height: normal;
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    column-gap: 8px;
}

.card-item-wrapper .card-body .team h3.team-name {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
}
.football_grop .main_wrapar {
    margin-bottom: 41px;
}

.football_grop .main_wrapar:last-child {
    margin-bottom: 0;
}
/*------------- end TOURNAMENTS pages --------------------*/

/*------------- ABOUT US pages --------------------*/
.row.abt_row {
    background: #1D1D1D;
    display: flex;
    flex-wrap: wrap;
}

.abt_row .row {
    background: #1D1D1D;
    margin: 0;
    display: flex;
}

.abt_row .row .col-lg-6 {
    padding: 0;
}

.abt_row .row .abt_content {
    padding: 50px;
}

.abt_img img {
    width: 100%;
}

.abt_content .head_h h2 span {
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: normal;
}

.lft_after h2::after {
    left: 0;
    transform: none;
}

.lft_after h2 {
    text-align: left !important;
}

.row.abt_row .col-lg-6 {
    padding: 0;
}

.row.abt_row .abt_content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.row.abt_row .abt_content h2 {
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
}

.abt_img {
    height: 100%;
}

.abt_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_team .team_img {
    width: 100%;
}

.about_team .team_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.row.about_team.pa_t_8 {
    margin: 0 -24px;
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.row.about_team.pa_t_8 .col-lg-4 {
    width: 31.3%;
}

.team_content {
    text-align: center;
    padding: 30px;
}

.team_content h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Urbanist';
    margin-bottom: 20px;
}

.team_content p {
    font-size: 20px;
    letter-spacing: 5px;
    color: #6d6d6d;
    text-transform: uppercase;
    font-weight: 400;
}

.about_program_tx h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-family: "Urbanist";
    margin-bottom: 50px;
    font-weight: 500;
    padding: 0 0 25px;
    position: relative;
}

.about_program_tx h3:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 110px;
    height: 4px;
    background: #fff;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
}

.about_program_tx {
    max-width: 1030px;
    margin: 0 auto;
}


/*------------- end ABOUT US pages --------------------*/
/*------------- start RESULTS pages --------------------*/

.final_result .head_h h2::after {
    width: 180px;
}

.meta_league {
    font-size: 20px;
    color: #fff;
    font-family: "Barlow Condensed";
    font-weight: 300;
    margin-bottom: 25px;
}

.result_bx .head_h h2 {
    font-size: 40px;
}

.result_bx .head_h h2:after {
    width: 200px;
    background: #F4DF95;
}

.result_bx .head_h h2 {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.result_bx_content {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #F9E9A2, #E4C168, #F8E7A0, #DDB252, #EDD281) 1;
    background: #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.result_bx_content::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border-width: 0;
    border-style: solid;
    border-image: linear-gradient(to right, #F9E9A2, #E4C168, #F8E7A0, #DDB252, #EDD281) 1;
    border-right-width: 1px;
    top: 0;
    bottom: 0;
}

.result_bx_content::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    background-image: url(../images/tournaments-image/vs_icon.png);
    background-size: cover;
    width: 100px;
    height: 100px;
    top: 50%;
}

.result_group h2 {
    font-size: 60px;
    position: relative;
    padding-bottom: 20px;
}

.result_group h2::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #F9E9A2, #E4C168, #F8E7A0, #DDB252, #EDD281) 1;
    width: 90px;
    bottom: 0;
}

.result_group h3 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 200;
}

.result_group {
    width: 48%;
    padding: 30px 20px;
}

.pagenation_bx ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenation_bx ul li {
    margin: 20px;
    display: block;
    line-height: 0;
}

.pagenation_bx {
    margin-top: 20px;
}

.pagenation_bx ul li a {
    text-decoration: none;
}

a.all_pg {
    padding: 4px;
    color: #000;
    background: #fff;
}

/*------------- end RESULTS pages --------------------*/
footer a:hover,
footer a:hover span {
    color: #deae4b !important;
}

.menu_header nav.navbar ul.navbar-nav li a:hover {
    color: #ddad49 !important;
}

.menu_header nav.navbar ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

/*------contact--form----*/


form .form-select,
form .form-control {
    background: transparent;
    border: 1px solid #a7a7a7;
    color: #F1F1F1 !important;
    padding: 22px 18px;
    font-size: 16px;
    border-radius: 0px;
}

form .form-control:focus {
    background: transparent;
    border-color: #fff;
}

form .form-control::placeholder {
    color: #F1F1F1;
    text-transform: uppercase;
}

.contact_btn button.btn {
    margin-top: 20px;
    text-decoration: unset;
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 32px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    letter-spacing: 3px;
    transition: all ease-in-out 0.3s;
}

.contact_btn button.btn:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    z-index: -6;
    border-radius: 12px;
}

.contact_btn button.btn:active {
    background: #fff;
    color: #000;
}


.form-outline.form-group {
    position: relative;
}

.form-outline.form-group label.form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0.37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: #9F9F9F;
    margin-bottom: 0;
    transform: translateY(-1rem) translateY(0.1rem) scale(0.8);
    background: #1b1c22;
    margin-left: 20px;
    padding: 8px 8px;
    text-transform: uppercase;
}

.contact_form form .form-select option {
    color: #000;
}



/*------contact--form-end---*/
/*------contact--page---*/
.inner_banner ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.contact_title h2 {
    margin-bottom: 20px;
}

.contact_details {
    max-width: 420px;
    background: #1D1D1D;
    border: 2px solid #ffffff26;
    border-radius: 0px;
    padding: 40px 40px 50px;
    box-sizing: border-box;
    position: relative;
}

.contact_details .shosal_m ul {
    justify-content: flex-start;
}

.contact_details .title h4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.contact_details .shosal_m {
    padding: 20px 0 00px;
}

.contact_details .con_dd_img {
    position: relative;
    right: -40px;
    top: 20px;
}

.contact_details .title.social_media {
    padding-top: 14px;
    margin-bottom: 0;
}

.contact_details .shosal_m ul {
    display: flex;
    padding: 0 0 0;
    column-gap: 12px;
}

.contact_details .shosal_m ul li {
    display: block;
}

.contact_details .mail_us {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd1f;
    margin-bottom: 18px;
}

.contact_details .title {
    margin: 30px 0;
}

.contact_details .mail_us a {
    text-decoration: none;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.contact_details .chat_us {
    text-align: right;
    padding-right: 20px;
}

.contact_details .mail_us img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
}

.contact_details .mail_us p,
.contact_details .mail_us a {
    font-size: 18px;
    width: calc(100% - 30px);
    padding: 0;
}


.contact_details .shosal_m ul li a {
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
    text-decoration: none;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.contact_details .shosal_m ul li a img {
    width: 18px;
}

.contact_details .shosal_m ul li a:hover {
    background-image: linear-gradient(to right, #f9e9a2, #dbae4c, #f9e9a3);
}

.contact_map iframe {
    border: 10px solid #fff !important;
    padding: 0;
    line-height: 0;
    box-shadow: 0 0 30px rgb(0 0 0/20%);
}

/*------contact--page--end---*/


/*----------news pages------------*/

.news_banner .hedding_main p {
    font-size: 25px;
    line-height: 37px;
}

.blog_post_wrape .blog_title h2 {
    font-size: 25px;
    text-transform: unset;
    line-height: 24px;
}

.blog_post_wrape p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.blog_des {
    padding-top: 10px;
}

.blog_post_wrape .blog_title h2 a {
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    font-size: 24px;
    font-weight: 500;
    color: #0E1E32;
    padding-top: 11px;
    padding-bottom: 11px;
    margin: 0;
    font-family: 'Barlow Condensed';
}

.blog_post_wrape .blog_title h2 a:hover {
    color: #0E1E32 !important;
}


.blog_feature_image a {
    display: block;
    padding-bottom: 70%;
    position: relative;
}

.blog_feature_image a img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog_feature_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all ease-in-out 0.3s;
}

.blog_post_wrape .blog_read {
    padding: 10px 0;
}

.event_sec .even_tit a,
.blog_post_wrape .blog_read a {
    border: 1px solid #000;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    margin: 15px 0 0;
    font-family: 'Barlow Condensed';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.blog_gride_wrape .blog_post_wrape:hover .blog_feature_image a img {
    filter: unset;
    transform: scale(1.1);
}



.blog_gride_wrape {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.blog_post_wrape {
    background: #101010;
    padding: 0;
    /*width: 23%;*/
    width: 30%;
    margin: 1%;
    border-radius: 8px;
    overflow: hidden;
}

.blog_feature_image {
    overflow: hidden;
}

.blog_post_wrape .blog_meta {
    padding: 0px 0 15px;
}


.blog_meta span.meta_date {
    font-size: 14px;
    color: #5B5F64;
    font-weight: 600;
}


/*---*/

.news_btn_all {
    padding: 0 !important;
    background: transparent !important;

}

.news_btn_all a {
    margin: 15px 0 0;
}

.news_article .blog_content {
    background: #fff;
    padding: 20px;
}

.blog_meta span.meta_date {
    display: flex;
    align-items: center;
}

.blog_meta span.meta_date img {
    margin-right: 10px;
}

.blog_post_wrape p {
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

/*---------- end news pages ----*/
/*---------- end news details pages ----*/
.blog_feature_image a {
    position: relative;
    display: block;
    padding-bottom: 81%;
}

.blog_feature_image a img {
    position: absolute;
    left: 0;
    top: 0;
}

section.inner_banner.blog_details_ban .container {
    height: auto;
    padding: 0;
}

.post_main_feature_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.post_main_feature_image .bac_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post_main_feature_image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgb(0 0 0 / 58%);*/
    left: 0;
    top: 0;
}

section.blog_details_ban {
    align-items: flex-start;
}

.blog_details_main_hedd {
    height: 635px;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.blog_details_main_hedd .bac_img {
    border-radius: 22px;
}

.blog_details_main_hedd .post_main_heading {
    padding: 60px;
}

.post_main_heading h1 {
    line-height: 53px;
    text-align: left;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    font-weight: bold;
}

.post_content_testi strong {
    font-size: 21px;
    line-height: 32px;
}

.post_content_wraper .post_content p {
    font-size: 18px;
    color: #fff;
}

.trending_wraper .blog_post_wrape {
    width: 100%;
    margin-right: 0;
    padding: 0;
    background: transparent;
}



.trending_wraper .blog_post_wrape .blog_title h2 {
    font-size: 20px;
    line-height: 28px;
}

.hidd_hed h2 {
    font-size: 32px;
    line-height: normal;
    font-family: 'Inter-SemiBold';
    margin: 0;
}


.trending_wraper_info {
    padding: 40px;
    background: #FAFAFA;
    box-shadow: 0 30px 60px -12px rgb(50 50 93 / 10%);
    border-radius: 22px;
}

.latest_news .blog_feature_image img {
    filter: unset;
}


/*---------- end news details pages ----*/



/*---------------------------- partner page ------------------*/
.partner_box ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.partner_box ul li {
    width: 25%;
    padding: 16px;
    display: block;
}

.partner_box ul li a {
    display: block;
    text-decoration: none;
    font-size: 29px;
    color: #fcfcfc;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #F9E9A2, #E4C168, #F8E7A0, #DDB252, #EDD281) 1;
}

.partner_box ul li a span {
    display: block;
    padding: 10px;
    text-align: center;
}

.partner_box ul li a span.image {
    padding: 10px;
    overflow: hidden;
    height: 150px;
}

.partner_box ul li a span.image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-sizing: border-box;
    transition: all ease-in-out 0.4s;
    filter: grayscale(100%);
}
.partner_box ul li a:hover span.image img {
    filter: grayscale(0);
}

.partner_box ul li a:hover span.image img {
    transform: scale(1.1);
}

footer .copy_row a:hover {
    color: #000 !important;
}

.row.copy_row p a {
    color: #fff !important;
}

.row.copy_row p a:hover {
    color: #deaf4c !important;
}

/*------------------------- end partner page ------------------*/

/*------------- new regstation -------------------------------*/
.new_regt_sec .form_box_reg {
    background: #1D1D1D;
    border: 2px solid #ffffff26;
    padding: 0;
}

.new_regt_sec .form_box_reg .regs_box {
    padding: 50px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box {
    padding: 50px;
    /*border-top: 1px solid rgb(221 221 221 / 17%);*/
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box span.lab_input {
    display: block;
    position: relative;
}
form .form-control option {
    color: #000;
    padding: 10px !important;
    line-height: 20px;
}
ul.cat_regs {
    padding: 0;
    margin: 0;
    background: #0006;
}

ul.cat_regs li {
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: normal;
    padding: 15px 29px;
    border-bottom: 1px solid #ffffff29;
    background: #282828;
    transition: all ease-in-out 0.4s;
}
.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box span.lab_input label {
    position: absolute;
    background: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    line-height: normal;
    left: 20px;
    top: -13px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .ques_box {
    background: transparent;
    border: 1px solid #a7a7a7;
    color: #F1F1F1 !important;
    padding: 22px 25px;
    font-size: 16px;
    border-radius: 0px;
    position: relative;
    margin-top: 17px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .ques_box span {
    position: absolute;
    background: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    line-height: normal;
    left: 20px;
    top: -13px;
}

.ques_box .form-check {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .ques_box.ques_box_tw {
    margin-top: 30px;
    padding: 0;
    border: 0;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .ques_box.ques_box_tw input.form-control {
    padding-top: 28px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .iaccept_bb {
    border: 1px solid #a7a7a7;
    padding: 25px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-top: 18px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .iaccept_bb input {
    margin: 0 9px 0 0;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .iaccept_bb label.form-check-label {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .box_br {
    border: 1px solid #a7a7a7;
    padding: 25px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .box_chek_i {
    background: transparent;
    border: 1px solid #a7a7a7;
    color: #F1F1F1 !important;
    padding: 26px 18px 22px;
    font-size: 16px;
    border-radius: 0px;
    position: relative;
    margin-top: 17px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .box_chek_i span.lable_s {
    position: absolute;
    background: #1d1d1d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    line-height: normal;
    left: 20px;
    top: -13px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .box_chek_i label.form-check-label {
    width: calc(100% - 50px);
    font-size: 18px;
}

.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box .box_chek_i input {
    width: 20px;
    height: 20px;
    margin-right: 13px;
}
ul.cat_regs li span::before {
    display: none;
}  
  .select li {
    display: none;
    cursor: pointer;
    padding: 5px 10px;
    min-width: 150px;
  }  
  .select li:first-child {
    display: flex;
    border-top: 0px;
    border: 0;
    background: transparent;
}  

.select li:hover {
    background-color: #ddd;
    color: #000;
}
  
  .select li:first-child:hover {
    background-color: transparent;
    color: #fff;
  }
  
  .select.open li {
    display: flex;
  }
  
  .select span:before {
    position: absolute;
    top: 5px;
    right: 15px;
    content: "\2193";
  }
  
  .select.open span:before {
    content: "\2191";
  }
  ul.cat_regs {
    background: transparent;
    border: 1px solid #a7a7a7;
    color: #F1F1F1 !important;
    font-size: 16px;
    border-radius: 0px;
}
.new_regt_sec .form_box_reg form.new_reg_form .same_fr_box.sydney_discount {
    padding-bottom: 9px;
}

.new_regt_sec .form_box_reg form.new_reg_form .submit_but {
    padding: 23px 60px 60px;
    text-align: center;
}

.new_regt_sec .form_box_reg form.new_reg_form .submit_but button.btn {
    border: 0;
    padding: 9px 36px;
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
    border-radius: 0;
}

.new_regt_sec .form_box_reg form.new_reg_form .submit_but button.btn:hover {
        background-image: linear-gradient(to right, #f9e9a2, #dbae4c, #f9e9a3);
}


.payment_body .bil_info {
    padding-top: 23px;
    padding-bottom: 40px;
}

.payment_body .bil_info .all_bill {
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: FLEX-START;
}

.payment_body .bil_info .all_bill .monthly_bill {max-width: 240px;width: 100%;margin-right: 28px;}

.payment_body .bil_info .all_bill label {
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment_body .bil_info .all_bill label strong {
    display: block;
    font-size: 24px;
}

.payment_body .bil_info .all_bill label input {
    width: 22px;
    height: 22px;
}
.payment_body .bil_info .all_bill .year_bill {
    max-width: 240px;
    width: 100%;
}


.payment_body .form_add {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment_body .form_add form {
    width: 66%;
    border: 1px solid rgb(221 221 221 / 20%);
    border-radius: 6px;
    padding: 34px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment_body .form_add .chekout_sidber {
    width: 30%;
}

.payment_body .form_add .chekout_sidber {
    background: rgb(243 243 243 / 9%);
    padding: 20px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: flex-end;
}

.payment_body .form_add form label {
    width: 49%;
}

.payment_body .form_add form label>span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.payment_body .form_add form label input, .payment_body .form_add form label select {
    width: 100%;
    background: transparent;
    border: 1px solid #a7a7a7;
    color: #F1F1F1 !important;
    padding: 14px 18px;
    font-size: 16px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 5px;
}

.payment_body .form_add form label:last-child {
    width: 100%;
}
.payment_body .form_add form label.full {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment_body .form_add form label.full>span {
    display: block;
    width: 100%;
}

.payment_body .form_add form label.full input[type="text"] {
    width: 49%;
}
.payment_body .form_add .chekout_sidber .top_s {
    width: 100%;
}

.payment_body .form_add .chekout_sidber .top_s .sid_head img {
    height: 100px;
}

.chekout_sidber .top_s .sid_head {
    border-bottom: 1px solid #dddddd40;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.chekout_sidber .top_s .total {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

.chekout_sidber .top_s .pay_dtls h3 {text-transform: capitalize;font-weight: 400;font-size: 25px;}

.chekout_sidber .top_s .pay_dtls img {
    width: auto !important;
    height: 30px;
    max-width: unset;
    min-width: unset;
    margin-left: 9px;
}

.chekout_sidber .top_s .pay_dtls label.card {
    display: flex;
    align-items: center;
    flex-direction: unset;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: 0;
}
.img_cms img {
    width: 100%;
}
.chekout_sidber .top_s .pay_dtls label input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.chekout_sidber .top_s .pay_dtls  label.paypal {
    display: flex;
    align-items: center;
    flex-direction: unset;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.pay_dtls .pay_type {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding-bottom: 26px;
    padding-top: 7px;
}

.chekout_sidber .top_s .total span {
    font-weight: 700;
}

.payment_body .form_add .chekout_sidber .buttom button {
    border: 0;
    padding: 10px 30px;
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    background-image: linear-gradient(to right, #DAA63F, #F9E9A3, #DAAB47);
    transition: all ease-in-out 0.4s;
    text-transform: uppercase;
    text-decoration: none;
    color: #000 !important;
}
.payment_body .form_add .chekout_sidber .buttom button:hover {
        background-image: linear-gradient(to right, #f9e9a2, #dbae4c, #f9e9a3);
}
.payment_body .form_add form label select option {
    color: #000;
}
.cms_sec_on .post_content {
    padding-right: 30px;
}
.cms_sec_tw .post_content_wraper {
    padding-left: 50px;
}
