@charset "utf-8";

/*
 * Copyright (c) 2019 ITAcumens
 */

@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Roboto:400,500,700,400i');
@import url(style-1.css);
@import url(style-2.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(bootstrap.css);
@import url(datepicker.css);
@import url(bs-slider.css);
@import url(ekko-lightbox.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(font-awesome.min.css);
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}


/* font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif; */

body {
    font-family: 'Oswald', sans-serif !important;
    overflow-x: hidden;
    font-weight: normal;
}

.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
overflow-x: hidden;
}

.pre_loader {
display: flex;
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
flex-direction: column;
}

.prog_load1 {
padding-top: 20px;
}
.prog_load1 h4 {
font-size: 20px;
display: inline;
}

.prog_load1 span {
transition: all 500ms ease;
background: #4A72DA;
height: 5px;
width: 5px;
display: inline-block;
border-radius: 10px;
animation: wave 2s ease infinite;
}

.prog_load1 span:nth-child(1) {
animation-delay: 0;
}

.prog_load1 span:nth-child(2) {
animation-delay: 100ms;
}

.prog_load1 span:nth-child(3) {
animation-delay: 200ms;
}

.prog_load1 span:nth-child(4) {
animation-delay: 300ms;
}

.prog_load1 span:nth-child(5) {
animation-delay: 400ms;
}

.prog_load1 span:nth-child(6) {
animation-delay: 500ms;
}

.prog_load1 span:nth-child(7) {
animation-delay: 600ms;
}

.prog_load1 span:nth-child(8) {
animation-delay: 700ms;
}

@keyframes wave {
0%,
40%,
100% {
transform: translate(0, 0);
background-color: #4A72DA;
}
10% {
transform: translate(0, -15px);
background-color: red;
}
}

.rgt_lg_mg{
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.colorblue span{
    font-size: 18px;
}

/* Common */

.color1,
.ban_sec_lft h1 {
    color: #c02026;
}
.colorblue,
.ban_sec_lft h5 {
    color: #2059c0;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

#footer ul li a:before,
.megamenu li ul li a:before,
.menu_brd_l:before,
#menu_sec .navbar-default .navbar-nav>li>a.crt_icn:hover:before,
#footer:before,
.ftr_add:before,
.ftr_phn:before,
.ftr_mail:before,
.subs_lft,
.subs_rgt,
.subs_lft:after,
.spl_crs_lst li:first-child:after,
.spl_crs_lst:after,
.crs_rgt_lst li a:before,
.brd_crs_r:after,
.batch_inner_bg h6:before,
.batch_date_bg li:nth-child(1):before,
#training_course_sec:before,
.trn_crs_lft .nav-stacked li.active a:after,
.sus_stry .media:after,
#our_video:before,
.our_video_psn,
.our_video_psn ul li a span,
.bn_ntfy_tle:before,
.form-wizard-steps .form-wizard-step:nth-child(2) .form-wizard-step-icon:before,
.form-wizard-steps .form-wizard-step:nth-child(3) .form-wizard-step-icon:before,
.form-wizard-steps .form-wizard-step:nth-child(4) .form-wizard-step-icon:before,
.form-wizard-steps .form-wizard-step:nth-child(5) .form-wizard-step-icon:before {
    position: absolute;
    display: block;
}

.ftr_add:before,
.ftr_phn:before,
.ftr_mail:before,
.megamenu li ul li a:before,
#menu_sec .navbar-default .navbar-nav>li>a.crt_icn:hover:before,
#footer ul li a:before,
.spl_crs_lst:after,
.batch_inner_bg h6:before,
.batch_date_bg li:nth-child(1):before,
.trn_crs_lft .nav-stacked li.active a:after {
    font-family: 'FontAwesome';
}

#menu_sec .navbar-default,
#menu_sec .navbar-default .navbar-nav>li>a,
#menu_sec .navbar-default .navbar-brand,
.megamenu li ul li a,
.btn_read,
#footer figcaption,
.ftr_title,
#footer ul li a.ftr_hm,
#footer h2,
#footer p:before,
#footer ul.ft_scl_med li a,
.copyright,
.copyright a,
#subscribe_sec p,
#subscribe_sec .btn-default,
.spl_crs_lst li,
.crs_content-details,
.crs_img_overlay,
.vw_btn,
.vw_btn:hover,
.vw_btn:focus,
.crs_rgt_lst li a,
.upcoming_batch_bg h2,
.batch_date_bg li:nth-child(1),
#training_course_sec,
.dir_dsk_bg h2,
#our_video,
.bn_ntfy_tle,
#ntfy_announcement ul li a,
#ntfy_announcement ul li,
.vw_all_btn,
.vw_all_btn:hover,
.vw_all_btn:focus,
.ntfy_prev,
.ntfy_next,
.count_clr,
.trn_crs_rgt a{
    color: #fff;
}


/* Common */


/* Header Section */

#header {
    position: relative;
    padding: 18px 0px 10px;
}

#header ul {
    margin-top: 10px;
    margin-left: 0px;
}

.logo {
    padding-right: 0px;
}

.logo ul li {
    padding-left: 0px;
    padding-right: 30px;
}

.logo ul li:last-child {
    padding-right: 0px;
}

.logo_desc {
    text-align: center;
    padding-right:30px;
}

.logo_desc h1,
.logo_desc h2 {
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 0px;
}

.logo_desc h1 {
    font-size: 36px;
    font-weight: 600;
}



.logo_desc h2 {
    font-size: 20px;
}


/* End Header Section */


/* Menu Section */

#menu_sec .navbar-default {
    background-color: #552d80;
    border: 0px;
    margin-bottom: 0px;
}

#menu_sec .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
}

#menu_sec .navbar-default .navbar-nav>li:nth-child(9),
#menu_sec .navbar-default .navbar-nav>li:nth-child(8){
    margin-right:5px;
}

#menu_sec .navbar-default .navbar-nav>li:nth-child(8),
#menu_sec .navbar-default .navbar-nav>li:nth-child(9),
#menu_sec .navbar-default .navbar-nav>li:last-child
{
    padding: 7px 0px;
}

/*#menu_sec .navbar-default .navbar-nav>li:nth-child(8) a,*/
/*#menu_sec .navbar-default .navbar-nav>li:nth-child(8) a:focus*/
/*{*/
/*    padding: 8px 25px;*/
/*    background: #6e9610;*/
/*    border-radius: 5px;*/
/*}*/

.btn_reg{
    background: #f56633;
    color: #fff;
    margin: 10px auto;
    width: 200px;
    display: block;
    font-weight: 500;
}

#menu_sec .navbar-default .navbar-nav>li:nth-child(9) a.top,
#menu_sec .navbar-default .navbar-nav>li:nth-child(9) a.top:focus
{
    padding: 8px 25px;
    background: #6e9610;
    border-radius: 5px;
}

#menu_sec .navbar-default .navbar-nav>li:nth-child(8) a,
#menu_sec .navbar-default .navbar-nav>li:nth-child(8) a:focus
{
    padding: 8px 25px;
    background: #3075f3;
    border-radius: 5px;
}

#menu_sec .navbar-default .navbar-nav>li:last-child a {
    padding: 8px 25px;
    background: #f66733;
    border-radius: 5px;
}

#menu_sec .navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 40px 0px;
    width: 100%;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    background: rgba(85, 45, 128, 0.9);
}

.megamenu>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu li ul li {
    list-style: none;
}

.megamenu li ul li a {
    display: block;
    padding: 3px 15px 12px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: normal;
    position: relative;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    transition: .3s ease-in;
}

.megamenu li ul li a:before {
    content: '\f101';
    left: 0;
}

.megamenu li ul li a:hover,
.megamenu li ul li a:focus {
    text-decoration: none;
    color: #f66733;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

#menu_sec .media img {
    border-radius: 5px;
}

#menu_sec .media-left {
    padding-right: 20px;
}

#menu_sec .media-body p {
    line-height: 22px;
}

.megamenu.menu_pad_tp {
    padding-top: 20px;
}

.dropdown-header.menu_tle.menu_pad {
    padding: 3px 5px;
}

.training_crs_lst li a {
    padding: 3px 32px 12px !important;
}

.training_crs_lst li a:before {
    left: 20px !important;
}

.dropdown-header.menu_tle {
    color: #f66733;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.dropdown-header.menu_tle1 {
    padding: 7px 7px 12px;
    color: #fff;
    font-size: 18px;
}

.menu_infr_lst,
.menu_glry_lst {
    text-align: center;
}

.menu_infr_lst li,
.menu_news_lst li {
    display: inline-block;
    padding: 0px 15px;
}

.menu_news_lst li {
    width: 14%;
}

.menu_infr_lst li {
    width: 19%;
}

.menu_infr_lst li img,
.menu_glry_lst li img {
    width: 100%;
    border-radius: 5px;
    margin: 15px 0px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2px;
}

#menu_sec .collapse li a:hover {
    background: transparent !important;
}

.menu_infr_lst li figcaption,
.menu_glry_lst li figcaption,
.menu_news_lst li figcaption,
.menu_acnt_lst li figcaption {
    color: #fff;
    font-size: 18px;
}

.menu_news_lst li,
.menu_acnt_lst li {
    text-align: center;
}

.menu_news_lst li figcaption,
.menu_acnt_lst li figcaption {
    margin-top: 15px;
}

#menu_sec .media-body,
.btn_read,
.megamenu li ul li a,
#footer ul,
#footer p,
.copyright,
#subscribe_sec p,
.input-group .form-control,
#subscribe_sec .btn-default,
.crs_content,
.vw_btn,
.batch_inner_bg h5,
.batch_inner_bg h6,
.trn_crs_lft p,
.trn_crs_lft .nav-stacked li a,
.trn_crs_des_tle,
.trn_cs_ds_lst li,
.trn_cd_ds_btn li a,
.dir_dsk_bg .media-body,
.our_video_psn p,
.ban_sec_lft h2,
#ntfy_announcement ul,
.vw_all_btn,
#factory_req_form fieldset {
    font-family: 'Roboto', sans-serif;
}

