* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;

}

body {
    background: #f0f2f4;
}

.main-nav {
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 70px;
    width: 100%;
    background-color: #181a23;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
}




.left h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-left: 25px;
    color: white;

}

.left span {
    color: #f5634b;
}

.navbar {
    display: flex;

}

.navbar li {
    padding: 0 25px 0 22px;


}

.navbar a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    transition: color 0.5s;
}

.navbar a:hover {
    color: #f5634b;
}


.relative-1 {
    position: relative;
}

.dropdown-1 {
    text-align: center;
    position: absolute;
    top: 19px;
    right: -69px;
    width: 230px;
    height: 119px;
    background: #1c1c1c;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 1000;


}


.relative-1:hover .dropdown-1 {
    visibility: visible;
    transform: translate(0, 10px);

}

.dropdown-1 li {
    margin-top: 10px;
    padding: 5px;
}


.right h2 {
    margin-right: 25px;
    color: #f5634b;
}

.right  ion-icon{
    color: #f5634b;
    font-size: 20px;
}
    


@media screen and (min-width:320px) and (max-width:480px) {


    .main-nav {

        justify-content: center;
        height: auto;
        width: 100%;
        flex-direction: column;
        position: relative;

    }

    .left h2 {
        margin-top: 27px;
        margin-left: 0px;
        font-size: 80px;


    }



    .navbar {

        flex-direction: column;
        text-align: center;

    }

    .navbar li {

        padding: 10px;

    }

    .navbar a {
        font-size: 18px;
    }

    .dropdown-1 {
        height: 170px;
        z-index: 1000;
        left: -42px;

    }



    .right h2 {
        margin-bottom: 20px;
    }



}

/* nav bar ends here with MQ */


.container-1 {
    position: relative;
}

.bg {
    background-image: url(./images/bg-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    /* position: relative; */
}

.content {
    /* width: 50%; */
    width: 50%;
    margin-left: 20%;
    padding-top: 150px;
    padding-bottom: 180px;
    position: relative;
    /* text-align: center;   */

}

.content h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 95px;
    line-height: 95px;
    color: white;
    padding-bottom: 64px;
    padding-top: 54px;
    width: 90%;

    /* padding: 100px; */
}

.Gym {
    color: #fff;
    letter-spacing: 5px;
    border: 2px solid #fff;
    padding: 3px 15px 5px 15px;
    /* opacity: .8; */
}

.colour {
    color: #f5634b;
}

.bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;

    border: 1px solid transparent;
    background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
    color: #fff;
    margin-bottom: 69px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease;


}

.btn:hover {
    transform: translate(0, 5px);
}


@media screen and (min-width:320px) and (max-width:480px) {
    .content {

        width: 100%;
        margin: 0;




    }

    .Gym {
        margin-left: 10px;
    }

    .content h1 {


        font-size: 50px;
        line-height: 50px;
        padding-right: 0px;
        margin-right: 0px;
        padding-bottom: 40px;
        padding-top: 50px;
        margin-left: 10px;


        /* padding: 100px; */
    }



    .btn {

        font-size: 10px;
        margin-left: 10px;
        margin-bottom: 0px;


    }
}

/* NUM-BX STARTS HERE */
.container-2 {
    position: relative;
}

.num-bx {
    width: 100%;
    position: absolute;
    top: -150px;

}

.row {
    display: flex;
    justify-content: center;
    width: 100%;
    /* flex-wrap: wrap; */


}

.n-bx {
    width: 20%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    padding: 50px;
    /* border: solid red 2px; */
    margin-left: 20px;
    border-radius: 5px;


}



.span-num {
    opacity: 0.1;
    font-size: 130px;
    display: block;
    line-height: 120px;
    position: absolute;
    top: -38px;
    font-family: "Montserrat", sans-serif;
}

.n-bx h3 {

    font-size: 28px;
    padding-bottom: 50px;

    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

.n-bx p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Montserrat", sans-serif;
    margin-top: 15px;
    line-height: 30px;
}

.n-bx a {
    color: #f5634b;
    line-height: 30px;
}

.n-bx::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    transition: all 600ms ease;
    background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
    border-color: #f5634b;
}

.n-bx:hover::before {
    height: 100%;
    color: white;

}

.content-n {
    position: relative;


}

@media screen and (min-width:320px) and (max-width:480px) {



    .row {
        flex-direction: column;
        text-align: center;

    }

    .num-bx {

        width: 95%;
        margin-left: 7px;



    }

    .n-bx {
        width: 100%;
        margin: 0;



    }


    .n-bx h3 {

        font-size: 28px;
        padding-bottom: 0;

        text-transform: uppercase;
        font-family: 'Barlow Condensed', sans-serif;
    }

    .span-num {

        font-size: 40px;

        line-height: 0;
        position: absolute;
        top: -12px;
        right: 87px;


    }


}

