@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.outer_top {
    background-color: #f9f9f9;
    padding: 5px 0px 0px 0px;
    border-bottom: #c29638 solid 3px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt7 {
    margin-top: 7px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 2px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.nomt {
    margin-top: 0px;
}

.nomb {
    margin-bottom: 0px;
}

.nop {
    padding: 0px;
}

.nopl {
    padding-left: 0px;
}

.nopr {
    padding-right: 0px;
}

.light_black {
    color: #222;
}

.light_gray {
    color: #949494;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.web_clr {
    color: #;
}

p {
    text-align: justify;
    line-height: 28px;
    color: #222;
}

.border_btn {
    border: solid 1px #222;
    padding: 10px 11px;
    color: #222;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 25px;
    display: block;
    text-align: center;
    margin-left: 30px;
}

    .border_btn:hover {
        text-decoration: none;
        background-color: #eaeaea;
        color: #222;
    }

.top_menu li {
    margin-top: 28px;
    margin-right: 10px;
}

    .top_menu li a {
        color: #222;
    }

        .top_menu li a:hover {
            color: #;
            text-decoration: none;
        }

.bg_grdnt {
    padding: 3px 0px;
    background: rgba(8,67,133,1);
    background: -moz-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,67,133,1)), color-stop(100%, rgba(31,135,6,1)));
    background: -webkit-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: linear-gradient(135deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084385', endColorstr='#1f8706', GradientType=1 );
}

    .bg_grdnt h3 {
        line-height: 10px;
        font-weight: 300;
    }

    .bg_grdnt span {
        font-size: 20px;
        font-weight: 500;
    }

.fwl {
    font-weight: 400;
}

.white_bg {
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    padding: 10px;
    border: #e9e9e9 solid 1px;
}

.inconsub span {
    margin-right: 15px;
}

.outer_grd_green {
    background: rgba(8,67,133,1);
    background: -moz-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,67,133,1)), color-stop(100%, rgba(31,135,6,1)));
    background: -webkit-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: linear-gradient(135deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084385', endColorstr='#1f8706', GradientType=1 );
    padding: 50px;
}

.counter {
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.43);
}

.fnormal {
    font-weight: normal;
}

.web_green {
    color: #c13500;
}

.web_blue {
    color: #ff7600;
}

.back_border_video {
    background: url(../Gallery/image1.png)left top no-repeat;
  
    position: relative;
    padding-top: 350px;
}

.video_icon {
    background: rgba(8,67,133,1);
    background: -moz-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,67,133,1)), color-stop(100%, rgba(31,135,6,1)));
    background: -webkit-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: linear-gradient(135deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084385', endColorstr='#1f8706', GradientType=1 );
    border: #fff solid 3px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: inline-block;
    position: relative;
    top: -220px;
    left: -50px;
    -webkit-box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.41);
}

    .video_icon i {
        position: absolute;
        top: 34%;
        left: 42%;
        font-size: 30px;
        color: #fff;
    }

.count-text {
    text-align: center;
}

.counter:hover {
    background-color: #f0f0f1;
}

.ln30 {
    line-height: 34px;
}

.course_name_light {
    font-size: 40px;
    color: #fff;
    opacity: 0.3
}

.btn_one_learning {
    background-color: #fdd844;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #cfcfcf;
    font-size: 16px;
}

    .btn_one_learning:hover {
        text-decoration: none;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        font-size: 16px;
    }

.light_clr {
    color: #084385;
}

.counter i {
    font-size: 30px;
}

.outer_footer {
    background-color: #222;
    padding: 20px 0px;
}

.btm_border {
    width: 50% !important;
    height: 3px;
    background-color: #;
    display: block;
}

.fs22 {
    font-size: 18px;
    font-weight: normal;
}