.btn_read {
    background: #f66733;
    padding: 8px 20px;
    display: inline-block;
    line-height: initial;
    border-radius: 5px;
    margin-top: 20px;
}

.btn_read:hover,
.btn_read:focus{
    background:#552d80;
    color:#fff;
}

.menu_brd_l {
    position: relative;
}

.menu_brd_l:before {
    content: '';
    height: 100%;
    border-left: 1px solid #fff;
    left: -30px;
    top: 0;
}

#menu_sec .navbar-default .navbar-nav>li>a:hover,
#menu_sec .navbar-default .navbar-nav>li>a:focus,
#menu_sec .navbar-default .navbar-nav>li.active>a {
    background: #937ebc !important;
    position: relative;
}

#menu_sec .navbar-default .navbar-nav>li>a.crt_icn:hover:before {
    content: '\f0d7';
    color: #937ebb;
    bottom: -13px;
    font-size: 34px;
    z-index: 10000;
    left: 40%;
}


/* End Menu Section */

/* News */
.cft_news_tle{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
    margin-top: 0px;
}

.cft_news_rm{
    background: #552d80;
    color: #fff;
    padding: 5px 16px 6px;
    border-radius: 5px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    transition: .3s ease-in;
}

.cft_news_rm:hover,
.cft_news_rm:focus{
    background: #f66733;
    color: #fff;
}

.cft_news_dt{
    color: #111 !important;
    font-size: 13px !important;
}

.cft_news_con{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    margin-top: 40px;
}

.cft_news_rm.nw_rm{
    display: inline-block;
    margin-top: 35px;
}


/* End News */


/* Banner Section */

#ban_sec {
    position: relative;
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    height: 520px;
    padding: 30px 0px 0px;
    margin-bottom: 70px;
}

.ban_sec_lft h1,
.ban_sec_lft h2 {
    text-transform: uppercase;
    text-align: center;
}

.ban_sec_lft h1 {
    font-weight: 700;
    margin-top: 5px;
}

.ban_sec_lft h2 {
    font-size: 22px;
    color: #552d80;
    margin: 15px 0px 27px;
}

.cfti_sld_bg {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 1px 1px 5px 1px #ccc;
    position: absolute;
    display: block;
}

.cfti_sld_bg img {
    border-radius: 10px;
}

.cfti_ntfy_bg {
    background: #937ebc;
    position: relative;
    /*position: absolute;
    height: 660px; */
    height:auto;
    width: 100%;
    z-index: 1;
    border-radius: 5px;
    overflow:hidden;
}

.cfti_ntfy_bg #ntfy_announcement {
    overflow: inherit !important;
}

.ntfy_head_bg {
    background: #552d80;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    padding: 9px 10px;
}

.ntfy_head_bg img {
    width: 100%;
    margin: 5px 0px;
}

.org_clr {
    color: #f66633;
}

.ntfy_head_bg h5 {
    margin: 0px;
    text-align: center;
    font-size: 15.5px;
    padding: 5px 0px 4px;
}

.ntfy_head_bg h5 span {
    text-transform: uppercase;
}

.bn_ntfy_tle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    padding-left: 30px;
    position: relative;
    text-align: center;
    margin: 18px 15px 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #937ebb;
    z-index: 2;
}

.bn_ntfy_tle:before {
    content: url(../images/notify-icon.svg);
    width: 42px;
    left: 0;
    top: 5px;
}

#ntfy_announcement ul {
    margin-bottom: 10px !important;
}

#ntfy_announcement ul li {
    margin: 12px 15px 0px !important;
    padding-bottom: 10px !important;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#ntfy_announcement ul li:first-child {
    margin-top: 0px !important;
}

#ntfy_announcement ul li:last-child {
    padding-bottom: 0px !important;
}

#ntfy_announcement ul li a:hover,
#ntfy_announcement ul li a:focus,
.vw_all_btn:hover,
.vw_all_btn:focus {
    text-decoration: none;
}

.vw_all_btn {
    background: #f66733;
    border-radius: 5px;
    width: 125px;
    margin: 10px auto 0px;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    -webkit-transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

.vw_all_btn:hover,
.vw_all_btn:focus {
    background: #552d80;
}

.ntfy_prev,
.ntfy_next {
    position: absolute;
    cursor: pointer;
    z-index: 20;
    right: 12px;
    top: -82px;
    background: transparent;
    border: 0px;
    font-size: 25px;
}

.ntfy_next {
    top: -62px;
}

.ntfy_vw_bg {
    background: #937ebb;
    position: relative;
    z-index: 2;
    padding-bottom: 22px;
    border-radius: 0px 0px 5px 5px;
}


/* End Banner Section */


/* Specialised Courses */

#spl_course_sec {
    position: relative;
    background: #fff;
    padding: 20px 0px 15px;
}

.spl_crs_lst {
    display: flex;
    background: #552d80;
    padding: 20px 0px;
    justify-content: space-around;
    border-radius: 5px;
    position: relative;
    margin-bottom: 25px;
    margin-left: 0px;
}