/* container 2 ends here */
.container-3 {
    width: 100%;
    height: 700px;
    padding-top: 200px;
    /* position: relative; */
}

.row-about {
    display: flex;
    justify-content: center;



}

.left-img {
    width: 30%;
    height: 400px;
    margin-top: 60px;




}

.left-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;

}

.right-txt {
    width: 30%;
    height: 400px;
    margin-left: 30px;
    margin-top: 20px;


}

.right-txt h2 {
    font-size: 38px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #232323;
    letter-spacing: .5px;
    line-height: 50px;

}

.right-txt span {
    color: #f5634b;

}

.right-txt p {
    color: #00000099;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 30px;

}

.btn-about {

    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 18px 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
}

.btn-a-about{
    transition: all 0.5s ease;
}

.btn-a-about:hover{
    transform: translate(0, 5px);
}

@media screen and (min-width:320px) and (max-width:480px) {
    .container-3 {

        padding-top: 718px;
        /* position: relative; */
    }

    .row-about {
        flex-direction: column;
        vertical-align: middle;
        justify-content: center;



    }

    .left-img {
        width: 90%;
        height: auto;
        padding-left: 15px;


    }

    .right-txt {
        width: 90%;
        height: 400px;
        margin-left: 30px;
        margin-top: 20px;


    }


}


/* container-3 ends here */
.container-4 {
    background-image: url(./images/slide2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 600px;
    position: relative;
}

.container-4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.sub-container {
    /* padding: 220px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 65%;
    height: 500px;
    margin-left: 260px;
    padding-top: 200px;
    text-align: center;
}

.squad-content {
    /* display: flex;
    flex-wrap: wrap;
   justify-content: center; */
    position: relative;



}

.DS {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;


}

.squad-content h2 {
    font-size: 56px;
    line-height: 66px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    /* color: #232323; */
    letter-spacing: .5px;
    padding-bottom: 100px;
}

.summer {
    color: #f5634b;
}

.join-today  {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 18px 35px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
    
}
.btn-join{
    transition: all 0.5s ease;
}
.btn-join:hover {

    transform: translate(0,5px);

}

@media screen and (min-width:320px) and (max-width:480px) {
    .container-4 {

        margin-top: 80px;


        /* width: 100%;  */
        /* height: 700px; */

    }


    .sub-container {
        /* padding: 220px; */
        vertical-align: middle;
        width: 100%;
        height: 500px;

        margin-left: 0px;
        padding-top: 0px;

    }

    .squad-content {
        padding-top: 150px;
    }

    .squad-content h2 {

        padding-bottom: 60px;
    }


}

/* container-5 */
.head {
    text-align: center;
    margin-top: 40px;
}

.diveder {
    margin-left: 48%;
    height: 5px;
    width: 50px;
    border-radius: 10px;
    background-color: #f5634b;
    margin-bottom: 10px;

}

.head h2 {
    font-size: 38px;
    text-transform: uppercase;
    /* font-family: "Barlow Condensed", sans-serif; */
    font-weight: 700;
    padding-bottom: 10px;
}

.head p {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding-top: 10px;
}

.wraper-s {
    width: 100%;
    height: 700px;
    margin-top: 40px;

}

.row-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.ser-bx {
    width: 26%;
    height: 300px;
    text-align: center;
    /* border: 1px solid red; */
    position: relative;


}

.ser-bx::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    transition: all 600ms ease;
    background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
    border-color: #f5634b;
}

.ser-bx:hover::before {
    height: 100%;

}




.ser-bx i {
    font-size: 56px;
    line-height: 66px;
    color: #f5634b;
}

.ser-bx h4 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #232323;
    letter-spacing: .5px;
    font-size: 22px;
    line-height: 30px;
}

