@import 'common.css';

/* HOME PAGE */


/* Slider Section */

#slide_sec,
#slide_sec .item {
    position: relative;
}

#slide_sec .item:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#080b45', endColorstr='#00000000', GradientType=1);
}

#slide_sec .slide_text {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_text h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
}

.slide_text h1 span {
    display: inline-block;
    background: #FF9900;
    font-weight: 700;
    font-size: 36px;
    padding: 0px 20px;
}

.owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #FF9900;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}


/* End Slider Section */


/* THREE COLS */

.three-cols {
    margin: -110px 0 0;
    position: relative;
    z-index: 2;
}

.three-cols .con {
    background: #F2F2F2;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
    padding: 50px 0 30px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
}

.three-cols .con:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 10px;
    background: #FF9900;
}

.three-cols .con img {
    height: 45px
}

.three-cols .con:hover img {
    transform: scale(1.15);
}

.three-cols .con:hover:after {
    width: 100%;
}

.three-cols .con:hover h4 {
    color: #FF9900;
}

.three-cols .con p {
    text-align: center;
    padding: 0 20px;
}

.three-cols .con h2 {
    width: 110px;
    height: 110px;
    background: #E3E3E5;
    color: white;
    font-weight: 800;
    padding: 0;
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* TWO COLS */

.two-cols {
    padding: 80px 0 0;
}

.two-cols .row {
    align-items: center;
}

.two-cols ul {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
}

.two-cols li {
    text-align: center;
    padding: 0;
    width: 180px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two-cols li img {
    height: 55px;
}

.two-cols li:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}


/* Our Courses Section */

#our_courses_sec {
    background: #f2f2f2;
    position: relative;
    padding: 65px 0px;
}

.hm_title {
    text-align: center;
    margin-bottom: 15px;
}

.hm_title h2 {
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.hm_title h4 {
    font-weight: 400;
    color: #FF9900;
    padding-top: 0px;
}

.hm_crs_cnt {
    margin-top: 30px;
    background: #fff;
}

.hm_crs_cnt:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}

.hm_crs_cnt h4 {
    background: #080B45;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
    padding: 10px 30px 8px;
}

.hm_crs_cnt div {
    padding: 15px 30px 20px;
}

.hm_crs_cnt ul li {
    line-height: 24px;
}

.hm_crs_cnt .list {
    margin-bottom: 15px;
}

.rd_more {
    border: 1px solid #FF9900;
    color: #FF9900;
    width: 100px;
    margin: 0px auto;
    display: block;
    text-align: center;
    padding: 5px 5px 2px;
    border-radius: 3px;
    font-size: 14px;
}

.rd_more:hover,
.rd_more:focus {
    background: #FF9900;
    color: #fff;
}

#our_courses_sec .row [class*='col-md-'] {
    display: flex;
}

.vw_all {
    width: 100px;
    background: #FF9900;
    display: block;
    margin: 40px auto 0px;
    color: #fff;
    text-align: center;
    padding: 4px 5px 2px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid transparent;
}

.vw_all:hover,
.vw_all:focus {
    color: #FF9900;
    background: transparent;
    border: 1px solid #FF9900;
}

#our_courses_sec p {
    padding-bottom: 0px;
}


/* THIRD PARTY */

.trd-pty {
    text-align: center;
    padding: 30px 0 10px;
}

.trd-pty iframe {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 30px 0;
}


/* INFO */

.info {
    background: url(../images/info.jpg) no-repeat left top;
    padding: 70px 0 40px;
    position: relative;
    background-size: cover;
}

.info:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FF9900;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
}

.info .container {
    position: relative;
    z-index: 1;
}

.info ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.info img {
    height: 65px;
}

.info li {
    text-align: center;
}

.info h6 {
    padding: 0;
    color: white;
}


/* INNER-CONTAINER */

.inner-container {
    padding: 50px 0;
}


/* CONTACT US PAGE */

.contact .col-lg-4 {
    display: flex;
}

.contact .cnt-det {
    margin-bottom: 50px;
}

.contact .cnt-det .con {
    background: #fbfbfb;
    padding: 25px 40px;
    border: 1px solid #eeeeee;
}

.contact .con h4 {
    color: #FF9900;
    font-weight: 600;
    text-align: center;
}

.contact .con p {
    font-weight: 500;
}

.cnt-det .con li {
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
    font-weight: 500;
}