.spl_crs_lst li {
    font-size: 28px !important;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.spl_crs_lst li a {
    color: #937ebc;
}

.spl_crs_lst li a:hover,
.spl_crs_lst li a:focus {
    text-decoration: none;
}

.spl_crs_lst li:first-child:after {
    content: '';
    border-right: 1px solid #fff;
    top: 0;
    height: 100%;
    right: -30%;
}

.spl_crs_lst:after {
    content: '\f0d7';
    bottom: -33px;
    color: #552d80;
    left: 20%;
    font-size: 40px;
}

.crs_content {
    position: relative;
    margin: 0px auto 12px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    display:block;
}

.crs_content .crs_content-overlay {
    background: rgba(85, 45, 128, 0.9);
    position: absolute;
    height: 100%;
    width: auto;
    left: 5px;
    top: 0;
    bottom: 0;
    right: 5px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.crs_content:hover .crs_img_overlay {
    display: none;
}

.crs_content:hover .crs_content-overlay {
    opacity: 1;
}

.crs_content-image {
    width: 100%;
    border-radius: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.crs_content-details {
    position: absolute;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.crs_content:hover .crs_content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.crs_content-details h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.crs_img_overlay {
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 5px !important;
    width: 96.4% !important;
    transform: translateX(-30.8%);
    transform: translateY(0);
    -webkit-transform: translateX(-30.8%);
    -webkit-transform: translateY(0);
    -moz-transform: translateX(-30.8%);
    -moz-transform: translateY(0);
    text-align: center;
    background: #f66733;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
}

.crs_img_overlay h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 8px 15px;
    line-height: 22px;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.vw_btn {
    background: #552d80;
    display: inline-block;
    padding: 8px 30px;
    line-height: initial;
    border-radius: 3px;
    margin: 20px 0px;
    font-size: 16px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    transition: .3s ease-in;
}

.vw_btn:hover,
.vw_btn:focus {
    background: #f66733;
    text-decoration: none;
}

.crs_rgt_lst {
    position: relative;
    list-style: none;
}

.crs_rgt_lst li a {
    background: #f66733;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding: 17px 0px 17px 50px;
    font-size: 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

.crs_rgt_lst li a:hover,
.crs_rgt_lst li a:focus {
    text-decoration: none;
    background: #552d80;
}

.crs_rgt_lst li a:before {
    width: 25px;
    height: 25px;
    left: 15px;
    top: 20px;
}

.crs_rgt_lst li:nth-child(2) a:before {
    content: url(../images/alumni-icon.svg);
}

.crs_rgt_lst li:nth-child(3) a:before {
    content: url(../images/placement-icon.svg);
}

.crs_rgt_lst li:nth-child(4) a:before {
    content: url(../images/admission-icon.svg);
    width: 22px;
    height: 22px;
}

.crs_rgt_lst li:nth-child(1) a:before {
    content: url(../images/calendar-icon.svg);
    width: 25px;
    height: 22px;
}

.brd_crs_r {
    position: relative;
    float: left;
}

.brd_crs_r:after {
    content: '';
    border-right: 1px solid rgba(77, 77, 77, 0.3);
    right: -20px;
    height: 98%;
}

.upcoming_batch_bg {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px #ddd;
   /* margin-top: 107px;*/
   position:relative;
   z-index:2;
}

.upcoming_batch_bg h2 {
    font-size: 25px;
    background: #552d80;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px 5px 0px 0px;
    margin-top: 0px;
}

.batch_inner_bg {
    background: #f3f3ff;
    margin: 3px 7px 13px;
    padding: 10px;
}

.batch_inner_bg h5 {
    color: #552d80;
    margin: 0px;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #25176f;
}

.batch_inner_bg h6 {
    color: #4d4d4d;
    position: relative;
    font-size: 11px;
    padding-left: 20px;
    margin-bottom: 0px;
}

.batch_inner_bg h6:before {
    content: '\f017';
    color: #25176f;
    left: 0;
}

.batch_date_bg {
    background: rgba(37, 23, 111, 0.3);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 6px 0px;
}

.batch_date_bg li:nth-child(1):before {
    content: '\f073';
    font-size: 30px;
    position: relative;
    color: rgba(37, 23, 111, 0.3);
}

.batch_date_bg li:nth-child(1) {
    font-size: 12px;
    line-height: 26px;
}

.batch_date_bg li:nth-child(2) {
    color: #552d80;
    font-weight: 600;
    line-height: 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.batch_date_bg li:nth-child(2) span {
    font-size: 36px;
}

#batches_upcome .owl-buttons {
    position: absolute;
    top: -263px;
    right: 20px;
}

#batches_upcome .owl-buttons i {
    font-size: 25px;
}

#batches_upcome .owl-buttons .owl-prev {
    position: relative;
    left: -10px;
}


/* End Specialised Courses */


/* Training Courses Section */

#training_course_sec:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(85, 45, 128, 0.9);
}

#training_course_sec {
    position: relative;
    background: url(../images/training-course-bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.trn_crs_lft h1 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-top: 10px;
}

.trn_crs_lft h1:after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 131px;
    display: block;
    position: relative;
    left: 23%;
    padding-bottom: 10px;
}

.trn_crs_lft p {
    font-size: 16px;
    margin-top: 22px !important;
    line-height: 24px;
}

.trn_crs_rgt {
    margin-top: 15px;
}

.trn_crs_rgt ul li img {
    border-radius: 3px;
}

.trn_crs_rgt ul li {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trn_crs_rgt ul li span {
    position: absolute;
    font-size: 28px;
    text-align: center;
}

.trn_crs_rgt ul li:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    background: rgba(85, 45, 128, 0.8);
    -webkit-transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

.trn_crs_rgt ul li:hover:before {
    background: rgba(246, 103, 51, 0.8);
}

.trn_crs_lft .nav-stacked,
.trn_crs_lft .tab-content {
    margin-top: 40px;
}

.trn_crs_lft .nav-stacked {
    padding-right: 0px;
}

.trn_crs_lft .tab-content {
    background: #fff;
    margin-left: 15px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.trn_crs_lft .nav-stacked li {
    background: #fff;
}

.trn_crs_lft .nav-stacked li:nth-child(1),
.trn_crs_lft .nav-stacked li:nth-child(1).active a,
.trn_crs_lft .nav-stacked li:nth-child(1) a:hover,
.trn_crs_lft .nav-stacked li:nth-child(1) a:focus {
    border-radius: 5px 5px 0px 0px;
}

.trn_crs_lft .nav-stacked li:last-child,
.trn_crs_lft .nav-stacked li:last-child.active a,
.trn_crs_lft .nav-stacked li:last-child a:hover,
.trn_crs_lft .nav-stacked li:last-child a:focus {
    border-radius: 0px 0px 5px 5px;
}

.trn_crs_lft .nav-stacked li a {
    border-radius: 0px;
    color: #4d4d4d;
    font-size: 17px;
    padding: 16px 15px;
    -webkit-transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

.trn_crs_lft .nav-stacked li a:hover,
.trn_crs_lft .nav-stacked li a:focus,
.trn_crs_lft .nav-stacked li.active a {
    background: #f66733;
    color: #fff;
}

.trn_crs_lft .nav-stacked li.active a:after {
    content: '\f0da';
    right: -12px;
    color: #f66733;
    top: 3px;
    font-size: 40px;
}

.trn_crs_lft .nav-stacked li:last-child.active a:after {
    content: none;
}

.trn_crs_tle {
    text-transform: uppercase;
    color: #552d80;
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
}

.trn_crs_des_tle {
    font-size: 16px;
    color: #f66733;
    font-weight: 700;
    line-height: 21px;
    border-bottom: 1px solid #552d80;
    padding-bottom: 10px;
    margin-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.trn_cs_ds_lst,
.trn_cd_ds_btn {
    margin: 0px;
}

.trn_cs_ds_lst li {
    font-size: 15px;
    color: #4d4d4d;
    padding: 8px 0px;
}

.trn_cd_ds_btn li a {
    background: #f66733;
    color: #fff;
    display: inline-block;
    width: 190px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 8px;
    border-radius: 3px;
    -webkit-transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

.trn_cd_ds_btn li a:hover,
.trn_cd_ds_btn li a:focus {
    text-decoration: none;
    background: #552d80;
}

.trn_cd_ds_btn li:last-child a {
    margin-bottom: 0px;
}


/* End Training Courses Section */


/* Director's Desk Section */

#director_desk {
    position: relative;
    padding: 60px 0px 32px;
}

.dir_dsk_bg {
    background: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 27px;
    border: 1px solid #ddd;
    padding-bottom:5px;
}

.dir_dsk_bg h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    background: #552d80;
    margin: 0px;
    padding: 15px 20px;
    border-radius: 5px 5px 0px 0px;
}

.dir_dsk_bg .media {
    padding: 20px;
    margin: 0px;
}

.dir_dsk_bg .media-left {
    padding-right: 25px;
}

.dir_dsk_bg .media-body {
    color: #666666;
    font-size: 15px;
    text-align: justify;
}

.dir_dsk_bg .media-body p {
    line-height: 22px;
    margin-bottom: 22px;
}

.dir_dsk_bg .media-body a {
    color: #f66733;
    -webkit-transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

.dir_dsk_bg .media-body a:hover,
.dir_dsk_bg .media-body a:focus {
    text-decoration: none;
    color: #552d80;
}

.sus_stry .media {
    position: relative;
    padding-bottom: 0px;
}

.sus_stry .media:after {
    content: '';
    height: 100%;
    top: 20px;
    right: 0px;
    border-left: 1px solid #999999;
}

.sus_stry .media-body h5 {
    text-align: right;
    font-weight: 700;
    color: #552d80;
    line-height: 20px;
    margin-bottom: 0px;
}

.sus_stry .media-body h5 span {
    font-style: italic;
}

#home_success_story .owl-buttons {
    position: absolute;
    top: -200px;
    right: 20px;
}

#home_success_story.owl-theme .owl-controls .owl-buttons div {
    color: #552d80;
    padding: 0px 6px;
    line-height: 20px;
    height: 24px;
    background: #fff;
    font-size: 21px;
}

#home_success_story.owl-theme .owl-controls .owl-buttons div.owl-prev {
    border-radius: 3px 0px 0px 3px;
}

#home_success_story.owl-theme .owl-controls .owl-buttons div.owl-next {
    border-radius: 0px 3px 3px 0px;
}

.res_img {
    width: 100%;
}


/* End Director's Desk Section */


/* Our Videos Section */

#our_video {
    position: relative;
    height: 545px;
}

#our_video video {
    width: 100%;
}

#our_video:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.our_video_psn {
    top: 30px;
    width: 100%;
    left: 0;
}

.our_video_psn h1 {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.our_video_psn h1:after {
    content: '';
    position: relative;
    display: block;
    width: 130px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}

.our_video_psn p {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0px 50px;
}

.our_video_psn ul {
    margin: 0px;
}

.our_video_psn ul li {
    padding: 0px 20px 0px 0px;
    position: relative;
}

.our_video_psn ul li a span {
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

.our_video_psn ul li img {
    border-radius: 5px;
}

.our_video_psn ul li:last-child {
    padding-right: 0px;
}

.vd_icon_pd {
    text-align: center;
    padding: 150px 0px 0px;
}


/* End Our Videos Section */


/* Subscribe Section */

#subscribe_sec {
    position: relative;
}

.subs_lft,
.subs_rgt {
    content: '';
    height: 100%;
}

.subs_lft {
    left: 0;
    background: #fff;
    width: 42.5%;
}

.subs_lft:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 79.5px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 79.5px solid transparent;
    right: -40px;
    z-index: 1;
}

.subs_rgt {
    right: 0;
    background: #937ebc;
    width: 57.5%;
}

#subscribe_sec h1 {
    color: #552d80;
    font-weight: 600;
    text-transform: uppercase;
    padding: 60px 0px;
    margin: 0px;
}

#subscribe_sec p {
    text-align: center;
    font-size: 16px;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

#subscribe_sec .input-group {
    width: 75%;
    margin: auto;
}

#subscribe_sec .input-group .form-control {
    /* border: 0px;*/
    border-radius: 0px;
    height: 40px;
}

#subscribe_sec .btn-default {
    border-color: #552d80;
    background: #552d80;
    border-radius: 0px;
    padding: 9px 25px;
}


/* End Subscribe Section */


/* Footer Section */

#footer:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(85, 45, 128, 0.92);
}

#footer {
    position: relative;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
}

#footer figure {
    background: #fff;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0px;
    -webkit-transition: .3s ease-in all;
    -moz-transition: .3s ease-in all;
    transition: .3s ease-in all;
}

#footer figcaption {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin: 18px 0px;
}

#footer figure:hover {
    background: #f66733;
}

#footer figure:hover svg,
#footer figure:focus svg {
    fill: #fff;
}

#footer a:hover,
#footer a:focus {
    text-decoration: none;
}

.ftr_title {
    font-weight: 500;
}

#footer ul li a {
    position: relative;
    color: #a38ad2;
    padding-left: 20px;
    font-weight: 400;
}

#footer ul li {
    padding-bottom: 10px;
}

#footer ul li a:before {
    content: '\f101';
}

#footer ul li a.ftr_hm,
#footer ul.ft_scl_med li a {
    padding-left: 0px;
}

#footer ul li a.ftr_hm,
.ftr_title {
    font-size: 16px;
}

#footer ul li a.ftr_hm:before,
#footer ul.ft_scl_med li a:before {
    content: none;
}

#footer h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0px 18px;
    font-size: 24px;
}

.ftr_add,
.ftr_phn,
.ftr_mail {
    padding-left: 20px;
    padding-top: 10px;
    line-height: 24px;
    margin-bottom: 5px;
}

#footer p,
#footer p a {
    color: #a38ad2;
}

.ftr_add:before,
.ftr_phn:before,
.ftr_mail:before {
    left: 15px;
}

.ftr_add:before {
    content: '\f041';
    font-size: 15px;
}

.ftr_phn:before {
    content: '\f095'
}

.ftr_mail:before {
    content: '\f0e0';
}

#footer ul.ft_scl_med {
    margin-top: 32px;
}

#footer ul.ft_scl_med li a {
    font-size: 28px;
}

#footer ul.ft_scl_med li {
    padding-right: 18px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 18px 0px 15px;
}


/* End Footer Section */


/* Factory Requirement Sheet */

#factory_req_form {
    position: relative;
    padding: 40px 0px;
}

#factory_req_form fieldset {
    background: #f3f3ff;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 35px;
}

#factory_req_form legend {
    /* display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: #552d80; */
    border: 0px;
    width: auto;
    font-size: 27px;
    margin-bottom: 10px;
    color: #552d80;
    font-family: 'Oswald', sans-serif;
    /* color: #fff; */
}

#factory_req_form legend span {
    background: #552d80;
    color: #fff;
    font-size: 18px;
    width: 45px;
    line-height: 45px;
    height: 45px;
    display: inline-table;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

#factory_req_form label {
    color: #552d80;
}

#factory_req_form .form-group {
    margin-bottom: 25px;
}