.ftr_listing {
    margin-top: 20px;
}

    .ftr_listing li a {
        color: #a9a9a9;
        line-height: 30px;
        text-transform: uppercase;
    }

        .ftr_listing li a:hover {
            color: #1f8706;
            line-height: 30px;
            text-decoration: none;
        }

.outer_last_footer {
    background: rgba(8,67,133,1);
    background: -moz-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,67,133,1)), color-stop(100%, rgba(31,135,6,1)));
    background: -webkit-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: linear-gradient(135deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084385', endColorstr='#1f8706', GradientType=1 );
    padding: 15px 0px 5px 0px;
    color: #fff;
}

    .outer_last_footer p {
        color: #fff;
    }

.inconsub a {
    color: #000;
    text-decoration: none;
}

.banner_inner {
    background: url(../images/blurimage.png) left top no-repeat;
    padding: 100px 0px;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.19);
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.19);
    background-size: 100%;
}

.social_link li.facebook {
    background-color: #3b5998;
    padding: 8px 10px;
    border-radius: 4px;
}

.social_link li.twitter {
    background-color: #00aced;
    padding: 8px 10px;
    border-radius: 4px;
}

.social_link li.insta {
    background: rgba(138,58,185,1);
    background: -moz-linear-gradient(-45deg, rgba(138,58,185,1) 0%, rgba(76,104,215,1) 16%, rgba(205,72,108,1) 32%, rgba(251,174,80,1) 50%, rgba(252,204,99,1) 65%, rgba(188,42,141,1) 82%, rgba(233,91,80,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(138,58,185,1)), color-stop(16%, rgba(76,104,215,1)), color-stop(32%, rgba(205,72,108,1)), color-stop(50%, rgba(251,174,80,1)), color-stop(65%, rgba(252,204,99,1)), color-stop(82%, rgba(188,42,141,1)), color-stop(100%, rgba(233,91,80,1)));
    background: -webkit-linear-gradient(-45deg, rgba(138,58,185,1) 0%, rgba(76,104,215,1) 16%, rgba(205,72,108,1) 32%, rgba(251,174,80,1) 50%, rgba(252,204,99,1) 65%, rgba(188,42,141,1) 82%, rgba(233,91,80,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(138,58,185,1) 0%, rgba(76,104,215,1) 16%, rgba(205,72,108,1) 32%, rgba(251,174,80,1) 50%, rgba(252,204,99,1) 65%, rgba(188,42,141,1) 82%, rgba(233,91,80,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(138,58,185,1) 0%, rgba(76,104,215,1) 16%, rgba(205,72,108,1) 32%, rgba(251,174,80,1) 50%, rgba(252,204,99,1) 65%, rgba(188,42,141,1) 82%, rgba(233,91,80,1) 100%);
    background: linear-gradient(135deg, rgba(138,58,185,1) 0%, rgba(76,104,215,1) 16%, rgba(205,72,108,1) 32%, rgba(251,174,80,1) 50%, rgba(252,204,99,1) 65%, rgba(188,42,141,1) 82%, rgba(233,91,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3ab9', endColorstr='#e95b50', GradientType=1 );
    padding: 8px 10px;
    border-radius: 4px;
}

.social_link li a {
    color: #fff;
    text-decoration: none;
}

.form_heading {
    background-color: #525252;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 15px;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 0px solid #000000;
}

.form_border {
    border: #ccc solid 1px;
    padding-top: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
    padding-bottom: 15px;
}

.icon_arrow {
    vertical-align: bottom;
}

.course_main {
    background-color: #084385;
    border: #cecece solid 1px;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
    height: 420px;
}

.listing_course {
    background-color: #fff;
    line-height: 31px;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
}

    .listing_course li {
        border-bottom: #e7e7e7 solid 1px;
        padding-left: 10px;
    }

        .listing_course li:hover {
            background-color: #f4f4f4;
        }

        .listing_course li a {
            color: #000;
            text-decoration: none;
        }

.course_active {
    background-color: #535353;
    color: #fff;
    border-raius: 5px;
    line-height: 30px;
    font-size: 16px;
    padding: 10px 0px 10px 10px;
}

.white_bg_form {
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    border: #e9e9e9 solid 1px;
}

.box_reg {
    background-color: #;
    color: #fff;
    text-align: center;
    line-height: 53px;
}

.form_box {
    padding: 5px 15px;
}

.web_green_btn {
    background-color: #4b4b4b;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 23px;
}

    .web_green_btn:hover {
        color: #c13500;
        text-decoration: none;
        background-color: #000;
    }

.outer_web_bg {
    background-color: #;
    padding: 30px 0px;
    margin-top: 30px;
}

.pt100 {
    padding-top: 10px;
}

.ftr_listing li i {
    color: #1f8706;
    padding-right: 15px;
    font-size: 20px;
    vertical-align: middle;
}

.ftr_listing li {
    color: #a9a9a9;
    line-height: 40px;
}

.course_img {
    border: #ff0000 solid 2px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

    .course_img h4 {
        line-height: 28px;
        background-color: #fd8d1d;
        color: #fff;
        padding: 10px 0px; /*height:130px;*/
        ertical-align: middle;
        display: block;
        margin: 0px;
    }

.center_cs {
    line-height: 28px;
    background-color: #;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 7em;
}

.fs16 {
    font-size: 16px;
}

.cr_btn {
    text-align: center;
}

    .cr_btn li {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.web_li_btn {
    background-color: #222;
    color: #fff;
    padding: 8px 35px;
    margin-left: 10px;
    border-radius: 3px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

    .web_li_btn:hover {
        text-decoration: none;
        color: #fff;
        background-color: #084385;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

.web_li_btn_first {
    background-color: #;
    color: #222;
    padding: 8px 35px;
    margin-left: 10px;
    border-radius: 3px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

    .web_li_btn_first:hover {
        background-color: #222;
        text-decoration: none;
        color: #fff;
        padding: 8px 35px;
        margin-left: 10px;
        border-radius: 3px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

.course_short_detail {
    text-align: center;
    margin-top: 15px;
}

    .course_short_detail li {
        border-bottom: #e2e2e2 solid 1px;
        line-height: 36px;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



.nav li a {
    font-size: 14px;
}

#accordionMenu {
    max-width: 100%;
}

.panel-body {
    padding: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\e113";
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\e114";
        }


.side_bar_menu li a {
    color: #535353;
}

.table_head {
    background-color: #222;
    color: #fff;
}



/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */
.socl ul li {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #D8E2DC;
    float: left;
    transition: all 0.5s ease;
}

    /* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
    .socl ul li .fa {
        color: #D8E2DC;
        margin-top: 5px;
        transition: all 0.5s ease;
    }

    /* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
    /*facebook*/
    .socl ul li:hover.facebook {
        border: 2px solid #3b5998;
        box-shadow: 0 0 15px #3b5998;
        transition: all 0.5s ease;
    }

    .socl ul li:hover .fa-facebook {
        color: #3b5998;
        text-shadow: 0 0 15px #3b5998;
        transition: all 0.5s ease;
    }

    /*twitter*/
    .socl ul li:hover.twitter {
        border: 2px solid #00aced;
        box-shadow: 0 0 15px #00aced;
        transition: all 0.5s ease;
    }

    .socl ul li:hover .fa-twitter {
        color: #00aced;
        text-shadow: 0 0 15px #00aced;
        transition: all 0.5s ease;
    }

    /* instagram */
    .socl ul li:hover.instagram {
        border: 2px solid #bc2a8d;
        box-shadow: 0 0 15px #bc2a8d;
        transition: all 0.5s ease;
    }

    .socl ul li:hover .fa-instagram {
        color: #bc2a8d;
        text-shadow: 0 0 15px #bc2a8d;
        transition: all 0.5s ease;
    }


    /* whatsapp */
    .socl ul li:hover.whatsapp {
        border: 2px solid #4dc247;
        box-shadow: 0 0 15px #4dc247;
        transition: all 0.5s ease;
    }

    .socl ul li:hover .fa-whatsapp {
        color: #4dc247;
        text-shadow: 0 0 15px #4dc247;
        transition: all 0.5s ease;
    }




/*Testimonial css*/
.testimonial {
    padding: 20px 20px 20px 90px;
    margin: 10px 20px 50px 55px;
    border-left: 2px solid #;
    position: relative;
}

    .testimonial:after {
        content: "";
        border-bottom: 25px solid #;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        position: absolute;
        bottom: -24px;
        left: -26px;
    }

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid #;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -50px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .title {
        font-size: 22px;
        font-weight: 600;
        color: #;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 7px 0;
    }

    .testimonial .post {
        display: block;
        font-size: 15px;
        color: #1d5d3f;
        text-transform: capitalize;
    }

    .testimonial .description {
        line-height: 28px;
    }

.owl-theme .owl-controls {
    margin-top: 10px;
}

    .owl-theme .owl-controls .owl-page span {
        width: 35px;
        height: 15px;
        border-radius: 0;
        background: #71334a;
        opacity: 0.8;
        transition: all 0.3s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #;
    }

.next_btn li {
    background-color: #;
    color: #fff;
    padding: 8px 25px;
    float: right;
    margin: 0px 15px;
}

    .next_btn li a {
        color: #fff;
    }

        .next_btn li a:hover {
            text-decoration: none;
            color: #222;
        }

.box_bg {
    background-color: #fafafa;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.19);
}

.red_mre {
    background-color: #;
    display: block;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

    .red_mre:hover {
        text-decoration: none;
        color: #000;
    }



@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 20px 0 20px 60px;
        margin: 10px 20px 50px 50px;
    }

        .testimonial .title {
            font-size: 20px;
        }
}








.content {
    display: none;
}

.back {
    background-color: #;
    color: #fff;
    border: none;
    line-height: 30px;
    padding: 2px 30px;
    border-radius: 2px;
    display: none;
}

.next {
    background-color: #;
    color: #fff;
    border: none;
    line-height: 30px;
    border-radius: 2px;
}
/*.next {margin-left: 50px;  background-color:#; color:#fff; border:none; line-height:30px; padding:2px 30px; border-radius:2px;}*/

.end {
    display: none;
}

.edit-previous {
    background-color: #222;
    color: #fff;
    border: none;
    line-height: 30px;
    padding: 2px 30px;
    border-radius: 2px;
}

.jn_btn {
    background-color: #;
    color: #fff;
    border: none;
    line-height: 30px;
    padding: 2px 30px;
    border-radius: 2px;
}

.font_weight {
    font-weight: normal !important;
}

.result_img {
    background: url(../images/result.png) center 50% no-repeat;
}

.listing_result li {
    line-height: 40px;
    background-color: #f1f1f1;
    border-bottom: #fff solid 1px;
    padding-left: 15px;
}

    .listing_result li i {
        color: #0C0;
        font-size: 16px;
    }

    .listing_result li.red i {
        color: #F00;
        font-size: 16px;
        background-color: #ffbfbf;
    }

    .listing_result li.red {
        background-color: #ffbfbf;
    }

    .listing_result li.green {
        background-color: #d4edda;
    }

.fww {
    font-weight: 400;
}

    .fww a {
        color: #1f8706;
        text-decoration: underline;
    }

.pdboth {
    padding: 100px 0px;
}

.go_btn {
    border: #333 solid 2px;
    border-radius: 10px;
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
}

    .go_btn:hover {
        text-decoration: none;
        color: #1f8706;
    }




/*27-03-2019*/
.hr_new {
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee
}

.next_btn_mobile_one li {
    background-color: #1f8706;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 34px;
    float: right;
    margin-left: 15px;
    border-radius: 4px;
}

    .next_btn_mobile_one li a {
        color: #fff;
        text-decoration: none;
    }

.next_btn_mobile li {
    background-color: #084385;
    color: #fff;
    padding: 8px 25px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 34px;
}

    .next_btn_mobile li a {
        color: #fff;
        text-decoration: none;
    }

.mob_right {
    text-align: right;
}

.user_login li {
    border-bottom: #f3f3f3 solid 1px;
}

    .user_login li:last-child {
        border-bottom: none;
    }

.user_login a:hover {
    background-color: # !important;
    color: #fff !important;
}
/*27-03-2019*/
.logbutton {
    float: right;
}

.img_name {
    background-color: #fff;
    text-align: center;
    color: #000;
    display: block;
    border-radius: 2px;
    margin-top: 25px;
    padding: 3px;
    font-size: 20px;
    font-weight: bold;
}

.arrow_listing li {
    background: url(../images/arrwocess.png) left 8px no-repeat;
    padding-left: 50px;
    line-height: 30px;
}

.with_bg_green {
    background-color: #1f8706;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
}

.with_bg_blue {
    background-color: #084385;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
}

.testi_view {
    float: right;
    color: #000;
    background-color: #fff;
    padding: 3px;
    border-radius: 3px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

    .testi_view:hover {
        background-color: #000;
        text-decoration: none;
        color: #fff;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }


.reviews_name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.reviews_client {
    text-align: center;
    line-height: 28px;
}

.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

    .star-rating .fa-star {
        color: #1f8706;
    }

.border_rating {
    border: #e7e7e7 solid 1px;
    padding: 10px 15px;
    margin-top: -5px;
}

/* our trainer css START */
.our-team {
    text-align: center;
    overflow: hidden;
    padding: 40px 15px 10px;
    border: 1px solid #ebebeb;
    transition: all 0.3s ease 0s;
}

.pic img {
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.post-title {
    position: relative;
    margin: 38px 0 18px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background-color: #fff;
    line-height: 34px;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 4px;
}



.border {
    width: 100px;
    border-bottom: 3px solid #084385;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

    .border:after {
        content: "";
        width: 34px;
        display: block;
        position: relative;
        top: 3px;
        border-bottom: 3px solid #1f8706;
        margin: auto;
    }

.post {
    overflow: hidden;
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.team_social {
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

    .team_social > li {
        display: inline-block;
        margin-right: 20px;
    }

        .team_social > li:last-child {
            margin-right: 0;
        }

        .team_social > li > a {
            font-size: 15px;
            font-weight: 400;
            color: #fff;
            transition: all 0.3s ease 0s;
        }

            .team_social > li > a:hover {
                color: #fff;
            }

.our-team:hover {
    background: #084385;
    padding-bottom: 30px;
}

    .our-team:hover .pic img {
        border-color: #1f8706;
    }

    .our-team:hover .border {
        border-color: #1f8706;
    }

        .our-team:hover .border:after {
            border-color: #fff;
        }

    .our-team:hover .post {
        margin-top: 0;
        opacity: 0;
    }

    .our-team:hover .team_social {
        opacity: 1;
        bottom: 0;
    }

@media screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}
/*OUR TRAINER CSS END*/


/* ------------------------------------------Gallery css---------------------------------*/
/* ------------------------------------------Gallery css---------------------------------*/

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

    #baguetteBox-overlay.visible {
        opacity: 1
    }

    #baguetteBox-overlay .full-image {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center
    }

        #baguetteBox-overlay .full-image figure {
            display: inline;
            margin: 0;
            height: 100%
        }

        #baguetteBox-overlay .full-image img {
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
            vertical-align: middle;
            -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6)
        }

        #baguetteBox-overlay .full-image figcaption {
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            text-align: center;
            line-height: 1.8;
            white-space: normal;
            color: #ccc;
            background-color: #000;
            background-color: rgba(0, 0, 0, .6);
            font-family: sans-serif
        }

        #baguetteBox-overlay .full-image:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px
        }

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

    #baguetteBox-slider.bounce-from-right {
        -webkit-animation: bounceFromRight .4s ease-out;
        animation: bounceFromRight .4s ease-out
    }

    #baguetteBox-slider.bounce-from-left {
        -webkit-animation: bounceFromLeft .4s ease-out;
        animation: bounceFromLeft .4s ease-out
    }

@-webkit-keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%, 100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%, 100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

    .baguetteBox-button:focus, .baguetteBox-button:hover {
        background-color: rgba(50, 50, 50, .9)
    }

    .baguetteBox-button#next-button {
        right: 2%
    }

    .baguetteBox-button#previous-button {
        left: 2%
    }

    .baguetteBox-button#close-button {
        top: 20px;
        right: 2%;
        right: calc(2% + 6px);
        width: 30px;
        height: 30px
    }

    .baguetteBox-button svg {
        position: absolute;
        left: 0;
        top: 0
    }

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.mb15 {
    margin-bottom: 15px;
}
/* ------------------------------------------Gallery css---------------------------------*/
/* ------------------------------------------Gallery css---------------------------------*/

@media (max-width:768px) {
    .mobile_margin {
        margin-top: 10px;
    }

    .nopl {
        padding-left: 15px;
    }

    .nopr {
        padding-right: 15px;
    }

    .border_btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .border_btn_web {
        width: 100%;
        display: block;
        text-align: center;
    }

    .top_menu li {
        text-align: center;
    }

    .top_menu_new {
        margin-top: 5px;
        float: left;
    }

        .top_menu_new li {
            margin-right: 0px;
        }

    .border_btn {
        margin-left: 0px;
        margin-bottom: 0px !important;
    }

    .border_btn_web {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .mob_right {
        text-align: left;
    }


    .video_icon {
        height: 70px;
        width: 70px;
        top: -220px;
        left: -25px;
    }

        .video_icon i {
            position: absolute;
            top: 27%;
            left: 33%;
        }

    .top_menu_new {
        text-align: center;
    }

    .logbutton {
        text-align: center;
        text-align: center;
    }

        .logbutton li {
            text-align: center;
            margin-top: 10px;
            float: none;
            margin-bottom: 10px;
        }

    .banner_inner {
        background: url(../images/mobbanner.jpg) left top no-repeat;
        padding: 32px 0px;
        -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.19);
        -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.19);
        box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.19);
        background-size: 100%;
    }

    .logbutton {
        float: none;
    }

    .girls_bg {
        display: none;
    }

    .web_button {
        background-color: #084385;
        display: block;
        float: none !important;
        text-align: center;
        border-radius: 20px !important;
        line-height: 30px;
    }

    .yellow_bg {
        background-image: none;
    }

    .outer_grd_green {
        padding: 0px;
    }

    .img_name {
        margin-bottom: 25px;
    }

    .counter {
        margin-bottom: 30px;
    }
}


