/*
  ====== [ Main Colors ] ======
    #051f38

    #ee6c0c
*/
body {
    font-family: 'Cairo', sans-serif;
    overflow: hidden;
}

header .header {
    background-color: #000;
    color: #fff;
    padding: 10px 0px;
    font-size: 1.4em;
}

header .header .header_contact i {
    color: #ee6c0c;
    margin-right: 10px;
}

header .header .follow a {
    background-color: #fff;
    color: #000;
    margin-left: 20px;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    font-size: 0.75em;
}

header .header .follow a:hover {
    background-color: #ee6c0c;
}

header nav {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 9999999999999999;
    width: 100%;
}

header nav .navbar-brand img {
    height: 40px;
}

header nav .navbar-nav li a {
    font-size: 1.3em;
    padding: 0px 0px 7px;
    margin: 0px 8px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    border-bottom: 2px solid transparent;
}

header nav .navbar-nav li.active a {
    color: #ee6c0c !important;
    border-bottom: 2px solid #ee6c0c;
    transition: all 0.3s linear;
}

header nav .navbar-nav li:hover a {
    color: #ee6c0c !important;
    border-bottom: 2px solid #ee6c0c;
    transition: all 0.3s linear;
}

@media (max-width:576px) {
    header .header {
        display: none;
    }
}

@media (max-width:991px) {
    header nav .navbar-nav{
        height: 100vh;
    }
    header nav .navbar-nav li{
        margin: 10px 0;
    }
}

/*====================*/
/*====================*/
/*====================*/
.slider {
    overflow: hidden;
}