#factory_req_form .form-control {
    height: 45px;
    box-shadow: none;
    border: 1px solid rgba(85, 45, 128, 0.3);
    background-color: #fff;
}

#factory_req_form .table-bordered tr th,
#factory_req_form .table-bordered tr td {
    border: 1px solid rgb(140, 108, 175);
}

#factory_req_form .table-bordered tr th {
    background: #552d80;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    /* no standardized syntax available, no ie-friendly solution available */
}

select+i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 8px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: transparent;
    padding-right: 5px;
    font-weight: 700;
    color: #552d80;
    font-size: 17px;
}

#factory_req_form .vw_btn {
    font-size: 17px;
    padding: 12px 45px;
    margin-top: 10px;
}

#factory_req_form .input-group-addon {
    color: #552d80;
    border: 1px solid rgba(85, 45, 128, 0.3);
    box-shadow: none;
    background-color: transparent;
    border-left: 0px !important;
}


/* End Factory Requirement Sheet */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    background: #937ebb;
    border: 1px solid #937ebb;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
    border: 1px solid #937ebb !important;
    background: #fff !important;
    color: #937ebb !important;
}


/* Alumni Registration Form */

.form-box {
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(234, 88, 4);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234, 88, 4, 1) 0%, rgba(234, 40, 3, 1) 51%, rgba(234, 88, 4, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234, 88, 4, 1) 0%, rgba(234, 40, 3, 1) 51%, rgba(234, 88, 4, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234, 88, 4, 1) 0%, rgba(234, 40, 3, 1) 51%, rgba(234, 88, 4, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ea5804', endColorstr='#ea5804', GradientType=0);
    /* IE6-9 */
}

.form-wizard {
    padding: 25px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.form-wizard strong {
    font-weight: 500;
}

.form-wizard a,
.form-wizard a:hover,
.form-wizard a:focus {
    color: #ea2803;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-wizard h1,
.form-wizard h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
    font-size: 25px;
    font-weight: 300;
    color: #ea2803;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.form-wizard h4 {
    float: left;
    font-size: 32px;
    font-weight: 300;
    color: #552d80;
    line-height: 26px;
    width: 100%;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0px;
}

.form-wizard h4:after {
    content: '';
    position: relative;
    display: block;
    border-bottom: 2px solid #552d80;
    width: 120px;
    padding-bottom: 18px;
}

.form-wizard h4 span {
    float: right;
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard table tr th {
    font-weight: normal;
}

.form-wizard img {
    max-width: 100%;
}

.form-wizard ::-moz-selection {
    background: #ea2803;
    color: #fff;
    text-shadow: none;
}

.form-wizard ::selection {
    background: #ea2803;
    color: #fff;
    text-shadow: none;
}

#reg_alumn_form .form-control {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f2f2f2;
    border: 1px solid rgba(85, 45, 128, 0.3);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 9px;
    margin-left: -20px;
}

#reg_alumn_form .form-control option:hover,
#reg_alumn_form .form-control option:checked {
    box-shadow: 0 0 10px 100px #ea2803 inset;
}

#reg_alumn_form .form-control:focus {
    outline: 0;
    /* background: #fff; */
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#reg_alumn_form .input-group-addon {
    border-color: rgba(85, 45, 128, 0.3);
    background: #f2f2f2;
}

#reg_alumn_form .form-control.dt {
    border-right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#reg_alumn_form .form-control.frm_txta {
    height: auto !important;
}

#reg_alumn_form .form-control:-moz-placeholder {
    color: #aaa;
}

#reg_alumn_form .form-control:-ms-input-placeholder {
    color: #aaa;
}

#reg_alumn_form .form-control::-webkit-input-placeholder {
    color: #aaa;
}

#reg_alumn_form .form-group {
    margin-bottom: 25px;
}

#reg_alumn_form .table td {
    background: #f2f2f2;
    border-color: rgba(85, 45, 128, 0.3);
    font-size: 15px;
    color: #555;
    padding: 10px 15px;
}

.form-wizard label {
    color: #552d80;
    font-weight: 400;
}

.form-wizard label span {
    color: #ea2803;
}

.form-wizard .btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.form-wizard .btn:hover {
    background: #f66733;
    color: #fff;
}

.form-wizard .btn:active {
    outline: 0;
    background: #f66733;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus {
    outline: 0;
    background: #f66733;
    color: #fff;
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus,
.form-wizard .btn.btn-next.active:focus {
    background: #f66733;
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus,
.form-wizard .btn.btn-submit.active:focus {
    background: #f66733;
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus,
.form-wizard .btn.btn-previous.active:focus {
    background: #552d80;
}

.form-wizard .success h3 {
    color: #4F8A10;
    text-align: center;
    margin: 20px auto !important;
}

.form-wizard .success .success-icon {
    color: #4F8A10;
    font-size: 100px;
    border: 5px solid #4F8A10;
    border-radius: 100px;
    text-align: center !important;
    width: 110px;
    margin: 25px auto;
}

.form-wizard .progress-bar {
    background-color: #ea2803;
}

.form-wizard-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.form-wizard-step {
    border: 2px solid #fff;
    background: #937ebc;
}

.form-wizard-step.active {
    background: #552d80;
}

.form-wizard-step.activated {
    background: #552d80;
}

.form-wizard-progress {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #552d80;
}

.form-wizard-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background: #ea2803;
}

.form-wizard-tolal-steps-3 .form-wizard-step {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 5px;
}

.form-wizard-tolal-steps-4 .form-wizard-step {
    position: relative;
    float: left;
    width: 25%;
    padding: 12px 5px 12px 75px;
    text-align: left;
}

.form-wizard-step:after {
    content: '';
    position: absolute;
    display: block;
    border-left: 22px solid white;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    left: 0px;
    top: 1px;
}

.form-wizard-step.active:before,
.form-wizard-step.activated:before {
    border-left: 22px solid #552d80;
}

.form-wizard-step:nth-child(2):after,
.form-wizard-step:last-child:before {
    content: none;
}

.form-wizard-step:before {
    content: '';
    position: absolute;
    display: block;
    border-left: 22px solid #937ebb;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: -22px;
    top: 1px;
    z-index: 1;
}

.form-wizard-tolal-steps-5 .form-wizard-step {
    position: relative;
    float: left;
    width: 20%;
    padding: 0 5px;
}

.form-wizard-step-icon {
    display: inline-block;
    margin-top: 4px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Oswald', sans-serif !important;
}

.form-wizard-step.activated .form-wizard-step-icon {
    /* background: #ea2803;
    border: 1px solid #fff; */
    color: #fff;
}

.form-wizard-step.active .form-wizard-step-icon {
    color: #fff;
}

.form-wizard-step p {
    color: #fff;
}

.form-wizard-step.activated p {
    color: #fff;
}

.form-wizard-step.active p {
    color: #fff;
}

.form-wizard fieldset {
    display: none;
    text-align: left;
    border: 0px !important
}

.form-wizard-buttons {
    text-align: right;
}

.form-wizard .input-error {
    border-color: #ea2803;
}

.form-wizard-steps .form-wizard-step:nth-child(2) .form-wizard-step-icon:before {
    content: url(../images/form-icon/personal.svg);
    width: 20px;
    height: 20px;
    left: 48px;
}

.form-wizard-steps .form-wizard-step:nth-child(3) .form-wizard-step-icon:before {
    content: url(../images/form-icon/education.svg);
    width: 40px;
    height: 40px;
    left: 30px;
    top: 19px;
}

.form-wizard-steps .form-wizard-step:nth-child(4) .form-wizard-step-icon:before {
    content: url(../images/form-icon/professional.svg);
    width: 35px;
    height: 35px;
    left: 35px;
}

.form-wizard-steps .form-wizard-step:nth-child(5) .form-wizard-step-icon:before {
    content: url(../images/form-icon/confirm.svg);
    position: absolute;
    display: block;
    width: 28px;
    height: 20px;
    left: 40px;
    top: 18px;
}


/** image uploader **/

.image-upload a[data-action] {
    cursor: pointer;
    color: #555;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.2s;
}

.image-upload a[data-action] i {
    width: 1.25em;
    text-align: center;
}

.image-upload a[data-action]:hover {
    color: #ea2803;
}

.image-upload a[data-action].disabled {
    opacity: 0.35;
    cursor: default;
}

.image-upload a[data-action].disabled:hover {
    color: #555;
}

.settings_wrap {
    margin-top: 20px;
}

.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
}

.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
    float: left;
}

.image_picker .settings_wrap .drop_target {
    margin-right: 18px;
}

.image_picker .settings_wrap .settings_actions {
    float: left;
    margin-top: 100px;
    margin-left: 20px;
}

.settings_actions.vertical a {
    display: block;
}

.drop_target {
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}

.drop_target input[type="file"] {
    visibility: hidden;
}

.drop_target::before {
    content: 'Drop Hear';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 100%;
    line-height: 220px;
    text-align: center;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
    transition: color 0.2s;
}

.drop_target:hover,
.drop_target.dropping {
    background: #f80;
    border-top-color: #cc6d00;
}

.drop_target:hover:before,
.drop_target.dropping:before {
    color: rgba(0, 0, 0, 0.6);
}

.drop_target .image_preview {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    position: relative;
    z-index: 2;
}


/* End Alumni Registration Form */

.no_pad_l {
    padding-left: 0px !important;
}

.no_pad_r {
    padding-right: 0px !important;
}

.no_pad {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.trn_crs_rgt.cf_rcnt_pst {
    padding-left: 10px;
    padding-right: 10px;
}

.trn_crs_rgt.cf_rcnt_pst ul li:before {
    content: none;
}

@media screen and (max-width:359px) {
    #batches_upcome .owl-buttons {
        top: -230px !important;
    }
    .ban_sec_lft h1 {
        font-size: 17px !important;
    }
    .ban_sec_lft h2 {
        font-size: 13px !important;
    }
    .spl_crs_lst li:first-child::after {
        right: -2%;
    }
    .crs_content {
        width: 86%;
    }
    .batch_date_bg li:nth-child(2) span {
        font-size: 30px;
    }
    .batch_date_bg li {
        font-size: 13px !important;
    }
}