.contact .con li i {
    color: #FF9900;
    margin: 3px 10px 0 0;
    display: block;
    width: 16px;
    text-align: center;
}

.contact .con li span {
    width: 90%;
}

.contact form {
    padding: 30px 0 0;
}

.contact .frm-det .con {
    padding-right: 30px;
}

.contact .frm-det h4 {
    text-align: left;
    padding-bottom: 0;
    color: #666;
    font-weight: 600;
}

.contact .frm-det iframe {
    margin: 20px 0 0;
}


/* COURSES */

.inner-container.courses {
    padding: 0;
}

.courses #our_courses_sec {
    padding-top: 30px;
}

.courses-detail .con {
    padding-right: 30px;
}

.courses-detail .time {
    width: 50%;
}

.courses-detail .right {
    width: 360px;
    margin-left: 30px;
}

.syllabus .acc-wrap {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 10px 0;
}

.syllabus .acc-wrap .accordion_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 0;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.02);
    padding: 10px 15px;
}

.syllabus .acc-wrap .accordion_head.active {
    color: #FF9900;
}

.syllabus.acc-wrap .accordion_head span {
    font-size: 20px;
}

.syllabus .acc-wrap .accordion_body {
    padding: 10px 15px;
}


/* GALLERY */

.gal-wrap {
    display: block;
    margin: 0;
}

.gal-wrap [class*="col-lg-"] {
    float: left;
    cursor: pointer;
}

.btn_tx {
    padding: 10px 0px 40px 0px;
}

.btn_tx button {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 0px 10px;
    background: transparent;
    color: #000;
}

.btn_tx button.active {
    background: #FF9900;
    color: #fff;
    border: 1px solid #FF9900;
}

.section1 img {
    margin: 0 auto 30px;
    display: block;
}


/* Nandhini */


/* About Us Page */

#about_sec {
    position: relative;
    padding: 50px 0px;
}

.rw_info [class*='col-md-'] {
    display: flex;
}

.rw_info [class*='col-md-']>div {
    background: #fbfbfb;
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #eee;
}

.rw_info [class*='col-md-']>div i {
    font-size: 42px;
    color: #f19833;
}

.rw_info [class*='col-md-']>div h5 {
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0px 15px;
}

.rw_info {
    width: 80%;
    margin: 60px auto 20px;
}

.rw_info p {
    padding-top: 0px;
    line-height: 25px;
}

#about_sec h3 {
    padding-bottom: 30px;
}

#client_sec {
    background: url(../images/client-bg.jpg) no-repeat fixed;
    background-size: cover;
    padding: 80px 0px;
    text-align: center;
    position: relative;
}

#client_sec h2 {
    color: #FF9900;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 0 40px;
    position: relative;
    z-index: 1;
    font-size: 42px;
}

#client_sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(8, 11, 69);
    background: -moz-linear-gradient(top, rgba(8, 11, 69, 1) 0%, rgba(41, 43, 68, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(8, 11, 69, 1) 0%, rgba(41, 43, 68, 1) 100%);
    background: linear-gradient(to bottom, rgba(8, 11, 69, 1) 0%, rgba(41, 43, 68, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#080b45', endColorstr='#292b44', GradientType=0);
    opacity: 0.85;
    z-index: 1;
}

.client_slide {
    width: 85%;
    margin: auto;
}

.owl-nav {
    margin-top: 0px !important;
}


/* End About Us Page */


/* Faculty Page */

#faculty_sec {
    position: relative;
    padding: 35px 0px 45px;
}

.fac_con_bg {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 15px 15px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.fac_con_bg .col-md-12 {
    padding: 0px 30px 25px!important;
}

.fac_con_bg:nth-child(odd) {
    background: #fdfdfd;
}

.fac_con_bg:nth-child(even) [class*='col-md-']:nth-child(1) {
    order: 1;
}

.fac_con_bg [class*='col-md-']:nth-child(1) {
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fac_con_bg [class*='col-md-']:nth-child(2) {
    padding: 0px 30px 30px;
}

.fac_con_bg h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    padding-top: 30px;
}


/* End Faculty Page */


/* Training Page */

#training_sec {
    position: relative;
    padding: 50px 0px;
}

.nav_tabs.nav-pills>li>a {
    color: #080e45;
    border: 1px solid #080e45;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px 8px;
}

.nav_tabs.nav-pills {
    margin-bottom: 30px;
}

#training_sec .nav_tabs.nav-pills {
    margin-bottom: 40px;
}