.slider .carousel-inner {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.slider .carousel-inner .carousel-item {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.slider .carousel-inner .carousel-item:nth-of-type(1) {
    background-image: url(../img/slider/1.jpg);
}

.slider .carousel-inner .carousel-item:nth-of-type(2) {
    background-image: url(../img/slider/2.jpg);
}

.slider .carousel-inner .carousel-item:nth-of-type(3) {
    background-image: url(../img/slider/3.jpg);
}

.slider .carousel-inner .carousel-item .carousel-item-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 100px;
    /*===== 65 =====*/

}

.slider .carousel-inner .carousel-item .carousel-item-overlay .heading {
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 40px
}

.slider .carousel-inner .carousel-item .carousel-item-overlay .heading h2 {
    text-transform: uppercase;
    font-size: 5.8em;
    font-weight: bolder;
    margin: 0px 20px 20px;

}

.slider .carousel-inner .carousel-item .carousel-item-overlay .heading h3 {
    text-transform: uppercase;
    font-size: 2em;
    margin: 20px;
}

.slider .carousel-inner .carousel-item .carousel-item-overlay h3 span {
    color: #ee6c0c
}

.slider .carousel-inner .carousel-item .carousel-item-overlay p {
    font-size: 1.4em;
    width: 70%;
    margin: 50px 20px 20px;
    color: #ddd;
}

.slider .carousel-inner .carousel-item .carousel-item-overlay button {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    font-size: 1.4em;
    margin: 30px 20px 20px;
    padding: 10px 30px
}


@media (min-width:576px) {
    .carousel-indicators {
        bottom: 50px !important;
    }
}


.carousel-indicators {
    bottom: 50px
}

@media (max-width:576px) {
    .slider .carousel-inner {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .slider .carousel-inner .carousel-item .carousel-item-overlay {
        padding-bottom: 50px;
    }

    .carousel-indicators {
        bottom: 10px
    }

    .slider .carousel-inner .carousel-item .carousel-item-overlay .heading h2 {
        text-transform: uppercase;
        font-size: 4.6em;
        font-weight: bolder;
        margin: 0px 20px 20px;

    }

    .slider .carousel-inner .carousel-item .carousel-item-overlay .heading h3 {
        text-transform: uppercase;
        font-size: 1.7em;
        margin: 20px;
    }

    .slider .carousel-inner .carousel-item .carousel-item-overlay p {
        font-size: 1.4em;
        width: auto;
        margin: 20px;
    }
}

/*========================================*/
/*========================================*/
/*========================================*/
.about {
    padding: 70px 0;
    overflow: hidden;
    height: auto;
    color: #000;
}

.about .about_img img {
    width: 90%;
}

.about .about_title .heading {
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.about .about_title .heading h2 {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: bolder;
    margin-bottom: 20px;
}

.about .about_title .heading h3 {
    text-transform: uppercase;
    font-size: 2.3em;
}

.about .about_title p {
    font-size: 1.1em;
    margin: 20px 0;
    color: #333;
}

@media (max-width:576px) {
    .about .about_title .heading h2 {
        font-size: 3.4em;
        margin-bottom: 10px;
    }

    .about .about_title .heading h3 {
        font-size: 1.7em;
    }
}

.about .about_title button {
    font-size: 1.5em;
    background-color: #fff;
    border: 1.5px solid #ee6c0c;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
    transition: all 0.5s linear;
}

.about .about_title button:hover {
    transition: all 0.5s linear;
    background-color: #ee6c0c;
    color: #fff;
}

/*========================================*/
/*========================================*/
/*========================================*/

.courses {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/Bodybuilding_Men_511666_2560x1440.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.courses .courses_overlay {
    padding: 70px 0 100px 0;
    background-color: rgba(0, 0, 0, 0.80);
    height: 100%;

}

@media (max-width:576px) {
    .courses {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .courses .courses_overlay {
        padding: 50px 0;
    }
}

/* -----------------------------*/
.courses .courses_overlay .heading {
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.courses .courses_overlay .heading h2 {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: bolder;
    margin-bottom: 20px;
}

.courses .courses_overlay .heading h3 {
    text-transform: uppercase;
    font-size: 2.3em;
}

/*------------------------------*/

@media (max-width:576px) {
    .courses .courses_overlay .heading h2 {
        font-size: 3.4em;
        margin-bottom: 10px;
    }

    .courses .courses_overlay .heading h3 {
        font-size: 1.7em;
    }
}

.courses .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-bottom: 50px
}

.courses .swiper-slide .course {
    height: 200px;
    width: 100%;
    background-size: cover;
    position: relative;
    filter: grayscale(1);
    transition: all 0.5s linear;
    clip-path: polygon(80% 0%, 100% 20%, 100% 100%, 20% 100%, 0% 80%, 0 0);
    text-align: center
}

.courses .swiper-slide .course:hover {
    transition: all 0.5s linear;
    filter: grayscale(0);
}

.courses .swiper-slide:nth-of-type(1) .course {
    background-image: url(../img/courses/blog1.jpg);
}

.courses .swiper-slide:nth-of-type(2) .course {
    background-image: url(../img/courses/blog2.jpg);
}

.courses .swiper-slide:nth-of-type(3) .course {
    background-image: url(../img/courses/blog3.jpg);
}

.courses .swiper-slide:nth-of-type(4) .course {
    background-image: url(../img/courses/2.png);
}

.courses .swiper-slide:nth-of-type(5) .course {
    background-image: url(../img/courses/3.png);
}

.courses .swiper-slide:nth-of-type(6) .course {
    background-image: url(../img/courses/4.png);
}

.courses .swiper-slide:nth-of-type(7) .course {
    background-image: url(../img/courses/5.png);
}

.courses .swiper-slide .course .course_title {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    padding: 20px 10px;
    font-size: 1.3em;
    font-weight: bold;
    overflow: hidden;
}

.courses .swiper-slide .course .course_title p {
    margin-top: 50%;
    transform: translateY(-50%);
}

.courses .swiper-slide .course .course_title p a {
    color: #ee6c0c;
    border: 1px solid #ee6c0c;
    padding: 5px 7px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.5s linear;
}

.courses .swiper-slide .course .course_title p a:hover {
    color: #fff;
    background-color: #ee6c0c;
    transition: all 0.5s linear;
}

.courses .swiper-pagination {
    bottom: 0px !important
}

.courses .swiper-pagination-bullet {
    background-color: #ee6c0c
}

/**************************************/
/**************************************/
/**************************************/

.trainers {
    color: #000;
    padding: 70px 0px;
    overflow: hidden
}

/* -----------------------------*/
.trainers .heading {
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

.trainers .heading h2 {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: bolder;
    margin-bottom: 20px;
}

.trainers .heading h3 {
    text-transform: uppercase;
    font-size: 2.3em;
}

.trainers .heading h3 span {
    color: #ee6c0c
}

.trainers p {
    color: #333;
    font-size: 1.5em;
    max-width: 60%;
}

/*------------------------------*/

@media (max-width:576px) {
    .trainers .heading h2 {
        font-size: 3.4em;
        margin-bottom: 10px;
    }

    .trainers .heading h3 {
        font-size: 1.7em;
    }

    .trainers p {
        color: #333;
        font-size: 1em;
        max-width: 100%;
    }
}

.trainers .swiper-container {
    overflow: hidden;
    padding-bottom: 30px
}


.trainers .trainer {
    background-color: #fff;
    width: 100%;
    margin: auto;
    text-align: center;
    border: 7px double #ee6c0c;
    position: relative;
    border-radius: 50%;
    height: auto;
    overflow: hidden;
}

.trainers .trainer img {
    width: 100%;
    transition: all 0.3s linear;
}

.trainers .trainer .trainer_title {
    position: absolute;
    bottom: -40%;
    left: 0;
    height: 40%;
    background-color: #fff;
    width: 100%;
    transition: all 0.3s linear;
}

.trainers .trainer .trainer_title h2 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    margin: 15px 0 10px 0;
}

.trainers .trainer .trainer_title h3 {
    text-transform: uppercase;
    font-size: 1em;
    color: #ee6c0c;
}

.trainers .trainer .trainer_title a {
    color: #333;
    margin: 5px 10px;
    transition: all 0.3s linear;
}

.trainers .trainer .trainer_title a:hover {
    color: #ee6c0c;
    text-decoration: none;
    transition: all 0.3s linear;
}



.trainers .trainer:hover img {
    transition: all 0.3s linear;
    transform: scale(1.2);
}

.trainers .trainer:hover .trainer_title {
    transition: all 0.3s linear;
    bottom: 0;
}





.trainers .swiper-pagination {
    bottom: 0;
}

.trainers .swiper-pagination .swiper-pagination-bullet {
    background-color: #ee6c0c
}

.slider_btn {
    height: 40px;
    width: 100%;
    position: relative;
    margin: 20px 0;
}

.trainers .slider_btn .swiper-button-next,
.trainers .slider_btn .swiper-button-prev {
    top: 0;
    background-image: none;
    background-color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    padding: 2px;
    line-height: 1.25em;
    transition: all 0.3s linear;

}


.trainers .slider_btn .swiper-button-prev {
    right: 70px;
    left: auto;
}

.slider_btn i {
    font-size: 2.5em;
    color: #ee6c0c;
    margin: 0;
    padding: 0;
    transition: all 0.3s linear;
}

.trainers .slider_btn .swiper-button-next:hover,
.trainers .slider_btn .swiper-button-prev:hover {
    background-color: #ee6c0c;
    transition: all 0.3s linear;
}

.trainers .slider_btn .swiper-button-next:hover i,
.trainers .slider_btn .swiper-button-prev:hover i {
    color: #fff;
    transition: all 0.3s linear;
}



/**************************************/
/**************************************/
/**************************************/

.explore {
    height: auto;
    width: 100%;
    background-image: url(../img/eS63RLbKSLZn6vRBA66kVw_store_banner_image.jpeg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.explore .explore_overlay {
    padding: 70px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    height: 100vh;
}

.explore_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    width: auto;
}

.explore .explore_overlay img {
    margin: 20px;
    cursor: pointer;
    width: 70px;
    border: 2px solid #ee6c0c;
    background-color: #ee6c0c;
    border-radius: 50%;
    padding: 0;
    transition: all 0.3s linear;
}

.explore .explore_overlay img:hover {
    padding: 5px;
    background-color: transparent;
    transition: all 0.3s linear;
}

.explore .explore_overlay h2,
.explore .explore_overlay button {
    margin: 20px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 3.3em;
}

.explore .explore_overlay button {
    color: #ee6c0c;
    font-size: 1.5em;
    margin-top: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
    height: auto;
    transition: all 0.3s linear;

}

.explore .explore_overlay button:hover {
    background-color: #ee6c0c;
    color: #fff;
    transition: all 0.3s linear;

    border: 2px solid #ee6c0c;
}


.explore_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 99999999999999;
    overflow: hidden;
}

.explore_popup iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    width: 50%;
    height: 50%;
}

.explore_popup i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2em;
    font-weight: bolder;
    color: #fff;
}



@media (max-width:768px) {
    .explore_popup iframe{
        width: 100%
    }
}
/**************************************/
/**************************************/
/**************************************/

.portifolio {
    overflow: hidden;
    padding: 70px 0 0;
    color: #000;
}

/* -----------------------------*/
.portifolio .heading {
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 30px
}

.portifolio .heading h2 {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: bolder;
    margin-bottom: 20px;
}

.portifolio .heading h3 {
    text-transform: uppercase;
    font-size: 2.3em;
}

@media (max-width:576px) {
    .portifolio .heading h2 {
        font-size: 3.4em;
        margin-bottom: 10px;
    }

    .portifolio .heading h3 {
        font-size: 1.7em;
    }
}

/* -----------------------------*/
.portifolio .portifolio_item {
    transition: all 0.5s linear;
}

.portifolio .portifolio_item img {
    width: 100%;
    padding: 5px;
}

.portifolio .portifolio_item .img_overlay {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    background-color: rgba(238, 108, 12, 0.7);
    transition: all 0.3s linear;
    transform: scale(0);
    text-align: center;
}

.portifolio .portifolio_item:hover .img_overlay {
    transition: all 0.3s linear;
    transform: scale(1);
}

.portifolio .portifolio_item .img_overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
    font-size: 2em;
    color: #fff;
    transition: all 0.3s linear;
    display: block;
    margin: auto;
}

.portifolio .portifolio_item .img_overlay a:hover {
    color: #000;
    transition: all 0.3s linear;
}
.mfp-gallery .mfp-container{
    z-index: 99999999999999!important;
    height: calc(100% - 70px);
    top: 60px;
    overflow: hidden;
}



/*    */
/**************************************/
/**************************************/
/**************************************/

.blog {
    padding: 70px 0;
    color: #000;
}

/* -----------------------------*/
.blog .heading {
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog .heading h2 {
    text-transform: uppercase;
    font-size: 6em;
    font-weight: bolder;
    margin-bottom: 20px;
}

.blog .heading h3 {
    text-transform: uppercase;
    font-size: 2.3em;
}

@media (max-width:576px) {
    .blog .heading h2 {
        font-size: 3.4em;
        margin-bottom: 10px;
    }

    .blog .heading h3 {
        font-size: 1.7em;
    }
}

/* -----------------------------*/
.blog .card {
    margin: 20px 0;
    border: 2px solid #999;
    transition: all 0.5s linear;
}

.blog .card .card-title {
    text-transform: capitalize;
    font-size: 1.2em;
    font-weight: bold;
    transition: all 0.5s linear;
}

.blog .card:hover {
    border: 2px solid #ee6c0c;
    transition: all 0.5s linear;
}

.blog .card:hover .card-title {
    color: #ee6c0c;
}

/**************************************/
/**************************************/
/**************************************/

.contact_us {
    width: 100%;
    height: 90vh;
    background-image: url(../img/mab.png);
    background-size: cover;
    background-repeat: no-repeat;

}

.contact_us .container {
    position: relative;
}

.contact_us form {
    position: absolute;
    width: 350px;
    background-image: url(../img/form.png);
    background-size: cover;
    text-align: center;
    right: 0;
    top: 200px;
}

.contact_us form h2 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 20px 0 20px;
}

.contact_us form input {
    width: calc(100% - 60px);
    padding: 10px 15px;
    margin: 10px 30px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
}

.contact_us form input::placeholder {
    color: #fff;
    font-size: 1.3em
}

.contact_us form button {
    border: 1px solid #ee6c0c;
    margin: 20px 20px 30px;
    padding: 7px 20px;
    font-size: 1.5em;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

.contact_us form button:hover {
    background-color: #ee6c0c;
}

@media (max-width:991px) {
    .contact_us form {
        position: absolute;
        background-image: url(../img/form.png);
        background-size: cover;
        text-align: center;
        right: 0;
        top: 200px;
    }
}

@media (max-width:767px) {
    .contact_us {
        height: auto;
    }

    .contact_us form {
        
        padding: 70px 0;
        position: static;
        width: 100%;
        background-image: url(../img/form.png);
        background-size: cover;
        text-align: center;
        right: auto;
        top: auto;
    }
}

/**************************************/
/**************************************/
/**************************************/


footer {
    height: auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-image: url(../img/unnamed.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer_overlay {
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.9);
}

footer h2 {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 20px 0px 60px;
}

footer h2 span {
    color: #ee6c0c
}

footer .footer_navbar {
    padding: 10px 0;
    width: auto;
    border-top: 2px solid #ee6c0c;
    border-bottom: 2px solid #ee6c0c;
    display: inline-block
}

footer .footer_navbar li {
    display: inline-block;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0px 20px;
    font-weight: bold
}

footer .footer_navbar li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear;
}

footer .footer_navbar li a:hover {
    transition: all 0.3s linear;
    color: #ee6c0c;
}

footer .follow h3 {
    margin: 45px 0px 20px;
    text-transform: uppercase;
}

footer .follow .social {
    padding: 0;
    margin: 0
}

footer .follow .social li {
    list-style: none;
    display: inline-block;
    font-size: 1em;
    margin: 5px
}

footer .follow .social li a {
    color: #000;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.3s linear;
}

footer .follow .social li a:hover {
    background-color: #ee6c0c;
    transition: all 0.3s linear;
}

footer p {
    font-size: 1.5em;
    margin: 50px 0 0;
}




@media (max-width:576px) {

    footer .footer_navbar li {
        display: inline-block;
        font-size: 2.3em;
        text-transform: uppercase;
        margin: 10px 20px;
        font-weight: bold
    }
}

.upbtn{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999999999;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s linear;
}

.upbtn img{
    height: 100%;
}
.upbtn:hover{
    padding: 10px;
    transition: all 0.3s linear;
    transform: rotate(360deg);
}


/*#f7f8fa*/
.page_load{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    background-image: radial-gradient( #f7f8fa 25%, #ee6c0c 90%);
    background-color: ;
}
.page_load img{
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    overflow: hidden;
}

@media (max-width:576px) {

    .page_load{
        background-image: radial-gradient( #f7f8fa 50%, #ee6c0c 90%);
    }
}
@media (min-width:991px) {}