@media (min-width:360px) and (max-width:479px) {
    .spl_crs_lst li:first-child::after {
        right: -8%;
    }
    .crs_content {
        width: 78%;
    }
}

@media (min-width:480px) and (max-width:520px) {
    .form-wizard h4 {
        font-size: 19px !important;
    }
    .form-wizard-steps .form-wizard-step:nth-child(2) .form-wizard-step-icon::before {
        width: 17px;
        left: 31px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(3) .form-wizard-step-icon::before {
        width: 34px;
        left: 18px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(4) .form-wizard-step-icon::before {
        width: 28px;
        left: 23px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(5) .form-wizard-step-icon::before {
        left: 26px;
        width: 24px;
    }
    .form-wizard-tolal-steps-4 .form-wizard-step {
        padding-left: 55px;
    }
    .form-wizard-step-icon {
        font-size: 15px;
    }
    .form-wizard-tolal-steps-4 .form-wizard-step {
        width: 50%;
    }
    #footer figcaption {
        margin: 10px 0px 25px;
        font-size: 17px !important;
    }
    .footer_img_mbl {
        width: 25%;
        padding: 0px 10px !important;
    }
    #footer figure {
        width: 65px;
        height: 65px;
    }
    .our_video_psn {
        padding-bottom: 15px !important;
    }
    .our_video_psn ul li {
        width: 46%;
        margin-bottom: 20px;
    }
    .poster_mbl {
        width: 65%;
        margin: auto;
    }
    #home_success_story .owl-buttons {
        top: -209px;
    }
    .trn_crs_rgt ul {
        display: flex;
        flex-wrap: wrap;
    }
    .trn_crs_rgt ul li {
        width: 46%;
        margin: 25px 2% 0px;
    }
    .trn_crs_lft .nav-stacked li a {
        padding: 12px;
        font-size: 14px;
    }
    .trn_crs_lft .nav-stacked {
        width: 30%;
    }
    .trn_crs_lft .col-sm-8 {
        width: 70%;
    }
    .batch_date_bg li:nth-child(2) span {
        font-size: 30px;
    }
    .batch_date_bg li,
    .batch_inner_bg h5 {
        font-size: 12px !important;
    }
    .batch_inner_bg h6 {
        padding-left: 12px;
        font-size: 10px;
    }
    .crs_rgt_lst li a {
        padding: 12px 0px 17px 50px;
        font-size: 20px;
    }
    .crs_img_overlay {
        width: 95.4% !important;
    }
    .spl_crs_lst li {
        font-size: 18px !important;
    }
    .spl_crs_lst li:first-child::after {
        right: -22%;
    }
    .crs_content,
    .upcoming_batch_bg,
    .crs_rgt_lst,
    .trn_crs_lft .nav-stacked,
    .trn_crs_lft .col-sm-8,
    .footer_img_mbl {
        float: left;
    }
    .crs_content {
        width: 50%;
    }
    .upcoming_batch_bg {
        width: 60%;
    }
    .crs_rgt_lst {
        width: 38%;
        margin-left: 2%;
    }
}

@media (min-width:521px) and (max-width:767px) {
    .form-wizard-tolal-steps-4 .form-wizard-step {
        width: 50%;
    }
    .our_video_psn ul li {
        width: 32%;
    }
    .poster_mbl {
        width: 50%;
        margin: auto;
    }
    #home_success_story .owl-buttons {
        top: -185px;
    }
    .trn_crs_rgt ul {
        display: flex;
        flex-wrap: wrap;
    }
    .trn_crs_rgt ul li {
        width: 46%;
        margin: 25px 2% 0px;
    }
    .trn_crs_lft .nav-stacked {
        width: 30%;
    }
    .trn_crs_lft .col-sm-8 {
        width: 70%;
    }
    .trn_crs_lft .nav-stacked,
    .trn_crs_lft .col-sm-8,
    .crs_content,
    .upcoming_batch_bg,
    .crs_rgt_lst,
    .footer_img_mbl {
        float: left;
    }
    .ntfy_head_bg img {
        width: 52%;
        margin: 5px auto;
    }
    .crs_content,
    .upcoming_batch_bg {
        width: 50%;
    }
    .footer_img_mbl {
        width: 25%;
    }
    #footer figure {
        width: 80px;
        height: 80px;
    }
    .crs_rgt_lst {
        width: 48%;
        margin-left: 2%;
    }
    .spl_crs_lst li,
    .crs_rgt_lst li a {
        font-size: 21px !important;
    }
    .crs_img_overlay {
        width: 96.6% !important;
    }
}

@media screen and (max-width:479px) {
    .form-wizard-step-icon {
        margin-top: 3px;
    }
    #reg_alumn_form .table td {
        font-size: 14px;
        padding: 10px 11px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(2) .form-wizard-step-icon::before {
        left: 15px;
        width: 16px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(4) .form-wizard-step-icon::before {
        width: 28px;
        left: 9px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(3) .form-wizard-step-icon::before {
        width: 31px;
        left: 6px;
        top: 15px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(5) .form-wizard-step-icon::before {
        width: 22px;
        left: 12px;
        top: 14px;
    }
    .form-wizard-tolal-steps-4 .form-wizard-step {
        width: 100%;
    }
    .form-wizard-step-icon {
        font-size: 16px;
    }
    .form-wizard-tolal-steps-4 .form-wizard-step {
        padding: 8px 5px 8px 40px;
    }
    .tab_dir_dsk.dir_dsk_bg .media-body p {
        text-align: justify;
    }
    .trn_crs_lft .nav-stacked>li+li {
        margin-top: 1px;
    }
    .copyright {
        font-size: 12px !important;
    }
    .mbl_mg_tp {
        margin-top: 20px;
    }
    #footer {
        padding-top: 10px !important;
    }
    #footer figcaption {
        font-size: 18px !important;
    }
    #footer figcaption {
        margin: 5px 0px 0px;
    }
    .footer_img_mbl:nth-child(1) svg {
        width: 12px !important;
    }
    .footer_img_mbl svg {
        width: 22px !important;
    }
    #footer figure {
        width: 80px;
        height: 80px;
    }
    .footer_img_mbl {
        width: 50%;
        float: left;
    }
    .our_video_psn {
        padding-bottom: 15px !important;
    }
    .our_video_psn ul li {
        width: 49%;
        margin-bottom: 15px;
    }
    .poster_mbl {
        width: 80%;
        margin: auto;
    }
    #home_success_story .owl-buttons {
        top: -309px;
    }
    .dir_dsk_bg .media-left {
        display: block;
    }
    .dir_dsk_bg .media-left {
        padding-right: 0px;
    }
    .dir_dsk_bg .media-left,
    .dir_dsk_bg .media-body p,
    .sus_stry .media-body h5 {
        text-align: center;
    }
    .mbl_img_res {
        width: 100%;
    }
    .trn_crs_rgt ul li {
        margin-bottom: 10px;
    }
    .trn_crs_des_tle {
        font-size: 14px !important;
    }
    .trn_crs_des_tle {
        font-weight: 500;
    }
    .trn_cs_ds_lst li {
        padding: 5px 0px;
    }
    .trn_cd_ds_btn li a {
        margin-bottom: 5px;
        font-size: 15px;
        width: 180px;
        font-weight: 400;
        padding: 5px;
    }
    .trng_mbl_pd {
        padding: 0px;
    }
    .trn_crs_lft .tab-content {
        margin-left: 0px;
    }
    .trn_crs_lft .nav-stacked li a {
        font-size: 14px;
        padding: 10px 15px 4px;
    }
    .trn_crs_lft h1 {
        font-size: 24px !important;
    }
    .trn_crs_lft h1::after {
        margin: auto;
        left: 0;
    }
    .crs_rgt_lst li a::before {
        top: 9px !important;
    }
    .crs_rgt_lst li a {
        font-size: 18px;
    }
    .crs_rgt_lst li a {
        padding: 10px 0px 10px 50px;
    }
    .spl_crs_lst {
        padding: 12px 0px;
    }
    .spl_crs_lst li {
        font-size: 17px !important;
    }
    /*.logo ul li img {
        width: 100%;
    }*/
    .logo ul li:nth-child(1) {
        width: 30%;
    }
    .logo ul li:last-child {
        width: 35%;
    }
    .logo {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .logo_desc h1 {
        font-size: 18px !important;
    }
    .logo_desc h2 {
        font-size: 16px !important;
    }
    .logo_desc {
        padding: 0px;
    }
    #header .no_pad ul li img {
        width: 80%;
    }
    .trn_crs_lft .nav-stacked li.active a::after {
        content: none;
    }
}