.nav_tabs.nav-pills>li+li {
    margin-left: 20px;
}

.nav_tabs.nav-pills>li.active>a,
.nav_tabs.nav-pills>li.active>a:hover,
.nav_tabs.nav-pills>li.active>a:focus,
.nav_tabs.nav-pills>li a:hover,
.nav_tabs.nav-pills>li a:focus {
    background: #f19833;
    color: #fff;
    border-color: #f19833;
}


/* End Training Page */


/* Franchisee Page */

#frnc_tab_sec {
    position: relative;
    background: #fbfbfb;
    padding: 50px 0px;
}

.ds_blk {
    display: block;
}

.btn_mg {
    margin-top: 20px !important;
}

.frm_txt_ar {
    height: 110px !important;
}

#frnc_tab_sec h2 {
    text-align: center;
    padding-bottom: 35px;
    color: #f19833;
    font-weight: 800;
}

.row.rw_al_cntr1,
.row.rw_al_cntr {
    margin: 0px;
}

.row.rw_al_cntr {
    align-items: center;
}

#frnc_tab_sec .tab-content {
    width: 100%;
}

#frnc_tab_sec .img-thumbnail {
    width: 100%;
}


/* End Franchisee Page */


/* End Nandhini */


/* RESPONSIVE */

@media(min-width:992px) {
    header .row {
        align-items: center;
    }
    /* HOMEPAGE */
    /* TWO COLS */
    .two-cols .con {
        padding-right: 80px;
    }
    /* FOOTER */
    footer .col-lg-4 p {
        width: 90%;
    }
    footer [class*="col-lg-"]:nth-child(3) {
        padding-left: 45px;
    }
}

@media(max-width:999px) {
    /* HOMEPAGE */
    .three-cols {
        margin: 0 0 0;
    }
    /* TWO COLS */
    .two-cols .row {
        align-items: flex-end;
    }
    /* INFO SECTION */
    .info {
        padding: 40px 0 30px;
    }
    /* THREE COLS */
    .three-cols .con {
        margin: 15px 0;
    }
    /* FOOTER */
    footer {
        padding: 30px 0 0;
    }
    .copyright {
        margin-top: 20px;
    }
    /* INNERPAGE */
    /* PAGE TITLE */
    #pag_title {
        padding: 30px 0;
    }
    /* CONTACT US */
    .contact .cnt-det .con {
        margin: 0 0 30px;
        padding: 20px;
    }
    .contact .cnt-det {
        margin-bottom: 10px;
    }
    /* COURSES DETAILS */
    .courses-detail .right {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .courses-detail .time {
        width: 100%;
    }
    .courses-detail .con {
        padding-right: 0;
    }
}

@media(max-width:767px) {
    /* TWO COLS */
    .two-cols {
        padding: 40px 0 0;
    }
    .two-cols ul {
        padding: 0;
    }
    .two-cols h2 {
        text-align: center;
    }
    .two-cols img {
        display: block;
        margin: 25px auto 0;
    }
    /* FOOTER */
    footer ul+p {
        padding: 10px 0 0;
    }
}

@media(max-width:620px) {
    /* HOMEPAGE */
    /* FOOTER */
    .copyright .col-lg-12 {
        display: block;
        text-align: center;
    }
    .copyright p {
        text-align: center;
        padding: 0;
    }
}

@media(max-width:570px) {
    /* HOMEPAGE */
    /* THREE COLS */
    .three-cols .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* INFO */
    .info li {
        width: 50%;
        padding: 10px 0;
    }
    /* FOOTER */
    footer img {
        margin-bottom: 20px;
    }
}