.ser-bx p {
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.service-content {
    padding: 60px;
    position: relative;
}

.ser-bx:hover .service-content ion-icon {
    color: white;
}

.ser-bx:hover .service-content h4 {
    color: white;
}

.ser-bx:hover .service-content p {
    color: white;
}

@media screen and (min-width:320px) and (max-width:480px) {

    .diveder {
        margin-left: 42%;
        height: 5px;
        width: 50px;
        border-radius: 10px;
        background-color: #f5634b;
        margin-bottom: 10px;

    }

    .row-flex-wrap {
        flex-direction: column;
        justify-items: center;


    }

    .ser-bx {
        width: 100%;
        height: 300px;
        text-align: center;
        /* border: 1px solid red; */
        position: relative;


    }

    .ser-bx h4 {

        font-weight: 600;


        font-size: 20px;

    }

    .ser-bx ion-icon {
        font-size: 40px;
    }



}




/* container -5 ends here */

.container-6 {
    margin-top: 100px;
}

.g-head {
    text-align: center;
    /* margin-top: 40px; */
}

.g-diveder {
    margin-left: 48%;
    height: 5px;
    width: 50px;
    border-radius: 10px;
    background-color: #f5634b;
    margin-bottom: 10px;

}

.g-head h2 {
    font-size: 1000px;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.g-head p {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding-top: 10px;
}



.gallery-main {
    width: 100%;
    height: auto;
    margin-top: 30px;

}

/* .og-wrappper{
    
} */
.g-wrap-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: center; */
}

.g-bx {
    width: 25%;
    height: 255px;
}

.g-bx img {
    width: 100%;
    height: auto;
}


@media screen and (min-width:320px) and (max-width:480px) {
    .container-6 {
        margin-top: 1122px;
    }

    .g-diveder {
        margin-left: 43%;

    }

    .g-wrap-flex {
        flex-direction: column;

    }

    .g-bx {
        width: 100%;
        height: 201px;
    }



}

/* container-6 ends here */

.container-7 {
    background-image: url(./images/bg-cta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;


}

.container-7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.testi-head {
    text-align: center;
    padding-top: 40px;
    position: relative;


}


.testi-diveder {
    margin-left: 48%;
    height: 5px;
    width: 50px;
    border-radius: 10px;
    background-color: #f5634b;
    margin-bottom: 10px;
    position: relative;


}

.testi-head h2 {
    font-size: 1000px;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    color: white;

}

.testi-wrapper {
    width: 100%;
    height: auto;

}

/* .sub-testiwrapper{
    width: 100%;
    height: auto;
    padding-left: 300px;
} */

.testi-row {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;

}

.testi-bx {
    width: 51%;
    height: auto;
    text-align: center;
    padding-top: 29px;
}

.testi-bx ion-icon {
    font-size: 56px;
    line-height: 66px;
    color: #f5634b;
}

.testi-bx h3 {
    letter-spacing: 1px;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    padding-top: 30px;
}


.testi-bx p {
    color: rgba(255, 255, 255, .5);
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    padding-top: 30px;
}

.sub-bx {
    padding-top: 30px;
}

.sub-bx h4 {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
    font-family: "Barlow Condensed", sans-serif;

    letter-spacing: .5px;


}

.sub-bx span {
    color: rgba(255, 255, 255, .5);
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}


@media screen and (min-width:320px) and (max-width:480px) {


    .testi-diveder {
        margin-left: 42%;

    }

    .testi-bx ion-icon {
        font-size: 30px;
        line-height: 30px;

    }

    .testi-bx h3 {
        letter-spacing: 2px;

        font-size: 25px;
        line-height: 30px;



    }

    .testi-bx p {


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

    .sub-bx {
        padding-top: 25px;
    }

}


/* section-7 ends here */
.container-8 {
    margin-top: 40px;
    background: #f0f2f4;
}

.course-head {
    text-align: center;
    /* margin-top: 40px; */
}

.courses-divider {
    margin-left: 48%;
    height: 5px;
    width: 50px;
    border-radius: 10px;
    background-color: #f5634b;
    margin-bottom: 10px;

}

.course-head h2 {
    font-size: 1000px;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}

.course-head p {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding-top: 10px;
}


.course-row {
    display: flex;
    justify-content: center;
    /* text-align: center; */
    margin-top: 5px;
    height: 400px;

}

.course-bx-wrapper {
    width: 17%;
    height: 300px;
    margin: auto 15px;
    /* border: 1px red solid; */
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background: white;
}

.c-bx img {
    width: 100%;
    height: auto;
}

.c-title {
    padding-top: 4px;
    padding-left: 15px;
    background: white;

}

.c-title h4 {
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    font-weight: 500;
    color: #232323;

}

.c-title p {
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.btn-courses {
    text-align: center;
}

.btn-courses a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 16px 12px;
    text-transform: uppercase;

    font-weight: 400;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #f5634b 0%, #fe9418 100%);
    color: #fff;
    margin-bottom: 69px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease;
}

.c-btn:hover {

    transform: translate(0, 5px);

}


@media screen and (min-width:320px) and (max-width:480px) {
    .container-8 {
        margin-top: 40px;

    }

    .course-row {
        flex-direction: column;
        height: 1000px;
        margin-top: 170px;


    }

    .course-bx-wrapper {
        width: 90%;
        margin-bottom: 40px;

    }

    .courses-divider {
        margin-left: 43%;

    }

    .c-title {
        text-align: center;
    }

    .btn-courses{
        margin-top: 170px;
    }
}

/* container 8 ends here */

.bg-f{
    background: #181a23;
    width: 100%;
    height: 550px;
}

.f-row{
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.f-bx{
    width: 20%;
}
.f-bx h2{
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    
    letter-spacing: .5px;
    margin-bottom: 34px;
    /* margin-top: 34px; */
}
.f-bx p{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 34px;
}

.f-bx-1{
    width: 15%;
   
    /* margin-top: 34px; */
    margin-left: 50px;
    margin-right: 50px;

}

.sub-f h4{
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}
.a-p{
    margin-bottom: 34px;
}
.a-p a{
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    transition: color 0.5s ease;
    
}

.a-p p{
    opacity: .8;
    font-size: 14px;
    color: rgba(255,255,255,.5);
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    /* transition: color 0.5s ease; */
}

.a-p a:hover{
    color: #f5634b;

}



.f-bx-2{
    width: 9%;
    /* text-align: center; */
    /* margin-top: 35px; */
}
.f-wrapper h4{
    letter-spacing: 1px;
    color: #fff;
    font-size: 22px;
    /* line-height: 30px; */
        text-transform: uppercase;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 700;
        margin-bottom: 20px;
}

.f-ul li{
    margin-bottom: 20px;
}

.f-li a,ion-icon{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    /* font-size: 16px; */
    /* color: rgba(0, 0, 0, 0.6); */
    transition: color 0.5s ease;
}
.f-li a:hover{
    color: #f5634b;

}
.f-li ion-icon:hover{
    color: #f5634b;

}

.bx-3{
    width: 15%;
    /* margin-top: 35px; */
   margin-left: 20px;
    
}

.bx-loc h4{
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.bx-loc p{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.bx-loc span{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.bar-flex{
    display: flex;
    background: #111;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 4rem;
    margin-right: 4rem;
    height: 70px;
}
.bar-1{
    margin-left: 20px;
}
.bar-1 p{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    /* margin-bottom: 20px; */
}

.bar-1 a{
    color: #f5634b;
}
.lastline {
    margin-left: 1000px;
}
.lastline li{
    display: inline-block;
    
}
.lastline ion-icon {
    padding-left: 10px;
    color: #666;
}


 @media screen and (min-width:320px) and (max-width:480px){
    .bg-f{
       
        height: 1204px;
    }
   
    .f-row{
     flex-direction: column;
        padding-top: 0px;
    }
    

    
    .f-bx{
        width: 80%;
        margin-top: 30px;
        margin-left: 20px;
    }
    .f-bx h2{
        
        font-size: 30px;
        
        
      font-weight: 500;
        
        letter-spacing: .5px;
        margin-bottom: 15px;
        /* margin-top: 34px; */
    }
    .f-bx p{
       
        font-size: 12px;
        
      
        margin-bottom: 20px;
    }
    


    .f-bx-1{
        width: 50%;
       
        /* margin-top: 34px; */
        margin-left: 20px;
        margin-right: 0px;
    
    }
    
    .sub-f h4{
       
        
      
        font-size: 20px;
        line-height: 20px;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .a-p{
        margin-bottom: 20px;
    }
    .a-p a{
        line-height: 1px;
        font-size: 14px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        
    }
    
    .a-p p{
        opacity: .8;
        font-size: 12px;
        color: rgba(255,255,255,.5);
        line-height: 1.8;
        font-family: "Montserrat", sans-serif;
        -webkit-font-smoothing: antialiased;
    }
    

    .f-bx-2{
        width: 50%;
        text-align: left;
        margin-left: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .f-wrapper h4{
      
            font-weight: 600;
            margin-bottom: 40px;
    }
    
    .f-ul li{
        margin-bottom: 30px;
    }
    
   



    .bx-3{
        width: 50%;
        /* margin-top: 35px; */
      
        
    }
    
    .bx-loc h4{
        
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .bx-loc p{
       
        font-size: 12px;
        
    }
    
    .bx-loc span{
     
        font-size: 12px;
        
    }



    .bar-flex{
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 40px;
        margin-left: 1rem;
        margin-right: 1rem;
        height: 70px;
    }

    .bar-1{
        margin-left: 0px;
    }

    .lastline {
        margin-left: 0px;
       
    }
   
    .lastline ion-icon {
        padding-left: 0px;
        color: #666;
        
    }
    
 }


 /* pop-courses ends here */