@media screen and (max-width:767px) {
    .tender_sec .cor_lst ul li{
        width:100% !important;
    }
    
    #menu_sec .navbar {
        min-height: 40px;
    }
    #menu_sec .navbar-brand {
        height: 40px;
        font-size: 16px;
        padding: 10px 15px;
    }
    .form-wizard-buttons {
        padding-right: 0px;
    }
    #reg_alumn_form .form-group {
        padding: 0px;
    }
    .form-wizard-steps {
        margin-top: 0px;
    }
    .form-wizard h4 span {
        font-size: 15px;
    }
    #reg_alumn_form .form-group {
        margin-bottom: 18px;
    }
    .form-wizard h4 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .form-wizard h4::after {
        width: 75px;
        padding-bottom: 5px;
    }
    .form-wizard .btn {
        min-width: 95px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
    #reg_alumn_form .form-control {
        height: 40px;
        padding: 0px 12px;
    }
    #reg_alumn_form select+i.fa {
        margin-top: -28px;
    }
    .form-wizard {
        font-size: 14px;
        line-height: 24px;
    }
    #factory_req_form .form-control {
        height: 38px;
    }
    #factory_req_form select+i.fa {
        margin-top: -26px;
    }
    #factory_req_form fieldset {
        padding: 15px;
        margin-bottom: 25px;
    }
    #factory_req_form label {
        font-weight: 500;
    }
    #factory_req_form .vw_btn {
        margin-top: 0px;
        padding: 10px 35px;
        font-size: 16px;
    }
    #factory_req_form {
        padding-bottom: 20px;
    }
    #factory_req_form legend span {
        font-size: 16px;
        width: 40px;
        line-height: 40px;
        height: 40px;
    }
    .megamenu .no_pad {
        padding-left: 15px !important;
    }
    .megamenu {
        padding-bottom: 0px !important;
    }
    #footer ul li a.ftr_hm {
        font-size: 15px;
    }
    .copyright {
        padding: 10px 0px;
    }
    #footer ul.ft_scl_med {
        margin-top: 12px;
    }
    #footer ul.ft_scl_med li a {
        font-size: 22px;
    }
    #footer ul.ft_scl_med li {
        padding-right: 10px;
        padding-left: 0px;
    }
    #footer h2 {
        margin: 15px 0px 0px;
    }
    #footer ul li a::before {
        top: -4px;
    }
    #footer ul li a {
        padding-left: 15px;
    }
    .copyright {
        font-size: 13px;
    }
    #footer ul {
        margin: 0px;
    }
    .footer_img_mbl:nth-child(1) svg {
        width: 10px;
    }
    .footer_img_mbl svg {
        width: 20px;
    }
    #footer {
        padding-top: 0px;
    }
    #subscribe_sec h1 {
        padding: 0px;
        text-align: center;
    }
    #subscribe_sec p {
        margin-top: 10px !important;
        margin-bottom: 12px !important;
    }
    #subscribe_sec {
        background: #937ebc;
        padding: 20px 0px 25px;
    }
    .our_video_psn ul {
        margin: 20px 0px 0px;
    }
    .our_video_psn p {
        padding: 10px 0px 5px;
    }
    .our_video_psn h1 {
        margin-bottom: 10px;
    }
    .our_video_psn h1 {
        font-size: 28px;
    }
    .our_video_psn {
        position: relative;
        background: #552d80;
        top: 0;
        padding: 10px 0px 30px;
    }
    #our_video {
        height: auto;
    }
    #home_success_story .owl-buttons {
        right: 15px;
    }
    .dir_dsk_bg .media-body a {
        padding-top: 5px;
        display: block;
        font-size: 14px;
    }
    .dir_dsk_bg .media-body p {
        margin-bottom: 4px;
        margin-top: 12px;
    }
    .dir_dsk_bg .media {
        padding: 15px;
    }
    .dir_dsk_bg h2 {
        padding: 12px 15px;
    }
    .trn_crs_rgt ul li span,
    .upcoming_batch_bg h2,
    .dir_dsk_bg h2,
    #footer figcaption,
    #footer h2 {
        font-size: 21px;
    }
    .trn_crs_rgt {
        clear: both;
    }
    .trn_cs_ds_lst li {
        line-height: 18px !important;
    }
    .trn_crs_tle,
    .bn_ntfy_tle,
    #subscribe_sec h1,
    #factory_req_form legend {
        font-size: 24px;
    }
    .trn_crs_des_tle {
        font-size: 15px;
    }
    .trn_crs_lft .nav-stacked,
    .trn_crs_lft .tab-content {
        margin-top: 20px;
    }
    .trn_crs_lft p {
        margin-top: 15px !important;
    }
    #training_course_sec {
        padding: 15px 0px;
    }
    .trn_crs_lft h1 {
        font-size: 29px;
    }
    .vw_btn {
        font-size: 14px;
        margin: 4px 0px 15px;
    }
    .crs_rgt_lst li a::before {
        top: 16px;
    }
    #batches_upcome .owl-buttons {
        top: -218px;
        right: 12px;
    }
    #batches_upcome.owl-theme .owl-controls {
        margin-top: 0px;
    }
    .upcoming_batch_bg h2 {
        padding: 13px 10px;
    }
    .crs_content-details h3,
    .crs_img_overlay h5 {
        font-size: 16px;
    }
    .brd_crs_r {
        float: none;
    }
    .bn_ntfy_tle::before {
        top: 13px;
    }
    .bn_ntfy_tle {
        padding-top: 10px;
        margin-top: 0px;
    }
    .cfti_ntfy_bg #ntfy_announcement {
        height: 180px !important;
    }
    .ntfy_prev,
    .ntfy_next {
        top: -75px;
    }
    .ntfy_next {
        top: -60px;
    }
    .bn_ntfy_tle::before {
        width: 29px;
    }
    .bn_ntfy_tle {
        padding-left: 35px;
        text-align: left;
    }
    #ban_sec {
        padding-top: 10px;
    }
    #menu_sec .navbar-default .navbar-nav>li>a.crt_icn:hover::before,
    #our_video::before,
    .form-wizard-step::before,
    .form-wizard-step::after {
        content: none;
    }
    .logo_desc h1,
    .ban_sec_lft h1 {
        font-size: 20px;
    }
    .logo_desc h2 {
        font-size: 18px;
    }
    .logo_desc img {
        width: 290px;
    }
    #menu_sec .navbar-toggle {
        border: 0px;
        margin-top: 5px;
        margin-right: 6px;
    }
    #menu_sec .navbar-default .navbar-toggle:hover,
    #menu_sec .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    #menu_sec .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    #menu_sec .navbar-toggle {
        margin-bottom: 0px;
    }
    .ban_sec_lft h2 {
        font-size: 15px;
        margin: 5px 0px 12px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #reg_alumn_form .form-group {
        margin-bottom: 21px;
    }
    .form-wizard h4::after {
        width: 100px;
        padding-bottom: 10px;
    }
    .form-wizard h4 {
        font-size: 24px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(2) .form-wizard-step-icon::before {
        width: 13px;
        height: 20px;
        top: -14px;
    }
    .form-wizard-steps .form-wizard-step .form-wizard-step-icon::before {
        left: 0 !important;
    }
    .form-wizard-steps .form-wizard-step:nth-child(5) .form-wizard-step-icon::before {
        top: -16px;
        width: 21px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(4) .form-wizard-step-icon::before {
        width: 24px;
        top: -12px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(3) .form-wizard-step-icon::before {
        width: 30px;
        top: -12px;
    }
    .form-wizard-step-icon {
        margin-top: 7px;
        font-size: 14px;
        position: relative;
    }
    .form-wizard-tolal-steps-4 .form-wizard-step {
        padding: 15px 0px 9px 31px;
    }
    #header ul li img {
        width: 85%;
    }
    .logo_desc img {
        width: 285px;
    }
    .logo_desc h2 {
        font-size: 18px;
    }
    .logo_desc h1 {
        font-size: 21px;
    }
    .btn_read {
        margin-top: 0px;
    }
    .btn_read,
    #menu_sec .media-body p,
    #menu_sec .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }
    #menu_sec .media-body p {
        margin-top: 15px;
    }
    #menu_sec .navbar-default .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 9px;
    }
    #menu_sec .navbar-default .navbar-nav>li:last-child a {
        padding: 8px 5px;
    }
    #ban_sec {
        padding-top: 17px;
    }
    .ban_sec_lft h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .ban_sec_lft h1 {
        font-size: 30px;
    }
    .spl_crs_lst li {
        font-size: 24px !important;
    }
    .crs_img_overlay h5,
    .crs_content-details h3 {
        font-size: 16px;
    }
    .bn_ntfy_tle::before {
        width: 35px;
        top: 2px;
    }
    .bn_ntfy_tle {
        font-size: 25px;
        text-align: left;
        padding-left: 45px;
    }
    .cfti_ntfy_bg #ntfy_announcement {
        height: 180px !important;
    }
    .ntfy_head_bg img {
        width: 50%;
        margin: 5px auto;
    }
    .vw_btn {
        font-size: 14px;
        margin: 5px 0px 15px;
    }
    .crs_rgt_lst li a::before {
        left: 10px;
        top: 13px;
    }
    .crs_rgt_lst li a {
        padding: 12px 0px 12px 40px;
        font-size: 20px;
    }
    .upcoming_batch_bg {
        width: 65%;
        float: left;
    }
    .crs_rgt_lst {
        width: 33%;
        float: left;
        margin-left: 2%
    }
    /* .crs_rgt_lst li {
        width: 33%;
        display: inline-block;
    } */
    .upcoming_batch_bg h2 {
        font-size: 22px;
    }
    .trn_crs_lft .nav-stacked,
    .trn_crs_lft .tab-content {
        margin-top: 18px;
    }
    .trn_crs_rgt ul {
        display: flex;
        flex-wrap: wrap;
    }
    .trn_crs_rgt ul li span {
        font-size: 24px;
    }
    .trn_cs_ds_lst li {
        padding: 5px 0px;
    }
    .trn_crs_lft .col-sm-8 {
        padding-right: 0px;
    }
    .trn_crs_rgt ul li {
        width: 48%;
        margin-right: 2%;
    }
    #training_course_sec {
        padding: 25px 0px 10px;
    }
    .trn_crs_tle {
        font-size: 25px;
    }
    .trn_crs_des_tle {
        font-size: 15px;
        line-height: 20px;
    }
    .trn_crs_lft h1 {
        font-size: 30px;
    }
    .trn_crs_lft h1::after {
        left: 26.5%;
    }
    #home_success_story.owl-theme .owl-controls {
        margin: 0px;
    }
    .dir_dsk_bg .media-body {
        font-size: 14px;
    }
    .dir_dsk_bg .media-body p {
        margin-bottom: 15px;
        line-height: 20px;
    }
    .dir_dsk_bg h2 {
        font-size: 24px;
    }
    .tab_dir_dsk .media-object {
        width: 200px;
        margin: 0px auto 10px;
    }
    .dir_dsk_bg .media {
        padding: 15px;
    }
    #home_success_story .owl-buttons {
        top: -184px;
    }
    .our_video_psn ul li {
        width: 33%;
    }
    .our_video_psn h1 {
        font-size: 28px;
    }
    .our_video_psn p,
    .trn_crs_lft .nav-stacked li a {
        font-size: 15px;
    }
    .our_video_psn p {
        padding-bottom: 10px;
    }
    .our_video_psn {
        top: 22px;
    }
    .our_video_psn h1 {
        margin-bottom: 15px;
    }
    #our_video {
        height: auto;
    }
    #subscribe_sec h1 {
        font-size: 23px;
    }
    .subs_lft::after {
        border-top: 66.5px solid transparent;
    }
    #subscribe_sec p {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        margin-top: 15px !important;
    }
    #footer figure {
        width: 95px;
        height: 95px;
    }
    #footer figcaption {
        font-size: 20px;
    }
}