@media(min-width:400px) and (max-width:570px) {
    /* HOMEPAGE */
    /* THREE COLS */
    .three-cols .col-xs-6 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media(max-width:399px) {
    /* HOMEPAGE */
    /* THREE COLS */
    .three-cols .col-xs-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* NANDHINI */

@media screen and (max-width: 520px) {
    .tp_add_dtl {
        margin-bottom: 5px;
    }
    #top_hd_sec [class*='col-md-'],
    #our_courses_sec .row [class*='col-md-'],
    .hm_crs_cnt img,
    .hm_crs_cnt {
        width: 100%;
    }
    .nav_tabs.nav-pills>li {
        float: none;
    }
    .nav_tabs.nav-pills>li+li {
        margin-left: 0px;
    }
    .nav_tabs.nav-pills>li {
        margin-bottom: 10px;
    }
    .nav_tabs.nav-pills>li:last-child {
        margin-bottom: 0px;
    }
    .nav_tabs.nav-pills>li>a {
        padding: 8px 15px 6px;
        font-size: 16px;
    }
    .nav_tabs.nav-pills {
        margin-bottom: 15px;
    }
    #training_sec .nav_tabs.nav-pills {
        margin-bottom: 10px;
    }
}

@media (min-width: 480px) and (max-width: 520px) {
    .fac_con_bg {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .client_slide {
        width: 50% !important;
    }
}

@media (min-width: 521px) and (max-width:767px) {
    #our_courses_sec .row [class*='col-md-'] {
        width: 50%;
    }
    .fac_con_bg {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .nav_tabs.nav-pills>li>a {
        font-size: 15px;
        padding: 7px 4px 5px;
    }
    .nav_tabs.nav-pills>li+li {
        margin-left: 10px;
    }
}

@media screen and (max-width:767px) {
    .rw_info [class*='col-md-']>div i {
        font-size: 36px;
    }
    .rw_info [class*='col-md-']>div h5 {
        font-size: 22px;
    }
    #about_sec {
        padding-bottom: 20px;
    }
    .rw_info [class*='col-md-']>div {
        padding: 20px 15px 10px;
        margin-bottom: 20px;
    }
    .rw_info [class*='col-md-'] {
        padding: 0px;
    }
    .rw_info {
        width: 100%;
    }
    #about_sec h3 {
        font-size: 24px;
        padding-bottom: 20px;
        line-height: 28px;
    }
    .tab-content h3 {
        font-size: 24px;
        padding-bottom: 0px;
    }
    #frnc_tab_sec h2 {
        font-size: 28px;
        line-height: 32px;
    }
    #faculty_sec {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    #client_sec {
        padding: 30px 0px;
    }
    #client_sec h2 {
        font-size: 34px;
        padding-bottom: 10px;
    }
    .client_slide {
        width: 65%;
    }
    .fac_con_bg h3 {
        padding-bottom: 0px;
        padding-top: 20px;
        line-height: 28px;
    }
    .fac_con_bg h3 {
        font-size: 24px;
    }
    .fac_con_bg [class*='col-md-']:nth-child(2) {
        padding: 0px 20px 20px;
    }
    .fac_con_bg:nth-child(even) [class*='col-md-']:nth-child(1) {
        order: 0;
    }
    .fac_con_bg .col-md-12 {
        height: auto !important;
    }
    .fac_con_bg [class*='col-md-']:nth-child(1) {
        background-position: top;
        height: 350px;
    }
    #pag_title h2 {
        padding-top: 5px;
        line-height: 30px;
        font-size: 28px;
    }
    .tp_add_dtl,
    .tp_scl_md {
        justify-content: center;
    }
    .vw_all {
        margin-top: 25px;
    }
    .hm_crs_cnt div,
    .hm_crs_cnt h4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hm_crs_cnt h4 {
        padding-top: 5px;
        padding-bottom: 3px;
    }
    .hm_crs_cnt h4,
    .hm_title h4 {
        font-size: 20px;
    }
    .hm_crs_cnt {
        margin-top: 20px;
    }
    .hm_title {
        margin-bottom: 0px;
    }
    .hm_title h4 {
        line-height: 28px;
    }
    .hm_title h2 {
        font-size: 28px;
    }
    #our_courses_sec {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .owl-nav.disabled+.owl-dots {
        bottom: 5px;
    }
    .slide_text .container,
    .slide_text [class*='col-md-'] {
        width: 100%;
    }
    .slide_text h1 {
        line-height: 32px;
        font-size: 20px;
    }
    .slide_text h1 span {
        font-size: 16px;
        padding: 0px 12px;
    }
    header {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .sap_lg img {
        width: 80px;
    }
    #top_hd_sec {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    header .logo img {
        width: 85px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fac_con_bg [class*='col-md-']:nth-child(1) {
        height: 350px;
    }
    .fac_con_bg .col-md-12 {
        height: auto !important;
    }
    .rw_info {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .rw_info {
        width: 100%;
    }
    #training_sec .nav_tabs.nav-pills {
        margin-bottom: 20px;
    }
    .nav_tabs.nav-pills {
        margin-bottom: 12px;
        display: inline-block;
    }
    .nav_tabs.nav-pills>li+li {
        margin-left: 15px;
    }
    .nav_tabs.nav-pills>li>a {
        font-size: 17px;
        padding: 10px 9px 8px;
    }
    .client_slide {
        width: 75%;
    }
    #pag_title h2 {
        font-size: 36px;
        line-height: 30px;
    }
    .fac_con_bg [class*='col-md-']:nth-child(1) {
        height: 350px;
        background-position: top;
    }
    .fac_con_bg .col-md-12 {
        height: auto !important;
    }
    #our_courses_sec .row [class*='col-md-'] {
        width: 50%;
    }
    #our_courses_sec {
        padding: 35px 0px;
    }
    .hm_title {
        margin-bottom: 0px;
    }
    .slide_text h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .slide_text h1 span {
        font-size: 28px;
        padding: 0px 15px;
    }
    .sap_lg img {
        width: 95px;
    }
    header .logo img {
        width: 95px;
    }
    header {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    header .menu {
        top: 28px !important;
    }
}