/*11-7-2019*/
.main_top {
    background-color: #bb6a00;
    color: #fff;
    padding-bottom: 10px;
}


.outer_top_main {
    background: rgba(8,67,133,1);
    background: -moz-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,67,133,1)), color-stop(100%, rgba(31,135,6,1)));
    background: -webkit-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    background: linear-gradient(135deg, rgba(8,67,133,1) 0%, rgba(31,135,6,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084385', endColorstr='#1f8706', GradientType=1 );
}

    .outer_top_main p a {
        color: #fff;
        text-decoration: none;
    }

.top_menu_new li {
    padding-top: 10px;
    padding-bottom: 3px;
}

    .top_menu_new li a {
        color: #fff;
        text-decoration: none;
    }

    .top_menu_new li:last-child {
        margin-right: 0px;
    }

.new_bdr_log {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 10px 7px;
    border: #f00 solid 1px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

    .new_bdr_log:hover {
        color: #1b00ff;
        text-decoration: none;
        background-color: #00fffa;
        border: #c700ff solid 1px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

.mb5 {
    margin-bottom: 5px;
}

.red_mre_one {
    background-color: #;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding: 13px 30px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}

    .red_mre_one:hover {
        background-color: #222;
        color: #fff;
        text-decoration: none;
    }

.ln27 {
    line-height: 27px;
}

.mid_social_box li {
    margin-top: 22px;
}

    .mid_social_box li i {
        border: #f3f3f3 solid 1px;
        padding: 12px 18px;
        font-size: 20px;
        color: #ff5e00;
        margin-top: 30px;
        display: table-cell;
        vertical-align: middle;
    }

    .mid_social_box li span {
        display: table-cell;
    }

.web_button {
    background-color: #337ab7;
    color: #fff;
    border-radius: 10px;
    border: #084385 solid 1px;
    padding: 8px 15px;
    margin-top: 30px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    float: right;
}

    .web_button:hover {
        background-color: #ff4100;
        border: #1f8706 solid 1px;
        color: #fff;
        text-decoration: none;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

.course_btn {
    background-color: #1f8706;
    color: #fff;
    padding: 10px;
    float: right;
    border-radius: 4px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .course_btn:hover {
        background-color: #084385;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        float: right;
        border-radius: 4px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }


.class_tag {
    padding: 0px 0px 10px 0px;
}
/*replace css*/
.mb0 {
    margin-bottom: 0px;
}

.demo_one {
    background-color: #dd0000;
    color: #fff;
    padding: 8px 17px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

    .demo_one:hover {
        background-color: #222;
        color: #fff;
        text-decoration: none;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

.demo_green_one {
    background-color: #1f8706;
    color: #fff;
    padding: 8px 17px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}

    .demo_green_one:hover {
        background-color: #222;
        color: #fff;
        text-decoration: none;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

.girls_bg {
    position: relative;
    right: 10%;
    display: flex;
}

.new_btn {
    background-color: #084385;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 10px 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .new_btn:hover {
        background-color: #1f8706;
        color: #fff;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

.form-area {
    background-color: #FAFAFA;
    padding: 10px 40px 60px;
    margin: 10px 0px 60px;
    border: 3px solid #084385;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.42);
}

.facl_image {
    margin-top: 10px;
    border-bottom: #fff solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fac_name {
    color: White;
    font-weight: 600;
    text-align: center !important;
    font-size: 16px;
    padding-top: 7px;
}

/*App footer css*/
.gp_class {
    margin-top: 80px;
}

.footer_bg {
    background-color: #000;
    padding: 3px 0px;
    border-top: #e2e2e2 solid 1px;
    text-align: center;
}

.icon_name {
    display: block;
    text-align: center;
}

.footer_bg_icon li {
    padding: 5px 25px 5px 20px;
    text-align: center;
}

    .footer_bg_icon li a {
        color: #fff;
    }


.crse_detail {
    float: right
}

.course_view {
    margin: 15px 0px 10px 0px;
}

    .course_view a {
        background-color: #084385;
        padding: 10px 15px;
        border-radius: 3px;
        color: #fff;
        mar
    }

        .course_view a:hover {
            background-color: #000;
            color: #fff;
            text-decoration: none;
        }

.buynow_one {
    margin: 15px 0px 10px 0px;
}

    .buynow_one a {
        background-color: #1f8706;
        padding: 10px 15px;
        border-radius: 3px;
        color: #fff;
        mar
    }

        .buynow_one a:hover {
            background-color: #000;
            color: #fff;
            text-decoration: none;
        }

/*App footer css*/
@media (max-width:768px) {
    .facl_image {
        margin-top: 0px;
        padding-top: 5px;
        border-bottom: #fff solid 1px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        background-color: #094485;
    }
}