@media screen and (max-width:991px) {
    #header {
        padding: 5px 0px 0px;
    }
    #header ul {
        margin-top: 0px;
    }
    .logo {
        padding-right: 15px;
    }
    .logo ul li {
        padding: 0px 5px;
    }
    .logo,
    #header ul {
        text-align: center;
    }
    .menu_brd_l::before {
        left: -8px;
    }
    .megamenu {
        padding: 25px 0px;
    }
    #menu_sec .media-left {
        display: block;
    }
    .cfti_sld_bg {
        margin-bottom: 20px;
    }
    #spl_course_sec {
        z-index: 2;
    }
    #ban_sec {
        margin-bottom: 0px;
    }
    #ban_sec,
    .cfti_ntfy_bg {
        height: auto;
    }
    .cfti_sld_bg,
    .cfti_ntfy_bg {
        position: relative;
    }
    .upcoming_batch_bg {
        margin-top: 0;
    }
    .our_video_psn ul li img,
    .cfti_ntfy_bg {
        width: 100%;
    }
    .our_video_psn ul li,
    .our_video_psn ul li:last-child {
        padding-right: 10px;
    }
    .sus_stry .media::after,
    .brd_crs_r::after {
        content: none;
    }
    #director_desk {
        padding: 30px 0px 5px;
    }
    .tab_dir_dsk .media-left {
        display: block;
    }
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu>li {
        margin-bottom: 30px;
    }
    .megamenu>li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

@media screen and (min-width:768px) {
    #menu_sec .navbar-brand {
        display: none;
    }
    #factory_req_form .form-horizontal .control-label {
        padding-top: 13px;
    }
    #factory_req_form .form-horizontal .control-label.frs_lbl_pt {
        padding-top: 3px;
    }
}

@media screen and (min-width:992px) {
    #menu_sec .media-body p {
        width: 92%;
    }
    #subscribe_sec p {
        width: 54%;
        margin: auto;
    }
    #spl_course_sec .col-md-8,
    #ban_sec .col-md-8 {
        padding-right: 0px;
        width: 68.666667%;
    }
    #spl_course_sec .rgt_sd.col-md-4,
    #ban_sec .col-md-4 {
        padding-left: 45px;
        width: 31.333333%;
    }
    .trn_crs_lft p {
        width: 78%;
        margin: auto;
    }
    .trn_crs_rgt {
        padding-left: 40px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .form-wizard h4 {
        font-size: 25px;
    }
    .form-wizard h4::after {
        padding-bottom: 10px;
        width: 100px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(2) .form-wizard-step-icon::before {
        left: 34px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(4) .form-wizard-step-icon::before {
        width: 30px;
        height: 35px;
        left: 28px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(5) .form-wizard-step-icon::before {
        width: 24px;
        height: 20px;
        left: 32px;
        top: 19px;
    }
    .form-wizard-steps .form-wizard-step:nth-child(3) .form-wizard-step-icon::before {
        width: 35px;
        height: 40px;
        left: 24px;
        top: 21px;
    }
    .form-wizard-tolal-steps-4 .form-wizard-step {
        padding: 12px 5px 12px 60px;
    }
    .form-wizard-step-icon {
        margin-top: 6px;
        font-size: 16px;
    }
    #header ul li {
        width: 49%;
    }
    #header ul li img {
        width: 100%;
    }
    .logo ul li {
        padding-right: 0px;
    }
    .logo_desc h1,
    .upcoming_batch_bg h2,
    .crs_rgt_lst li a,
    .trn_crs_rgt ul li span {
        font-size: 21px;
    }
    .logo_desc h2 {
        font-size: 19px;
    }
    .logo_desc img {
        width: 92%;
    }
    #menu_sec .navbar-default .navbar-nav>li>a {
        padding: 15px 13px;
    }
    #menu_sec .navbar-default .navbar-nav>li:last-child a {
        padding: 8px 15px;
    }
    #menu_sec .navbar-default .navbar-nav>li:last-child {
        padding: 7px 0px 7px 15px;
    }
    #ban_sec {
        height: 445px;
    }
    .upcoming_batch_bg,
    .ntfy_head_bg {
        position: relative;
        z-index: 10;
    }
    .cfti_ntfy_bg {
        height: 560px;
    }
    .cfti_ntfy_bg #ntfy_announcement {
        height: 290px !important;
    }
    .bn_ntfy_tle {
        font-size: 25px;
        padding-left: 10px;
    }
    .bn_ntfy_tle::before {
        width: 33px;
        top: 20px;
    }
    .bn_ntfy_tle {
        padding-top: 18px;
        margin-top: 0px;
    }
    .ntfy_vw_bg {
        padding-top: 8px;
    }
    #spl_course_sec .rgt_sd.col-md-4,
    #ban_sec .col-md-4 {
        padding-left: 30px !important;
    }
    .cfti_ntfy_bg {
        width: 85%;
    }
    .brd_crs_r::after {
        right: -12px;
    }
    .crs_img_overlay {
        width: 95.4% !important;
    }
    .crs_img_overlay h5,
    .crs_content-details h3 {
        font-size: 16px;
    }
    #batches_upcome .owl-buttons {
        top: -226px;
    }
    .batch_date_bg li:nth-child(1),
    .batch_inner_bg h6 {
        font-size: 10px;
    }
    .batch_date_bg li:nth-child(2) {
        font-size: 13px;
    }
    .batch_date_bg li:nth-child(2) span {
        font-size: 28px;
    }
    .batch_inner_bg h5 {
        font-size: 11px;
    }
    .batch_inner_bg h6 {
        padding-left: 10px;
    }
    .crs_rgt_lst li a {
        padding: 9px 0px 9px 50px;
    }
    .upcoming_batch_bg {
        margin-bottom: 15px;
    }
    .crs_rgt_lst li a::before {
        top: 12px;
    }
    .trn_crs_tle {
        font-size: 24px;
    }
    .trn_crs_des_tle {
        font-size: 14px;
    }
    .trn_cs_ds_lst li {
        font-size: 14px;
        padding: 5px 0px;
    }
    .trn_cd_ds_btn li a {
        margin-bottom: 6px;
        margin-top: 6px;
        padding: 8px;
    }
    .trn_crs_lft .nav-stacked li a {
        padding: 14px 15px;
        font-size: 15px;
    }
    #training_course_sec {
        padding-bottom: 60px;
    }
    .dir_dsk_bg h2,
    #footer figcaption {
        font-size: 22px;
    }
    .dir_dsk_bg .media-body p {
        margin-bottom: 15px;
        line-height: 20px;
    }
    .dir_dsk_bg .media-body {
        font-size: 14px;
    }
    .dir_dsk_bg .media-left {
        padding-right: 18px;
    }
    #director_desk {
        padding: 40px 0px 15px;
    }
    .our_video_psn h1,
    #subscribe_sec h1 {
        font-size: 30px;
    }
    .our_video_psn p {
        font-size: 15px;
        padding-bottom: 30px;
    }
    .our_video_psn ul li {
        width: 32%;
    }
    .our_video_psn ul li img {
        width: 100%;
    }
    .our_video_psn ul li:last-child {
        padding-right: 10px;
    }
    .our_video_psn ul li {
        padding: 0px 10px 0px 0px;
    }
    #our_video {
        height: 500px;
    }
    .vd_icon_pd {
        padding-top: 130px;
    }
    .subs_lft::after {
        border-top: 74.5px solid transparent;
    }
    #footer figure {
        width: 98px;
        height: 98px;
    }
}

@media screen and (min-width:992px){
    .vdo-img .img-responsive{
        width:100% !important;
    }
    
    .hm_popup .modal-dialog{
        width:800px;
    }
}

@media screen and (min-width:992px){
    .foot_wear .modal-dialog{
        width:800px;
    }
}

.hm_popup .modal-header{
    padding:0px;
    border:0px;
}


.hm_popup  button.close{
        background: #f66733;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: -18px;
    top: -20px;
    text-shadow:none;
    opacity:1;
    font-size:30px;
    color:#fff;
}

#course .brd_crs_r:after{
    content:none;
}

/* EMMAN */