@media screen and (max-width: 991px) {
    #about_sec {
        padding-top: 20px;
    }
    .row.rw {
        justify-content: center;
    }
    .rw_info {
        margin: 30px auto 0px;
    }
    #training_sec {
        padding: 20px 0px;
    }
    #frnc_tab_sec {
        padding: 20px 0px;
    }
    #frnc_tab_sec h2 {
        padding-bottom: 20px;
    }
    .row.rw_al_cntr,
    .row.rw_al_cntr1 {
        justify-content: center;
    }
    .sap_lg {
        position: absolute;
        display: block;
        left: 0;
        top: 0 !important;
        right: 0;
        margin: auto;
        bottom: 0;
        width: 129px;
        height: 47px;
    }
    .tp_scl_md li:nth-child(1) {
        padding-left: 0px;
    }
    .logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    header nav ul {
        padding: 15px;
    }
    header nav ul li {
        padding-bottom: 10px;
    }
    header nav ul li.active a {
        color: #fff;
    }
    header nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 200px;
        height: 100vh;
        background: #FF9900;
        z-index: 10;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    }
    header.current nav {
        left: 0;
    }
    header.current .menu span {
        background: none !important;
    }
    header.current .menu span:before {
        transform: rotate(45deg) translate(3px, 4px);
    }
    header.current .menu span:after {
        transform: rotate(-45deg) translate(3px, -4px);
        -webkit-transform: rotate(-45deg) translate(3px, -4px);
        -moz-transform: rotate(-45deg) translate(3px, -4px);
        -ms-transform: rotate(-45deg) translate(3px, -4px);
        -o-transform: rotate(-45deg) translate(3px, -4px);
    }
    header .menu {
        position: relative;
        right: 5px;
        top: 22px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: #242463;
        transition: all 200ms linear;
        z-index: 10;
    }
    header .menu span {
        display: block;
        width: 50%;
        height: 2px;
        position: relative;
        border-radius: 10px;
        transition: all 200ms linear;
        background: #fff;
    }
    header .menu span:before,
    header .menu span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        transition: all 200ms linear;
        background: #fff;
    }
    header .menu span:before {
        top: -5px;
    }
    header .menu span:after {
        top: 5px;
    }
}

@media screen and (min-width: 992px) {
    header nav {
        display: flex;
        align-items: center;
        height: 100%;
    }
    header nav ul {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        padding-top: 5px;
    }
    header nav ul li.active a,
    header nav ul li a:hover,
    header nav ul li a:focus {
        color: #FF9900;
        border-bottom: 3px solid #FF9900;
    }
    header nav ul li a {
        padding-bottom: 10px;
    }
    header nav ul li {
        position: relative;
        padding-right: 15px;
    }
    header nav ul li:last-child {
        padding-right: 0px;
    }
    header nav ul li:before {
        content: "|";
        position: absolute;
        display: block;
        right: -10px;
        color: #000;
        top: 1px;
    }
    header nav ul li:last-child:before {
        content: none;
    }
    #training_sec .nav-pills>li,
    #frnc_tab_sec .nav-pills>li {
        float: none;
        display: inline-block;
    }
    #training_sec .nav-pills,
    #frnc_tab_sec .nav-pills {
        text-align: center;
    }
}