/* to hide the checkbox itself */
.payment input[type=radio] {
    display: none;
    box-shadow: none !important;
}
.payment input[type=radio]:focus:hover,
.payment input[type=radio]:focus{
    box-shadow: none !important
}
.payment input[type=radio]+label {
    position: relative;
    padding-left: 20px;
    display: none;
}
.payment input[type=radio]+label:before {
    content:"";
    width: 18px;
    height: 18px;
    font-size: 15px;
    color: #662e90;
    font-weight: 400;
    border: 2px solid rgba(0,0,0,0.2);
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: -10px;
    display: block;
}
.payment .sub-tit{    font-size: 24px;
    color: #fff;
    background: #552d80;
    margin: 0;
    padding: 13px 20px 5px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.payment .sub-tit span{
    width:50%;
}

.payment .sub-tit small.pay_mthd{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.payment .sub-tit small{
    color: #fff;
}

.payment .proceed{
    padding: 3px 12px;
    margin-bottom: 5px;
    background: #5cb85c;
  
}

.payment span .proceed{
    margin-top: 10px;
}

.payment span .proceed.pull-right{
    margin-top:0px;
}

.payment input[type=radio]+label:after {
    left: 4px;
    top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: white;
    position: absolute;
    content: "";
    display: none;
}
/* space between checkbox and label */
input[type=radio]:checked+label:after {
    display: block;
}
input[type=radio]:checked+label:before {
    background: #604da9;
}
/* checked icon */
input[type=radio]:checked+label:before {
    letter-spacing: 8px;
}
/* allow space for check mark */
/* unchecked icon */
.bd{
    text-align: center;
    padding: 25px 0 0;
    font-size: 28px;
}
.bd img{
    display: block;
    margin: 15px auto 0;
    width:200px;
}
.bd + .payment .trng-bg{
    margin-top: 10px;
}
.payment .trng-bg {
    padding-bottom: 35px;
}
.payment.net1 .trng-bg .row{
    margin: 0;
}
.payment .row{
    display: flex;    
    flex-wrap: wrap;
}
@media(min-width:1000px){
    .payment .row .col-lg-2 {
        width:16.66%;
    }
}
.payment.net1 .sub-tit{
    margin-bottom: 15px;
}
.payment.net1 .wrap {
    width: 100%;
    margin: 20px 0 0;
}
.payment.net1 .wrap.gate {
    width: 300px;
    margin: 35px auto 0;
}
.payment .sub-tit span{
    font-size: 18px;
}

.payment .wrap{
    display: flex;
    width: 90%;
    margin: 35px auto 0;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
    background:white;
}

.payment .wrap.gate {
    width: 490px;
    margin: 35px auto 0;
}
.payment .wrap p label,
.payment .wrap p {
    margin: 0;
}
.payment .wrap .img{
    width:20%;
}
.payment .wrap .img img{
    width: 100%;
}
.payment.net .wrap{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.payment.net .wrap .img{
    width: 79%;
    /*margin-right: 10px;*/
}
.payment.net .wrap .txt {
    margin: 15px 0;
}
.payment h3 input[type=radio]+label:before {
    border-color: white;
}
.payment h3 input[type=radio]+label:after {
    border-color: white;
}
.payment h3 input[type=radio]+label {    
    float: right;
    position: relative;
    top: 20px;
}
.payment .trng-bg.upi {
    padding: 0;
    margin-bottom:25px;
}

.upi_pay.payment input[type=radio]+label:before{
	    left: -25px;
		top: -10px;
}
.upi_pay.payment input[type=radio]+label:after{
	left: -21px;
}

.pay_tbl.payment .trng-bg{
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.pay_tbl.payment .trng-bg .table{
	margin-bottom: 0px;
}


.upi_pay.payment input[type=radio]+label{
	padding-left: 0px;
}

.title_top {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
}

.tender_sec .cor_lst ul li h5{
    min-height: inherit;
    border-radius: 7px;
}

.tender_sec .cor_lst ul li h5 a{
    color: #f66733;
}

.tender_sec .cor_lst ul li h5 a:hover,
.tender_sec .cor_lst ul li h5 a:focus{
    text-decoration: none;
    color: #6e9610;
}

.tender_sec .cor_lst.ful_wdth ul li{
    width: 84%;
}

.tender_sec .cor_lst ul li{
    width:39.4%;
  
}

.tender_sec .cor_lst ul li,
.tender_sec .cor_lst.ful_wdth ul li{
      margin-bottom: 0px !important;
}

.tender_sec .cor_lst ul li:last-child{
    margin-bottom: 20px;
}


.modal_popup .modal-header .close{
    position: absolute;
    right: -10px;
    background: #552d80;
    color: #fff;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    z-index: 1;
    text-shadow: none;
    top: -10px;
}

.modal_popup .modal-header{
    padding: 0px;
    border: 0px;
}
.btm-fb-lnk{
    background:#937ebb;
    padding:10px 0;
    margin-bottom:40px;
}
.btm-fb-lnk p{
    text-align:center;
    margin-bottom:0;
}
.btm-fb-lnk p, .btm-fb-lnk p a{color:#fff;font-size:20px !important;}
.btm-fb-lnk p a{text-decoration:underline !important;}
.iit .col-md-3 img{
    margin:0 auto;
    display:block;
    
}
.iit .col-md-6 h2, .wk-tit{
    color:#c02026;
    font-size:30px;
    text-transform:upppercase;
    margin:0;
    font-weight:700;
    text-align:center ;
}
.iit .wrk-img h3 {
    font-size:20px;
    margin:15px 0 30px;
    text-align:center;
}
.iit-tit h3{
    margin:15px 0 !important;
}
.iit .wrk-img img{
    border:1px solid #eee;
    border-radius:10px;
    padding:5px;
}
.iit a{color:#552d80;}
.flx-rw{
    margin-bottom:30px;
}

.iit h6{
    font-size: 16px;
    padding-top: 10px;
}

.iit .col-md-12 p{text-align:left;margin:12px 0 10px; line-height: 24px;}
/*.iit .col-md-12 p a, .wrk-img p a{*/
/*    background:#f66733;*/
/*    padding:8px 20px 10px; */
/*    color:#fff;*/
/*    text-decoration:none;*/
/*    font-size:15px;*/
/*}*/
.wrk-img p{text-align:center;}
.wrk-img p a{
    padding:5px 30px 7px;
    margin-bottom:20px !important;
    display:inline-block;
}
.wk-tit{text-align:center;margin-bottom:30px;}
#wrk-shp{padding:50px 0 40px;}
.info-tit{
    font-size:22px;
    text-align:center;
    margin:10px 0 15px;
}
.dat-tit{
    text-align:center !important;
    margin:0 0 40px;
}
.cfti-lg{text-align:center;margin-bottom:30px;}
.cfti-lg img{
    display:inline-block;
    margin:0 15px;
}
@media(max-width:479px){
    
    .iit .iit-lg img{
        width:45%;
    }
    .iit .col-md-12 p{margin:20px 0;}
    .wrk-img{
        width:80%;
        margin:0 auto;
    }
}
@media(min-width:480px) and (max-width:520px){
    
    .iit .iit-lg img{
        width:32%;
    }
    .wd-50{
        width:50%;
        float:left;
    }
    .iit .col-md-12 p{margin:20px 0;}
}
@media(min-width:521px) and (max-width:767px){
    
    .iit .iit-lg img{
        width:25%;
    }
    .wd-50{
        width:50%;
        float:left;
    }
}

@media(max-width:767px){
    .iit .wk-tit{
        font-size:24px;
        margin:20px 0 !important;
        display:block;
    }
    .iit .wrk-img h3 {
        font-size: 18px;
        margin: 15px 0 20px;
    }
    .flx-rw{margin-bottom:0;}
    .cfti-lg img{width:21%;}
    .cfti-lg{margin-bottom:0;}
    .info-tit{font-size:18px;}
    .dat-tit{font-size:16px;}
}
@media(min-width:768px) and (max-width:991px){
    .iit .col-md-3 img{
       height:80px !important;
    }
    .iit .wk-tit{
        font-size:24px;
    }
    .flx-rw{
        display:flex;
        align-items:center;
    }
}
@media(min-width:992px){
    .iit .modal-dialog{
    width:550px;
}
.flx-rw{
    display:flex;
    align-items:center;
}
.iit .col-md-3 img{
    height:90px;
}
.cfti-lg img{width:13%;}
}
#tamco{
    padding:40px 0;
}
#tamco .stud-tab{
    width:100% !important;
    margin:0 auto 40px !important;
}
.tamco-tbl tr th{
    background:#937ebb;
    padding:12px 15px;
    text-align:center;
    font-size:18px;
    color:#fff;
    vertical-align:middle !important;
    border-bottom:1px solid #ddd !important;
}
.tamco-tbl tr td{
    vertical-align:middle !important;
    font-size:14px;
    font-weight:400;
}
/*.tamco-lst{
    display:flex;
   justify-content: space-between;
}
*/
.tamco-lst{
    margin-bottom:40px;
}
.tamco-lst li{
   padding-bottom:10px;
   line-height:25px;
}
.tamco-lst li:last-child{padding-bottom:0;}
.mnu-btm li{
    margin-bottom:20px;
}

.fund.list_dot li:before{
    top: 5px;
}

.wrap_sec .fund_tle{
    padding: 10px 0px !important;
}

.fund_con{
    margin-top: 10px;
    margin-bottom: 15px !important;
}

@media screen and (min-width: 992px){
    .color1.crs_clr_tel{
        font-size: 22px;
    }
    
    .colorblue.crs_clr_tel1{
        font-size: 20px;
    }
    
    .colorblue.crs_clr_tel1 span{
        font-size: 26px;
    }
}
.crse-col {
    margin:40px 0 0;
}
.crse-col .col-lg-4,
.crse-col .row{
    display:flex;
}
.crse-col .con {
    text-align:center;
    background: #592e79;
    padding:30px;
    border-radius:10px;
}
.crse-col .con h3 {
    font-weight:400;
    color:white;
    padding-bottom:15px;
}
.crse-col .con h5{
    font-size:18px;
}
.crse-col .con h5 a{
    display:inline-block;
    margin-left:10px;
    padding: 7px 13px;
    background: #937ebc ;
    border-radius: 5px;
    color:white;
}
#feedback .modal-header{
    margin:20px;
    color:#937ebc;
    border-bottom:1px solid rgba(0,0,0,0.2);
    padding-bottom:10px;
    margin-bottom:0;
}
#feedback label{
   display: block;
    font-weight: 400;
    margin: 15px 0 10px;
    font-size: 19px;
}
#feedback select{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -o-appearance: auto;
     border:1px solid rgba(0,0,0,0.2);
    width:100%;
    padding:5px 10px;
}
#feedback label:first-child{
    margin-top:0;
}
#feedback textarea,
#feedback input{
   border:1px solid rgba(0,0,0,0.2);
    width:100%;
    padding:5px 10px;
}
#feedback textarea{
    height:130px;
}
#feedback form button{
        display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    background: #937ebc;
    border-radius: 5px;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
}

.wf-column {
    float: left;
}
.grid .item{
    border: 1px solid rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    margin: 30px auto;
    width: 95%;
}
.grid .item .tit{
     padding: 7px 0;
    background: #937ebc;
    margin-bottom:0;
}
.grid .item .tit h5,
.grid .item .tit h6 {
    color:white;
}
.grid .item .tit h5 {
    font-size:21px;
}
.grid .item .tit h6 {
    font-size:15px;
}

.grid .item p {
    font-size:18px;
    line-height:30px;
     padding:20px;
     opacity:0.8;
}
.grid .item img{
    width:100%;
}
@media (min-width: 992px){
    #feedback.iit .modal-dialog {
    width: 510px;
}
}