
$themecolor: #2e3192;
$themeorange: #f58220;
$themelight:#0b83e0;
$themelight2:#0368d0;
$bebas_neue:'Bebas Neue', cursive; 

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');





ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  outline:none
}

a {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

img {
  max-width: 100%;
}



body {
  color: #292828;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
    letter-spacing: .5px
 
}

.align_items_center {
  display: flex;
  align-items: center;
}

.display_flex {
    display: flex
}

.body_wraper {
  width: 100%; display: flex; flex-direction: column
}

.header_outer {
  width: 100%;
  position: relative;
    height: 177px ; border-bottom: 1px solid rgba(0,0,0,0.15);
    background: #fff;
}

.headerin {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100

}


.header_align {
	display: grid;
    grid-template-columns: 300px auto ;
    align-items: center;

  }


.logo_sec {
  width: auto;
  display: flex;

  a {
    display: inline-block;
    position: relative;
      img {
          width: 100%; 
      }

  }
}



.hlogo_right{
        display: flex;
    justify-content: flex-end;
}

.hl_nave_bar {
    display: flex;
    a {
        &:hover {
            color:$themeorange
        }
    }
}

.hl_navigation {
    >ul {
       > li{
            display: inline-block; position: relative;
            >a {
                padding: 10px 5px; font-size: 14px;
                text-transform: uppercase;
                color:$themecolor; display: inline-block;
                font-weight: 600
            }
        }
    }
}

.hl_navigation>ul>li> ul{
position: absolute;
  left: 0;
  z-index: 50;
  background: #fff;
  width: 230px;
  padding: 30px;
  margin-left: -20px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     transform: scale(0.95);
  transform-origin: center;
    
}

.hl_navigation>ul>li:hover {
    ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transform-origin: center;
  transition-delay: 0.2s !important;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
    }
}

.hl_navigation>ul>li>ul>li> a{
    position: relative; font-size: 16px; 
    color:#333; line-height: 1.5;
    padding: 5px 0; display: inline-block;
    &:hover{
        color:$themecolor; padding-left: 3px
    }
    
}

.hl_navigation>ul>li>ul>li {
    margin-bottom: 0px
}
.hl_navigation li.arrow_sub {
    margin-right: 15px
}
.hl_navigation li.arrow_sub > a:after {
    top: auto; margin-top: -3px
}

.heaer_social {
    padding-left: 30px;
    ul {
        li{
            display: inline-block;
            a {
                font-size: 14px;
                color:$themecolor;
                padding: 10px 5px;
                display: block;
            }
        }
    }
}

.header_apply {
    display: flex; justify-content: flex-end;  padding: 0px 0 15px;
    ul {
        display: flex; align-items: center;
        li {
            display: inline-block;
            text-transform: uppercase;
        }
        .apply_now {
            margin-right: 30px;
            a {
                    display: inline-block;
    background: $themelight;
    padding: 8px 25px ;
    color: #fff;
    font-weight: 500;
                border-radius: 4px;
                &:hover {
                    background: $themeorange; color:#fff
                }
                
            }
        }
        .adm_callaction {
            span {
                display: block;
                color:#333;
                font-size: 14px
            }
            label {
                font-size: 20px; margin: 0; padding: 0;
                color:$themecolor; line-height: 1; font-weight: 500
            }
        }
    }
}


.menudiv {
  width: 100%;
  background: $themecolor;
  
}



.menu_secfixed {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1000;
  border: 0;
    background: $themecolor;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}


.menu_part {
 display: flex; width: 100%; align-items: center
}

.desktop_menu {
  display: flex; 
}

.desktop_menu_ul {
  display: flex;
}

.desktop_menu_ul > li {
  display: block;
  color: #fff;
  position: relative;
  padding: 20px 3px ;
  margin-right: 0px;
}

.desktop_menu_ul > li.arrow_sub {
  margin-right: 10px;
}

.arrow_sub > a:after {
  content: "\f107";
  position: absolute;
  right: -10px;
  top:-2px;
  font-size: 16px;
  font-family: 'FontAwesome';
}



.desktop_menu_ul > li:first-child a {
	margin-left: 0;
	padding-left: 0;
  }

  .desktop_menu_ul > li:first-child  {
    padding-left: 0;
    }

.desktop_menu_ul > li > a {
    text-transform: uppercase;
  font-size: 14px;
    font-weight: 500;
  color: #fff;
  display: block;
  position: relative;
  z-index: 21;
  padding: 0 5px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  
}

.desktop_menu_ul > li > a:hover {
  color: #51adf5;
}

.desktop_menu_ul > li.menu_activie > a {
  color: #005499;
}

.desktop_menu_ul > li > ul {
  position: absolute;
  left: 0;
  z-index: 20;
  background: #fff;
  width: 330px;
  padding: 40px 50px;
  margin-left: -18px;
  margin-top: 18px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transform: scale(0.95);
  transform-origin: center;
}

.desktop_menu_ul > li > ul.ul_widthadj {
  width: 270px;
}

.desktop_menu_ul > li:hover > ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transform-origin: center;
  transition-delay: 0.5s !important;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.desktop_menu_ul > li:last-child > ul {
  left: auto;
  right: 0px;
}

.desktop_menu_ul > li > ul  li {
  display: block;
}

.desktop_menu_ul > li.h_institution {
      transition: all 0.5s ease-out 0s;
    padding: 0;
    
   > a {
        padding: 20px 27px 20px 12px ; background: $themeorange; display: block;
       &:hover {
            background: $themelight; color:#fff
       }
       &:after {
           top: auto;
           right: 12px; margin-top: -3px
       }
    }
}

.desktop_menu_ul > li > ul  li:last-child {
  border-bottom: 0;
}

.desktop_menu_ul > li > ul  li  a {
  color: #333; 
  font-size: 16px;
  display: block;
  line-height: 20px;
  padding: 8px 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.desktop_menu_ul > li > ul  li  a:hover {
  color: $themecolor;
  padding-left: 3px;
}

.desktop_menu_ul > li.megamenu_child {
    position: inherit;
    
}

.for_megamenu {
    position: relative
}

.desktop_menu_ul li .megmenu_ul{
      position: absolute;
  left: 0;
  z-index: 20;
  background: #fff;
  width: 100%;
  padding: 40px 0 15px;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}

.desktop_menu_ul li:hover .megmenu_ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s !important;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.megmenu_ul {
    ul.insti_ul {
        li{
            margin-bottom: 25px; 
            a{
              color:#212121; display: flex; align-items: center;
                flex-wrap: nowrap; 
                .cour_icon {
                    flex: 0 0 40px; height: 40px; margin: 0 15px 0 0
                }
                &:hover {
                    color:$themecolor
                }
            }
        }
    }
}

.mobile_menu {
  display: none;
    margin-left: auto;
    width: fit-content;
    
}

.panel-menu .sub_item li a {
  font-size: 15px;
}

.tt-menu-toggle span {
    background: #fff
}

body .panel-menu ul li a.instinav {
    color:$themeorange !important
}


@media (max-width:1199px) {
    .header_align {
        grid-template-columns: 260px auto
    }
}

@media (min-width:1200px) {
    .desktop_menu_ul>li {
        padding-left: 10px; padding-right: 11px
    }
  
}


@media (max-width:1199px) {
  .desktop_menu, .hl_content, .menudiv{
    display: none !important;
  }

  .mobile_menu {
    display: flex;
  }
  
    .menudiv {
        padding: 15px 0
    }
    .header_align {
        padding: 15px 0
    }
    .header_outer {
        height: 92px
    }
}

@media (max-width:575px) {
     .header_align {
        grid-template-columns: 200px auto; 
       
    }
    .header_outer {
        height: 78px
    }
}


.for_sliderarrow {
    position: relative
}

.news_marque {
    position: absolute;
    left: 0; bottom: 0; width: 100%;
    
}

.news_graybg{
    background: #eff0f0;
    display: flex; width: 100%;
    position: relative
   
}

.marq_newstitle {
   padding: 20px; background: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute; left: 0; top: 0; height: 100%;
    display: flex; justify-content: center; align-items: center;
    color:$themecolor; font-weight: 500
}

.news_marque_colum {
   width: 100%; 
    padding-left: 160px;
    padding-right: 20px;
    display: flex; 
    align-items: center;
    .jctkr-wrapper ul {
        top: 3px
    }
}

 .news-scrollbar ul li {
    padding-left: 30px
}

 .news-scrollbar ul li a {
    color: #000;
    position: relative;
    padding-left: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    display: inline-block; letter-spacing: 1px;
}

 .news-scrollbar ul li a:hover {
    color: $themecolor
}

.news-scrollbar ul li a:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 8px;
    height: 8px;
    background: $themeorange;
    border-radius: 50%
}


.ban_botm_btns{
    display: flex;
    a {
        display: flex; justify-content: center; 
        color: #fff; width: 50%; padding: 15px; color: #fff;
        font-size: 14px; text-transform: uppercase; font-weight: 300;
        line-height: 1.5;
        span {
            display: block; font-size: 16px; font-weight: 500;
            i {
                padding-left: 5px
            }
        }
    }
    .bb_adm {
        background: $themelight;
    }
    .bb_dowload_bro {
        background: $themelight2;
    }
}


@media (max-width:991px) {
    .news_marque {
        position: inherit; 
    }
    .news_marque_colum {
        padding-top: 10px; padding-bottom: 10px
    }
    .marq_newstitle {
        background: $themeorange ; color:#fff
    }
    .ban_botm_btns {
        padding-top: 30px; 
    }
}

@media (max-width:575px) {
    .news_marque {
        font-size: 14px;
        .container {
            padding: 0;
        }
        .row {
            margin: 0
        }
        .col-lg-8 {
            padding: 0
        }
        
        .news-scrollbar ul li a {
            font-size: 14px
        }
        .news_marque_colum {
            padding-left: 150px
        }
    }
    
    
}

@media (max-width:350px) {
    
    .ban_botm_btns a {
        width: 100%
    }
    .ban_botm_btns {
        flex-direction: column; text-align: center
    }
}



.theme_btn {
    display: inline-block;
    background: $themecolor;
    padding: 10px 35px 12px;
    margin-top: 15px;
    color:#fff;  
    font-weight: 500;
    border-radius: 4px;
    
    &:hover {
        background: $themeorange;
        color:#fff
    }
}



.totop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    display: none;
    background: $themecolor;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    z-index: 10;
    box-shadow: 0 5px 12px 0 rgba(218,88,0,0.1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.totop span {
    display: block;
}

.home_slider {
    position: relative
}

.slider_cont {
    margin: auto; width: 530px; max-width: 100%
}

.promo-slider .align-container {
    padding: 30px 30px;
    
    h3 {
        color:#fff; font-size: 46px; margin-bottom: 15px; text-transform: capitalize; line-height: 1.4
    }
    h5 {
         font-weight: 500; color:#08a4a4; margin-bottom: 15px
    }
    .theme_btn:hover {
        color:#000; background: #fff
    }
}



.home_slider .slid_customarrow {
    display: none;
    .slider__prev, .slider__next {
        background: rgba(0,0,0,0.12);
        font-size: 20px;
        border:0; color:#fff;
        i {
            position: relative; top: 1px;
        }
        
        &:hover {
            background: $themecolor; color:#fff
        }
    }
    
    
}


@media (min-width:576px) {
    .home_slider .slid_customarrow{
 display: block;
  .slider__prev, .slider__next {
        position: absolute; 
        top: 50%; transform: translateY(-50%); z-index: 11
    }
    
    .slider__prev {
        left: 15px;
    }
    .slider__next {
        right: 15px;
    }
  
}
}


.home_intro_sec {
    width: 100%; 
    position: relative;
    overflow: hidden;
 
}


.ngi_intro_video {
    position: relative;
    z-index: 1;
    width: 100% ; display: flex; align-items: center;
    
    &:before {
        content: "";
        right: 0;
        top: 0;
        width: 67.5%;
        z-index: -1;
        background: $themecolor;
        position: absolute; height: 100%
    }
     &:after {
        content: "";
        right: -199%;
        top: 0;
        width: 200%;
        z-index: -1;
        background: $themecolor;
        position: absolute; height: 100%
    }
}

.ngi_title {
    margin: 30px 0;
    display: flex; justify-content: center;
    h1 {
        margin: 0; font-size: 50px;
        font-weight: bold; line-height: 1.1;
        color:$themecolor
    }
}

@media (min-width:992px) {
   .ngi_title {
    h1 {
        position: relative; left: 100px;
    }
} 
}

.ngi_intro_video_box {
    width: 100%; height: 350px;
    margin-top: 40px;
    background: url("../images/video-bg.jpg") no-repeat center ;
    background-size: cover;
    display: flex;
    align-items: center; justify-content: center;
    >div {
        display: flex; align-items: center
    }
}

.video_icon {
    margin-right: 15px;
    a {
        display: flex; width: 70px; height: 70px; background: $themeorange;
        color:#fff; border-radius: 50%; justify-content: center; align-items: center;
        &:hover {
            background: $themelight
        }
    }
}
.watch_video {
    h4 {
        font-weight: bold; font-size: 50px;
        color:#fff; margin: 0; line-height: 1;
        span {
            font-size: 20px; font-weight: 400; display: block; 
        }
    }
    h5 {
        margin: 0; font-size: 16px; color:#fff; text-transform: uppercase;
        letter-spacing: 5px
    }
}

.ngi_intro_cont_part {
    display: flex; flex-direction: column;
    padding-bottom: 45px
}

.ngi_count {
   > ul {
        margin: 0;
       > li {
            display: block; 
            width: 50%; padding: 30px 30px 25px; font-size: 18px;
            font-weight: 600; text-transform: uppercase;
           float: left; border: 2px solid #fff;
            span {
                font-size: 100px ; display: block; line-height: .8;
                font-family: $bebas_neue; font-weight: 400;
            }
        }
        .item_yearexp {
            background: #fee0c7; color:#eca367;
            
        }
        .item_institution {
            background: #cde5f8; color: #65a9df;
            
        }
        .item_courses {
            background: #cdf8f6; color: #3cc5bf
        }
    }
    .item_all_count {
        padding:20px 0 20px 20px;
        .all_count_box {
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
            padding:  30px;
            ul {
                li {
                    border-bottom: 1px solid rgba(0,0,0,.2);
                 line-height: 1.4;
                    font-weight: 500; color:$themecolor;
                    margin-bottom: 10px; padding-bottom: 10px;
                    &:last-child{
                        margin:0; padding: 0; border: 0
                    }
                }
            }
            }
    }
}


@media (max-width:991px) {
    .ngi_title {
        text-align: center
    }
    .ngi_intro_video_box {
        margin: 50px 0;
    }
}

@media (max-width:575px) {
    .ngi_count>ul>li {
        border: 0; border-bottom: 2px solid #fff;
        width: 100%; text-align: center; padding: 30px 30px 22px;
    }
    .ngi_count .item_all_count {
        padding: 15px 0 0; text-align: center
    }
    .ngi_title h1 {
        font-size: 30px
    }
}



.hm_ngicourses {
    background: #eff0f0; padding: 90px 0 ;
    .hm_title {margin-bottom: 40px; text-align: center}
}

.course_tab {
    ul {
        margin: 0 -7px; border:0; padding: 0;
        li {
            margin: 0 !important; border: 0 !important;
            padding: 0 7px
            
        }
        
    }
    
   
    .nav-tabs .nav-link.active {
        background: transparent;
        
    }
    .nav-tabs .nav-link.active h4 {
        color:$themecolor
        
    }
}

 .course_nav {
        background: #fff;
        padding: 20px 15px; 
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
        text-align: center;
        display: flex; min-height: 180px; align-items: center;
        justify-content: center; overflow: hidden; margin-bottom: 15px;
        h4 {
            font-weight: 600; color:#333; margin: 0; font-size: 18px; line-height: 1.4
        }
    }

.cour_icon {
    width: 60px; height: 60px; 
    margin: auto auto 15px; 
      
}




.fade-in.two {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}


.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:.5s;
  -moz-animation-duration:.5s;
  animation-duration:.5s;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


.aero_icon {
    background: url("../images/courses/aeronautical.svg") no-repeat center;
    background-size: contain
}

.eng_icon {
    background: url("../images/courses/engineering.svg") no-repeat center;
    background-size: contain
}

.business_scho_icon {
    background: url("../images/courses/business.svg") no-repeat center;
    background-size: contain
}

.arch_icon {
    background: url("../images/courses/architecture.svg") no-repeat center;
    background-size: contain
}

.art_science_icon {
    background: url("../images/courses/arts-science.svg") no-repeat center;
    background-size: contain
}

.law_icon {
    background: url("../images/courses/law.svg") no-repeat center;
    background-size: contain
}

.medical_icon {
    background: url("../images/courses/medical.svg") no-repeat center;
    background-size: contain
}

.pharmacy_icon {
    background: url("../images/courses/pharmacy.svg") no-repeat center;
    background-size: contain
}

.nursing_icon {
    background: url("../images/courses/nursing.svg") no-repeat center;
    background-size: contain
}

.aviation_icon {
    background: url("../images/courses/aviation.svg") no-repeat center;
    background-size: contain
}

.hotel_mgt_icon {
    background: url("../images/courses/hotel-mgt.svg") no-repeat center;
    background-size: contain
}

.tech_training_icon {
    background: url("../images/courses/technical-training.svg") no-repeat center;
    background-size: contain
}

.internation_ed_icon {
    background: url("../images/courses/worldwide.svg") no-repeat center;
    background-size: contain
}

.leadership_icon {
    background: url("../images/courses/leadership.svg") no-repeat center;
    background-size: contain
}

.kids_academy_icon {
    background: url("../images/courses/kids.svg") no-repeat center;
    background-size: contain
}

.tab_cours_image {
    overflow: hidden;
    height: 390px;
    position: relative;
    img {
        position: absolute; left: 0; top: 0; width: 100%; height: 100%;
        object-fit: cover; object-fit: cover;
    }
    &:before {
       width: 100%;
        height: 25%;
        bottom: 0; left: 0;
        content: "";
        position: absolute;
        background: linear-gradient(to bottom, rgba(46,49,146,0.1) 0%, #2e3192 100%);
        z-index: 2
        
    }
}

.tab_cours_content {
    background: $themecolor; padding: 10px 30px 40px; overflow: hidden;
    h4 {
        font-size: 30px; font-weight: bold; color:#fff; margin-bottom: 18px;
        line-height: 1.3
        }
    p {
        color:#dedfff
    }
    a {
        background: $themeorange;
        &:hover {
            background: $themelight
        }
    }
    }



.cour_icon_w {
    width: 60px; height: 60px; 
    margin: 0 0 15px ;
}

.aero_icon_w {
    background: url("../images/courses/aeronautical-w.svg") no-repeat center;
    background-size: contain
}

.eng_icon_w {
    background: url("../images/courses/engineering-w.svg") no-repeat center;
    background-size: contain
}

.business_scho_icon_w {
    background: url("../images/courses/business-w.svg") no-repeat center;
    background-size: contain
}

.arch_icon_w {
    background: url("../images/courses/architecture-w.svg") no-repeat center;
    background-size: contain
}

.art_science_icon_w {
    background: url("../images/courses/arts-science-w.svg") no-repeat center;
    background-size: contain
}

.law_icon_w {
    background: url("../images/courses/law-w.svg") no-repeat center;
    background-size: contain
}

.medical_icon_w {
    background: url("../images/courses/medical-w.svg") no-repeat center;
    background-size: contain
}

.pharmacy_icon_w{
    background: url("../images/courses/pharmacy-w.svg") no-repeat center;
    background-size: contain
}

.nursing_icon_w {
    background: url("../images/courses/nursing-w.svg") no-repeat center;
    background-size: contain
}

.aviation_icon_w {
    background: url("../images/courses/aviation-w.svg") no-repeat center;
    background-size: contain
}

.hotel_mgt_icon_w {
    background: url("../images/courses/hotel-mgt-w.svg") no-repeat center;
    background-size: contain
}

.tech_training_icon_w {
    background: url("../images/courses/technical-training-w.svg") no-repeat center;
    background-size: contain
}

.internation_ed_icon_w {
    background: url("../images/courses/worldwide-w.svg") no-repeat center;
    background-size: contain
}

.leadership_icon_w {
    background: url("../images/courses/leadership-w.svg") no-repeat center;
    background-size: contain
}

.kids_academy_icon_w {
    background: url("../images/courses/kids-w.svg") no-repeat center;
    background-size: contain
}



.c_mb_row {
        display: none
    }

.hm_title {
    font-size: 36px; font-weight: bold; margin: 0 0 15px; line-height: 1.3;
    color:#333
}

@media (max-width:1199px) {
    .c_tab_row {
        display: none
    }
    .c_mb_row {
        display: flex
    }
    .course_nav {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .hm_title {font-size: 30px}
    .hm_ngicourses {
        padding: 50px 0 30px
    }
}


.hm_placement {
    width: 100% ; padding: 100px 0; background: #fff
}

.comn_img_block {
    overflow: hidden; position: relative;
    img {
    position: absolute; left: 0; top: 0; 
        object-fit: cover ; object-position: center;
        width: 100%; height: 100%
    }
}

.pmt_imageblock {
    height: 350px; width: calc(100% - 30px)
}


.plmt_logoslider {
    position: relative; width: 100%; border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 50px; margin-top: 60px
}

.slick_customstyle {
    overflow: hidden
}

.slick_customstyle .slick-slide {
    outline: none; padding:0 15px; 
 
}

.slick_customstyle  .slick-list {
    margin: 0 -15px;
}

.slick_customstyle  .slick-dots {
    bottom: -50px;
}


.plmt_box {
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px
}

@media (max-width:991px) {
    .pmt_cont {
        text-align: center; padding-top: 30px;
        h3 {
            br {
                display: none;
            }
        }
    }
}

@media (max-width:575px) {
    .pmt_imageblock {
        height: 230px; width: 100%
    }
    .hm_placement {
        padding: 50px 0
    }
}



.home_about {
    width: 100%; position: relative;
    padding: 100px 0;
    background: #f1f1f1;
    z-index: 1;
    &:before {
       width: 50%;
        height: 100%;
        top: 0; left: 0;
        content: "";
        position: absolute;
        background:url("../images/bg1.jpg") no-repeat center right;
        background-size: cover;
         z-index: -1
        
    }
}

.ngi_est {
    padding: 0 60px;
    h6 {
        text-transform: uppercase; font-size: 16px;
        color:#fff; letter-spacing: 3px;
            span {
                font-size: 115px; 
        font-family: $bebas_neue;
                display: block
                }
    }
    p {
        color:#fff
    }
}

.hm_abngi {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    width: 100%; padding: 50px; background: #fff;
    
    h3 {
        color:$themecolor
    }
}

@media (max-width:991px) {
    .home_about {
text-align: center;
    &:before {
       width: 100%;
        
    }
}
    .ngi_est {
        padding: 0 0 30px; 
    }
}


@media (max-width:575px) {
    .home_about {
padding: 50px 0
   
}
    
    .hm_abngi {
        padding: 40px 30px 50px
    }
   
}


.hm_news {
    background: #fff; padding: 80px 0;
    
    .hm_title {
        font-size: 30px; margin-bottom: 40px
    }
}

.hm_newsbox {
    background: #f1f1f1; margin: 0 0 30px
}

.hm_newsbox_img {
    width: 100%; overflow: hidden; 
    img {
        width: 100%
    }
}

.hm_news_cont {
  padding: 30px;
    .n_ev_sep{
        color:$themelight; font-weight: 500
    }
    .news_date {
        text-align: right;
        font-size: 15px; color:#15387e
    }
    h4 {
         font-weight: 600; line-height: 1.5; margin-bottom: 15px; font-size: 20px; text-transform: uppercase;
        a {
            display: inline-block; color:#333; 
            &:hover {
                color:$themelight2
            }
        }
    }
}


@media (max-width:575px) {
    .hm_news {
        padding: 50px 0 20px
    }
}


.home_testimonials {
    width: 100%; position: relative;
    padding: 80px 0;
    background: #fff;
    z-index: 1;
    &:before {
       width: 50%;
        height: 100%;
        top: 0; left: 0;
        content: "";
        position: absolute;
        background:#0368d0;
         z-index: -1
        
    }
}

.tes_title {
    width: 100%; min-height: 200px;
    position: relative; z-index: 1; padding-top: 85px;
    
    &:before {
        content: "";
         position: absolute; 
    left: 0; top: 0; width: 200px; height: 200px;
    background: url("../images/tes-icon.png") no-repeat center;
    background-size: contain; z-index: -1
    }
    h3 {
        color:#fff; margin-bottom: 20px
    }
    
    .custom_nav {
        display: flex;
        i {
            color:#fff; font-weight: 600;
            height: 40px; width: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border:1px solid #fff; line-height: 0;
            
            &:hover {
                background: #fff; color:#333
            }
        
        }
    }
    .prev {
        margin-right: 10px
    }
    .next {
        padding-left: 4px
    }
    
    
    
}



.tes_box_outer {
    padding: 25px
}

.tes_box {
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
    width: 100%;
    padding: 60px 60px 40px;
    background: #fff;
    display: flex; flex-direction: column;
    
    .tes_auther {
        display: flex; align-items: center; margin-bottom: 20px;
    }
    
    .tes_auther_img {
        width: 85px; height: 85px; 
        border-radius: 50%
    }
    .tes_auther_title {
        padding-left: 30px; 
        h5 {
            font-size: 18px; color:$themecolor; font-weight: 600;
            margin: 0 0 5px
            
        }
        span {
            display: block; line-height: 1.4; font-weight: 500
        }
    }
}

@media (max-width:991px) {
    .home_testimonials:before {
        width: 100%
    }
    .tes_box {
        box-shadow: none;
    }
    .tes_box_outer {
        padding: 0
    }
    .tes_title {
        text-align: center; margin-bottom: 20px;
        h3 {br {
            display: none
            }
        }
    }
    .tes_title .custom_nav {
        justify-content: center
    }
    .tes_title:before {
        transform: translateX(-50%); left: 50%
    }
}


@media (max-width:575px) {
    .home_testimonials {
        padding: 20px 0 50px
    }
    .tes_box {
        padding: 40px 30px 20px; text-align: center
    }
    .tes_box .tes_auther {
        flex-wrap: wrap; flex-direction: column;
        justify-content: center; 
    }
    .tes_box .tes_auther_title {
        padding: 20px 0 0
    }
}


.footer_sec {
    width: 100%; background: #0c2341;
    padding: 60px 0 0;
    a, p, li {
        color:#cdcdcd
    }
    a:hover {
        color:#fff
    }
}

.footer_left {
    width: 75%
}


.footer_right_info {
    .fcall {
        font-size: 24px; font-weight: 300; display: inline-block;
        text-transform: uppercase
       
    }
}

.contact_ul {
    li {
        font-weight: 300; margin-bottom: 10px
    }
}

.footer_logo {
    margin-bottom: 30px
}

.adm_icon {
    width: 60px; height: 60px; 
    background: url("../images/ap-icon.svg") no-repeat center ;
    background-size: contain;
}

.db_dowload_bro {
    width: 60px; height: 60px; 
    background: url("../images/d-bro.svg") no-repeat center ;
    background-size: contain;
}


.footer_brochure {
    padding-bottom: 30px;
    ul {
        display: flex; justify-content: space-between;
        li {
          
            a {
                display: inline-block;
                >div {
                    display: flex; align-items: center;
                    h6 {
                        margin: 0; color:#cdcdcd; line-height: 1.4;
                        text-transform: uppercase; font-size: 14px;
                          transition: all 0.5s ease-out 0s;
                        span {
                        display: block; font-size: 18px; 
                    }
                        &:hover {
                            color:#fff
                        }
                    }
                    >div {
                        margin-right: 15px
                    }
                }
            }
        }
    }
}

.footer_copyright {
    background: #051a36; padding: 30px 0; margin-top: 40px;
    p {
        margin: 0; font-size: 14px; 
        img {
            width: 125px; opacity: .8
        }
    }
}

@media (max-width:991px) {
    .footer_left {
        width: 100%; margin-bottom: 40px
    }
}


@media (max-width:575px) {
    .footer_left {
        width: 100%; margin-bottom: 40px
    }
    .footer_brochure ul {
        flex-direction: column; 
        li {
            margin-bottom: 30px
        }
    }
    .footer_brochure {
        padding-bottom: 0
    }
    .footer_logo {
        img {
            width: 200px
        }
    }
}





.newsblink {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    padding: 3px 8px 2px;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    font-style: italic;
    position: relative;
    top:-2px;
    margin-right: 7px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% { background-color: #B20000; }
    50% { background-color: #FF0000;  }
    100% { background-color: #B20000;  }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #B20000;  }
    50% { background-color: #FF0000;  }
    100% { background-color: #B20000;  }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #B20000;  }
    50% { background-color: #FF0000;  }
    100% { background-color: #B20000; }
  }
  
  @keyframes glowing {
    0% { background-color: #B20000;}
    50% { background-color: #FF0000; }
    100% { background-color: #B20000; }
  }


.inbnr {
    width: 100%; 
     background: #eff0f0;
    position: relative
}


.inbnr_right_image_block {
    width: 70%; overflow: hidden; position: relative;
    height: 350px; margin-left: auto;
    img {
        position: absolute; left: 0; top: 0; 
        width: 100%; height: 100%;
        object-fit: cover; object-position: center
    }
}

.inbnr_title_position {
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    display: flex; align-items: center; padding: 30px 0
}

.inst_in_box {
    background: #fff; padding: 30px;
    min-height: 250px; text-align: center; justify-content: center;
    align-items: center; display: flex;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    h4 {
        font-size: 20px; line-height: 1.5; color:#333; margin: auto;
        font-weight: 600
    }
}


@media (max-width:575px) {
    .inbnr_right_image_block {
        width: 100%;
    }
    .inst_in_box {
      min-height: auto; border-radius: 8px
    }
    .inbnr_title_position {
        align-items: flex-end
    }
    .inst_in_box h4 {
        font-size: 18px;
    }
    .inst_in_box .cour_icon {
        width: 40px; height: 40px
    }
}

.inst_college_page {
    width: 100%; background: #fff; padding: 100px 0 50px
}

.inst_caterow {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.18);
    background: #fff; margin-bottom: 50px
}

.inst_caterow:nth-child(even) {
    .row {
        flex-direction: row-reverse;
    }
}

.inst_coll_img {
    height: 420px
}
.inst_coll_content_box {
    padding: 40px; width: 100%;
    h3 {
        text-transform: uppercase; font-size: 24px;
        font-weight: 700;
        color:$themecolor;
        line-height: 1.4; margin-bottom: 15px
    }
    .theme_btn {
        margin-top: 30px;
        background: $themeorange;
        &:hover {
            background: $themecolor
        }
    }
}

.inst_logo {
    width: 100%; margin-bottom: 20px;
    img {
        width: 200px
    }
}
.inst_jai {
    .inst_logo {
        img {width: 120px}
    }
}

.inst_ncaas {
    .inst_logo {
        img {width: 130px}
    }
}

.elip_text{
    overflow: hidden;
    p {
        margin: 0; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    }
}

@media (max-width:575px) {
    .inst_coll_img {
        height: 280px
    }
    .inst_college_page {
        padding: 50px 0 0
    }
    .inst_coll_content_box {
        padding: 40px 25px
    }
    .inst_coll_content_box h3 {
        font-size: 20px
    }
}

.single_inst_bnr_box {
    background: #fff; padding: 30px;
    align-items: center; display: flex;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    >div {
        width: 100%
    }
    
    .single_inst_logo {
        width: 100%; border-bottom: 1px solid rgba(0,0,0,.2);
        padding-bottom: 20px; margin-bottom: 20px;
        img {
            width: 250px;
        }
    }
    
}

.single_inst_bnr_course {
    
    h4 {
        font-size: 20px; font-weight: 700; text-transform: uppercase;
        margin-bottom: 20px; color:$themecolor
    }
    ul {
        li {
            margin-bottom: 10px; padding-bottom: 10px;
            border-bottom: 1px solid rgba(0,0,0,.2);
            &:last-child{
                border-bottom: 0; margin: 0; padding: 0
            }
        }
    }
}

.ncerc_page .inbnr_right_image_block {
    height: 500px
}

.single_inst_about {
    width: 100%; background: #eff0f0;
    display: flex;
}

.sing_ist_ab_bg1{
    background: url("../images/sibg1.jpg") no-repeat center;
    background-size: cover;
}

.sing_ist_ab_bg2{
    background: url("../images/sibg2.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg3{
    background: url("../images/sibg3.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg4{
    background: url("../images/sibg4.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg5{
    background: url("../images/sibg5.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg6{
    background: url("../images/sibg6.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg7{
    background: url("../images/sibg7.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg8{
    background: url("../images/sibg8.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg9{
    background: url("../images/sibg9.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg10{
    background: url("../images/sibg10.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg11{
    background: url("../images/sibg11.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg12{
    background: url("../images/sibg12.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg13{
    background: url("../images/sibg13.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg14{
    background: url("../images/sibg14.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg15{
    background: url("../images/sibg15.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg16{
    background: url("../images/sibg16.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg17{
    background: url("../images/sibg17.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg18{
    background: url("../images/sibg18.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg19{
    background: url("../images/sibg19.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg20{
    background: url("../images/sibg20.jpg") no-repeat center;
    background-size: cover;
}

.sing_ist_ab_bg21{
    background: url("../images/sibg21.jpg") no-repeat center;
    background-size: cover;
}


.sing_ist_ab_bg22{
    background: url("../images/sibg22.jpg") no-repeat center;
    background-size: cover;
}


.si_about_image {
    width: 30%; display: flex; 
}

.si_about_content {
    width: 70%;
    .sia_cont_box {
        max-width: 100%; width: 820px;
        padding: 60px 30px 50px 60px;
    h3 {
            font-size: 40px; font-weight: 700; line-height: 1.3; 
            color:$themecolor ; margin-bottom: 20px; text-transform: uppercase
        }
    }
}

@media (min-width:1600px) {
   .si_about_content {
    .sia_cont_box {
         width: 870px;
   
    }
} 
}

@media (max-width:991px) {
    .si_about_image {
        display: none
    }
    .si_about_content .sia_cont_box {
        width: 100%; padding: 60px
    }
    .si_about_content {
        width: 100%
    }
}


@media (max-width:575px) {
    .si_about_content .sia_cont_box h3 {
        font-size: 30px
    }
     .si_about_content .sia_cont_box {
         padding: 50px 30px 40px
    }
}

.signle_inst_course {
    width: 100%; background: #fff; padding: 100px 0
}

.sic_titlerow {
    text-align: center; margin-bottom: 40px;
    .in_main_title {
        text-transform: uppercase
    }
}

.in_main_title {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.3;
    color: #333;
}


.sic_course_box {
    margin-bottom: 30px; background: #0368d0;
    padding: 40px;
    h4 {
        font-size: 26px; font-weight: 700; text-transform: uppercase;
        margin-bottom: 15px; line-height: 1.3; color:#fff;
        
        
    }
    p, li {
            color:#fff; 
        }
    ul {
        li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 25px;
            &:before {
                content: "";
                position: absolute;
                left: 0; top: 9px;
                width: 8px; background: #fff;
                height: 8px; border-radius: 50%
            }
        }
    }
}


.insti_weblink {
    width: 100%; position: relative;
    z-index: 1; padding: 100px 0;
    background: #f2f2f4; display: flex;
    align-items: center;
    
    &:before {
        content: "";
        position: absolute;
        left: 0; top: 0; width: 50%; height: 100%;
        background: url("../images/bg2.jpg") no-repeat top right;
        background-size: cover; z-index: -1
    }
    .inst_wbtn {
        display: flex; justify-content: center;
        a {
            display: inline-block; padding: 20px 140px 20px 60px; background: #fff;
            color:#333; font-weight: 700; text-transform: uppercase;
            font-size: 30px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11);
            position: relative; 
            
            span {
                display: block; width: 80px; height: 100%;
                position: absolute; right: 0; top: 0;
                z-index: 1;
                background:#0368d0 ;
                i {
                    display: block;
                      background:url("../images/cursor.png") no-repeat center;
                background-size: 57px;
                    width: 100%; height: 100%;
                }
                    &:before {
                        content:"";
                        width: 100%; height: 100%;
                        z-index: -1;
                        position: absolute; left: 0; top: 0;
                        transform: scaleX(0);
                        transform-origin: left;
                        background: $themeorange;
                        transition: all 0.5s ease-out 0s;
                        }
                
            }
            
            &:hover {
                color:$themeorange;
                span {
                    &:before {
                        transform: scaleX(1);
                       
                    }
                }
            }
        }
    }
}



@media (max-width:575px) {
    .signle_inst_course {
        padding: 50px 0 20px
    }
    .sic_course_box {
        padding: 40px 30px
    }
    
    .insti_weblink .inst_wbtn a {
        font-size: 16px;
        padding: 10px 65px 10px 25px;
    }
    .insti_weblink .inst_wbtn a span {
        width: 40px
    }
    .insti_weblink .inst_wbtn a span i {
        background-size: 35px
    }
    .insti_weblink {
        padding: 60px 0
    }    
}



.single_inst_bnr_box.oly_logo .single_inst_logo {
    margin: 0; border: 0; text-align: center; padding: 0
}


@media (max-width:575px) {
    
.single_inst_bnr_box.oly_logo  {
  width: fit-content; margin: auto
}
}

.jcet_page .inbnr_right_image_block {
    height: 482px
}

.inst_logo.niet_logo {
    img {
        width: 80px
    }
    
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .inst_coll_content_box h3 {
        font-size: 20px
    }
}

.single_inst_bnr_box .single_inst_logo.niet_logo_d img {
    width: auto
}


.inst_logo.nit_logo {
    img {
        width: 100px
    }
}

.single_inst_bnr_box .single_inst_logo.nit_logo_d img {
    width: auto
}


.inst_logo.ncm_logo {
    img {
        width: 60px
    }
}

.single_inst_bnr_box .single_inst_logo.ncm_logo_d img {
     width: 60px
}


.ncmpage .inbnr_right_image_block {
    height: 500px;
}

.ncmpage .single_inst_bnr_box .single_inst_logo {
    margin-bottom: 0; border-bottom: 0
}



.inst_logo.niim_logo {
    margin-bottom: 10px;
    img {
        width: 80px
    }
}

.single_inst_bnr_box .single_inst_logo.niim_logo_d img {
     width: 150px
}

@media (max-width:575px) {
    .sic_course_box h4 {
        font-size: 20px; line-height: 1.5
    }
    .in_main_title {
        font-size: 30px
    }
}

.inst_logo.nsm_logo {
    margin-bottom: 10px;
    img {
        width: auto
    }
}

.single_inst_bnr_box .single_inst_logo.nsm_logo_d img {
     width: auto
}

.inst_logo.nsa_logo {
    margin-bottom: 10px;
    img {
        width: 100px
    }
}

.single_inst_bnr_box .single_inst_logo.nsa_logo_d img {
     width: auto
}
.single_inst_bnr_box .single_inst_logo.nasc_logo_d img {
     width: 160px
}



.sic_course_box2 {
    margin-bottom: 30px; background: #0368d0;
    padding: 40px;
    h4 {
        font-size: 26px; font-weight: 700; text-transform: uppercase;
        margin-bottom: 20px; line-height: 1.3; color:#fff;
        
        
    }
 
}

.tabstyle {
    .nav-tabs .nav-link {
        color:#c3defb; border:1px solid rgba(255,255,255,.3); border-radius: 0;
        padding: 7px 20px
    }
    .nav-tabs {
        margin-bottom: 20px; border: 0
    }
    .nav-tabs .nav-item {
        margin-right: 15px; margin-bottom: 15px
    }
    .nav-link.active {
        color:$themecolor; 
    }
}
.bult_style {
        li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 25px;
            color:#fff;
            &:before {
                content: "\f105";
                position: absolute;
                left: 0; top: -1px;
                font-family: 'FontAwesome';
            }
        }
    }


@media (max-width:575px) {
    .sic_course_box2 {
        padding: 40px 30px;
        h4 {
            font-size: 20px
        }
    }
}

.single_inst_bnr_box .single_inst_logo.nal_logo_d img {
     width: auto
}

.sic_course_box h4 span {
    font-size: 18px; font-weight: 400
}

@media (max-width:575px) {
    .sic_course_box h4 span {
    font-size: 16px; 
}
}

.single_inst_bnr_box .single_inst_logo.pkdims_logo_d img {
     width: auto
}

.pkdims_page  {
    .insti_weblink {
        background: #fff
    }
}


.single_inst_bnr_box .single_inst_logo.ncn_logo_d img {
     width: auto
}

.sa_adj.single_inst_about {
    background: #fff;
        
        .si_about_content {
            width: 100%;
            
            }
    .si_about_content .sia_cont_box {
        padding: 80px 0; width: 100%; text-align: center
    }
}

@media (max-width:575px) {
    .sa_adj.single_inst_about .si_about_content .sia_cont_box {
        padding: 50px 0 40px
    }
}

.ncp_page {
    .signle_inst_course {
        background: #f2f2f4
    }
    .insti_weblink {
        background: #fff
    }
}


.other_inst_about {
    width: 100%; padding: 80px 0; text-align: center;
    .in_main_title  {
        font-size: 40px; text-transform: uppercase; color:$themecolor
    }
}

.j_content {
    p {
        text-align: justify
    }
}

.other_inst_courses {
    width: 100%; padding: 100px 0;
    position: relative;
    z-index: 1;
    background: #eff0f0;
    &:before {
        content: "";
        left: 0; top: 0;
        position: absolute; left: 0; top: 0; 
        width: 25%;
        height: 100%;
        background: #024b98;
        
    }
    
}

.oth_ins_course_image {
    height: 300px
}

.tech_img.oth_ins_course_image {
    height: 455px
}

.oth_in_cour_dec {
    width: 100%;
    .in_main_title  {
        text-transform: uppercase; margin-bottom: 30px;
    }
    ul {
        display: flex; flex-wrap: wrap;
        li {
            display: flex; align-items: center; 
            >div {
                width:100%;
                background: #0368d0;
                padding: 15px 20px; margin-bottom: 15px;
                color:#fff; font-size: 18px; text-transform: uppercase;
                line-height: 1.5
            }
        }
    }
}


.tech_training_page .oth_in_cour_dec ul li>div {
    font-size: 16px
}

@media (max-width:991px) {
    .other_inst_courses:before {
        display: none
    }
    .oth_in_cour_dec {
        padding-top: 30px
    }
    .oth_in_cour_dec .in_main_title {
        margin-bottom: 20px
    }
}


@media (max-width:575px) {
    .other_inst_courses {
        padding: 50px 0 30px
    }
    .other_inst_about {
        padding: 50px 0 40px
    }
    .other_inst_about .in_main_title {
        font-size: 30px
    }
}



.single_inst_bnr_box .single_inst_logo.nis_logo_d img {
     width: 160px
}


.nis_page {
    .signle_inst_course{
         background-image: linear-gradient(to top, #fff , #eff0f0);
    }
}


.single_inst_bnr_box .single_inst_logo.nka_logo_d img {
     width: 230px
}


.nka_page {
    .signle_inst_course{
         background-image: linear-gradient(to top, #fff , #eff0f0);
    }
    .sic_course_box {
        padding: 40px 15px 25px; text-align: center;
        h4 {
            margin-bottom: 5px
        }
    }
}

.nole_imag.comn_img_block {
    height: 450px
}

.nole_page {
    .other_inst_about  {
        text-align: left
    }
}


@media (max-width:575px) {
    .nole_imag.comn_img_block {
    height: 250px
}
}


.institution_landing_page {
    padding: 70px 0 ;
    width: 100%; 
    background: #eff0f0;
    .course_nav {
        margin-bottom: 30px; min-height: 220px;
        &:hover {
            box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
        
            h4 {
                color:$themecolor
            }
        }
    }
    .in_main_title {
        text-align: center; margin-bottom: 40px; text-transform: uppercase
    }
}

@media (max-width:575px) {
    .institution_landing_page .course_nav {
        min-height: auto; padding: 50px 25px
    }
}



.inbnr.comn_inbnr {
    min-height: 185px; display: flex; align-items: center; position: relative; padding: 30px 0;
    z-index: 1;
    
    &:before {
        left: 0; top: 0;
        content: "";
        position: absolute; 
        width: 100%; height: 100%; 
        background: #000; opacity: .3;
        z-index: -1
    }
    h2 {
        font-size: 30px; font-weight: 700; line-height: 1.3; color:#fff;
        text-transform: uppercase; margin-bottom: 5px
    }
    
    ul {
    position: relative;
    z-index: 2;
    padding-top: 5px;

    li {
      color:#eaeaea; display: inline-block;
      position: relative;
      padding-right: 5px;
      margin-right: 10px;
        font-size: 14px;
      &:after {
        content: "/";
        position: absolute;
        right: -9px;
        top: 0;

      }
      &:last-child {
        margin-right: 0; padding-right: 0;

        &:after {display: none;}
      }
      a {
        color:#eaeaea; display: inline-block;
        &:hover {
          color:#fff
        }
      }
    }
  }
}

.comen_mgt_detail{
    width: 100%; padding: 80px 0 
}

.mgt_box {
    width: 100%;
    .mgt_img {
        overflow: hidden
    }
    .mgt_img_des {
       padding: 30px; background: $themelight; text-align: center;
        h4 {
            font-size: 20px; text-transform: uppercase; color:#fff;
            font-weight: 700
        }
        h6 {
            font-size: 16px; color:#fff; font-weight: 400
        }
    }
}

.mgt_detail_cont {
    width: 100%;
    h6 {
        font-size: 24px; color:$themelight ; line-height: 1.5; margin-bottom: 15px;
        span {
            font-size: 16px; color:#333; 
        }
    }
    p {
        text-align: justify
    }
}



@media (max-width:991px) {
    .mgt_box  {
        width: 389px; max-width: 100%; margin: auto
    }
    .mgt_detail_cont {
        padding-top: 30px; text-align: center;
        p{
            text-align: center
        }
    }
}


@media (max-width:575px) {
    .comen_mgt_detail {
        padding: 50px 0 40px
    }
    .inbnr.comn_inbnr h2 br {
        display: none
    }
}




.in_ngi_sec1 {
    width: 100%; padding: 80px 0 100px; overflow: hidden;
    
    .ngi_intro_video_box {
        margin-top: 0
    }
}

.ngi_expbox {
    position: relative; 
    width: 100%;
    min-height: 500px
}

.ngi_exp_backbg {
    width: 80%; position: absolute;
    left: 0; top: 0;
    height: 80%;
    background: url("../images/ngibg1.jpg") no-repeat center;
    background-size: cover;
    z-index: 1
}

.det_ngi_exp_text {
    width: 70%; 
    margin-left: auto;
    padding: 80px 30px 60px ;
    background: #fff;
    position: absolute; z-index: 2;
    right: 0; bottom: 0;
    border:4px solid $themeorange;
    display: flex; justify-content: center;
     text-transform: uppercase; 
    
    h5 {
        font-size: 200px; font-family: $bebas_neue;
        color:$themeorange; line-height: 155px; margin: 0;
    }
    h6 {
        font-size: 30px; color:$themeorange; margin: 0; 
    }
    
}


.ngi_sec1_right {
    ul {
        li {
            text-transform: uppercase; margin-bottom: 30px; line-height: 1.4;
            display: flex; justify-content: center; align-items: center;
            font-weight: 600;
            color:#22c1ba;
                
            span{
                color:#22c1ba;
            display: block;
                font-size: 60px;
                font-family: $bebas_neue;
                line-height: 1;
                font-weight: 400;
        }
            >div {
               background: #cdf8f6; padding: 25px 15px 20px; width: 100%;
                text-align: center
            }
            
            
        }
        
        li.blue_bg_ngicount {
            >div {
                background: #cde5f8;
          color:#2791e4; 
                span {
                    color:#2791e4
                }
            }
        }
         li.orange_bg_ngicount {
            >div {
                  background: #fee0c7;
    color: #d87b2f;
                span {
                    color: #d87b2f; 
                }
            }
        }
        
    }
}


.in_ngi_intro {
    margin-bottom: 60px; text-align: center;
    h1 {
        font-size: 50px; font-weight: 700; color:$themecolor; margin-bottom: 30px
        
    }
}

.ngi_history {
    width: 100%; background: #f1f1f1;
    padding: 80px 0
}

.ab_ngi_logo {
    width: 100%; 
}


@media (max-width:991px) {
    .ab_ngi_logo {
        text-align: center; margin-bottom: 30px
    }
    .ngi_history {
        .in_main_title {
            text-align: center
        }
    }
    .in_ngi_sec1 .ngi_intro_video_box {
        margin: 50px 0
    }
}

@media (max-width:575px) { 
    
    .in_ngi_sec1 {
        padding-bottom: 60px; padding-top: 50px
    }
    .ngi_history {
        padding: 50px 0
    }
    
    .in_ngi_intro h1 {
        font-size: 36px
    }

}

.bg_light {
    background: #eff0f0
}

.trust_page {
    width: 100%; padding: 80px 0 40px
}

.trust_cont_box {
     margin-bottom: 40px;
    .in_main_title {
        font-size: 24px
    }
}

@media (max-width:575px) {
    .trust_page {
    padding: 50px 0 10px
}
    
}

.adm_proc_page {
    width: 100%; padding: 80px 0
}


.stp_count {
    font-size: 22px; font-weight: 600; color:$themelight
}

.adm_cont_row {
    width: 100%
}

.adm_sub_title {
    font-size: 20px; font-weight: 600; margin-bottom: 22px;
   color:#333
 }

.bult_style.bult_black {
    li {
        color:#292828
    }
}

@media (max-width:575px) {
    .adm_proc_page {
    padding: 50px 0
}
    .inbnr.comn_inbnr {
        min-height: 210px
    }
}


.onl_apply_outer {
    position: relative; 
}

.ap_form_blink {
    background: transparent; color:#fff; border: 0; padding: 5px 25px;
    color:$themelight; border:1px solid $themelight;
    position: absolute; left: 0; top: 10px; outline: none;
    transition: all 0.5s ease-out 0s;
    &:hover {
        background: $themelight ; color:#fff
    }
    &:focus {
        outline: none; box-shadow: none; 
    }
}

.apply_online_div {
    height: 2822px; margin-top: 0px; 
}

.apply_online_page {
    padding: 50px 0 
}

@media (max-width:991px) {
    .ap_form_blink  {
        position: inherit; margin-bottom: 20px; top: 0
    }
}

.admission_center_page {
    padding: 80px 0 
}


.adm_center_table {
    width: 100%;
    overflow-x: auto; margin-top: 30px
}

.custom_table {
    .table-bordered th, .table-bordered td {
        border-color:#999
    }
    .table thead th {
        border-bottom: 0px  ;
        color:#000; font-weight: 600
    }
    .table thead tr{
        border-bottom: 0px solid ;
        
    }
}




.custom_table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02)
}

.custom_table .table th {
    font-weight: 400; text-transform: uppercase;
}

.custom_table .table td,
.custom_table .table th {
    vertical-align: middle;
    line-height: 1.7;
    padding-top: 20px;
    padding-bottom: 20px
}

.adm_center_table .mail_text {
    display: block;
    padding-top: 10px;
}


@media (max-width:575px) {
    .custom_table .table {
        font-size: 13px
    }
    
.admission_center_page {
    padding: 50px 0 
}

}


.update_soon_page {
    min-height: 600px; padding: 100px 0;
    text-align: center; position: relative;
    z-index: 1;
    p {
        font-size: 18px; font-weight: 500
    }
    &:before {
        position: absolute;
        left: 0; top: 0; width: 100%; height: 100%;
        content: "";
        background: url("../images/ngi-logo.svg") no-repeat center;
        background-size: 200px; opacity: .1; z-index: -1
    }
}



.testimonial_page {
    width: 100%; padding: 100px 0 70px
}



.video_albmbox{
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #000;
    max-height: 250px;
    margin-bottom: 30px;
}

.video_albmbox a.icon_video {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background:#01AEF0;
    color:#fff;
    z-index: 1;
    right: 20px; top: 20px;
    width: 55px; height: 55px; border-radius: 50%;
}

.video_albmbox a.icon_video:hover{
    background:$themeorange
}

.video_albmbox a.icon_video i {
    position: relative; left: 2px; top: -1px;
}

.video_albmbox img {
    height: 100%; max-width: none;
}

.video_albmbox_title{
    width: 100%; 
    position: absolute;
    left: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.93), transparent);
    padding: 60px 20px 20px; 
}

.video_albmbox_title h5 {
    color:#fff; font-size: 20px; font-weight: 600;
    margin-bottom: 5px;
}

.video_albmbox_title h6 {
    color:#fff; font-size: 16px; font-weight: 400; line-height: 1.4
}

@media (max-width:575px) {
    .video_albmbox a.icon_video {
        width: 45px; height: 45px;
    }
    .testimonial_page {
  padding: 50px 0 20px
}
}




.news_events_page {
  width: 100%; 
  padding: 60px 0 30px; background: #f5f8f9 ;
}


.innews_box {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;

}

.news_imagerow {
  width: 100%;
}
.news_imagebox {
  width: 100%;
  max-width: 100%;

    a {
          overflow: hidden;
        position: relative; 
        height: 330px; width: 100%;
        display: block;
    }

  img {
      position: absolute; left: 0; top: 0; width: 100%; height: 100%;
      object-fit: cover; object-position: center;
    transform: scale(1.01);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
  }

  &:hover img {
    transform: scale(1.06);
  }
}
.news_titlerow {
  width: 100%; padding: 20px 20px 25px ;

  span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }

}

.news_titlerow h5{
    overflow: hidden; margin: 0
}

.news_titlerow h5 a{
    font-size: 16px; font-weight: 600; 
    text-transform: uppercase;
    color:$themecolor;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
	 outline: none !important;
    text-decoration: none;
    line-height: 1.3;
     &:hover {
            color:$themelight;
        }
}



.news_detailpage {
  width: 100%;
  padding: 50px 0 60px;
  background: #f5f8f9;
}

.news_detail_outer {
  width: 100%;
  justify-content: center;
  display: flex;
}

.news_detailbox {
  width: 100%;
  padding: 30px 30px 30px;
  background: #fff;
  border:1px solid rgba(0, 0, 0, 0.15);
}

.news_detai_img {
  width: 100%;

  margin-bottom: 30px;
}

.news_detail_content {
  width: 100%;


  h4 {
    font-size: 24px;
    color: $themecolor;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
      text-transform: uppercase;
    span {
      display: block;
      color: #666;
      margin-bottom: 5px;
      font-size: 16px;
    }
  }

  p {
    text-align: justify;
  }
}

.allnews_btn {
	width: 100%;  margin-bottom: 30px;

	a {
		padding: 5px 25px 7px;
		border:1px solid $themelight;
    color:$themelight;
    font-size: 15px;
		border-radius: 30px;
		display: inline-block;
		transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	
	&:hover {
		background: $themelight; border-color:$themelight;
		color:#fff
	}

	}
}

.nws_sidbar_bdr {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.news_sidebar {
  width: 100%; padding: 30px 20px; background: #fff;
  border:1px solid rgba(0, 0, 0, 0.15);
  h5.news_sidbar_title {
  color:#333; font-weight: 500; font-size: 18px; margin-bottom: 40px;
  position: relative;
  &:before {
    display: inline-block;
    content:""; width: 30px; height: 1px;
    background: #666; position: absolute; left: 0; bottom: -10px;
  }
  }
  ul {
    li {
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      padding-bottom: 20px;
        display: flex; 
      &:last-child {
        margin-bottom: 0; padding-bottom: 0; border:0;
      }
      
        .news_sidbar_image {
            margin-right: 15px;
            a {
                display: block; position: relative; overflow: hidden;
                height: 80px; width: 80px;
                img {
                    position: absolute; left: 0; top: 0; 
                    object-fit: cover; object-position: center;
                    content: ""; width: 100%; height: 100%
                }
            }
        }
        
        .ns_info {
            span {
        display: block; color:#333; font-size: 14px;
      }
            .news_sidebar_text {
                overflow: hidden
            }
            
            
      a {
         font-size: 16px; font-weight: 600; 
    text-transform: uppercase;
    color:$themecolor;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	 outline: none !important;
    text-decoration: none;
    line-height: 1.5;
        &:hover {
          color:$themelight
        }
      }
            }
    }
  }
}

@media (max-width:1100px) {

  .allnews_btn {
    text-align: right;
  }
}

@media (max-width:991px) {
  .news_detailbox {
    margin-bottom: 40px;
  }
  .allnews_btn {
    text-align: right;
  }
}

.inbnr.comn_inbnr.contact_bnr {
 min-height: 252px
}

.contact_hotline {
    width: 100%; padding: 60px 0 30px; background: #fff

}

.hotline_box {
    width: 100%;  text-align: center; 
    background: #0368d0; box-shadow: 0px 10px 30px 0px rgba(0,0,0,.2);
    padding: 40px 30px; margin-bottom: 30px;
    h5 {
        text-transform: uppercase; font-size: 16px; font-weight: 400;
        line-height: 1.5; margin-bottom:10px; color:#fff;
        span {
            display: block; font-weight: 700; margin-bottom: 10px
        }
    }
    a {
        display: inline-block; font-size: 22px; font-weight: 600;
        border-right: 1px solid rgba(255,255,255,.8);
        padding-right: 15px; margin-right: 12px; line-height: 1;
        color:#fff; margin-bottom: 7px;
        &:last-child {
            margin: 0; padding: 0; border: 0
        }
    }
    i { display: none;
         font-size: 30px; border:2px solid ;
        width: 60px; height: 60px;  justify-content: center;
        align-items: center; margin: auto auto 10px auto ;border-radius: 50%;
        color:#fff; border-color:  $themeorange;
      background: $themeorange;
    }
}





.contact_info {
    width: 100%; padding: 80px 0 40px;
    .in_main_title {
        margin-bottom: 50px; text-transform: uppercase; 
        color:$themecolor;
        position: relative;
        &:before {
            background: $themecolor;
            content: ""; left: 0; bottom: -10px;
            height: 3px; width: 60px; position: absolute
            
        }
    }
   
}

@media (min-width:1200px) {
    .contact_info{
        .cont_row {
        margin: 0 -50px;
        .col-lg-6 {
            padding: 0 50px; 
            
        }
    }
    }
}

.cont_box {
    width: 100%; margin-bottom: 40px;
    h4 {
        font-size: 20px;  margin-bottom: 15px; text-transform: uppercase
    }
    ul {
        li {
            margin-bottom: 15px; span {
                display: block; color:$themecolor; font-weight: 500
            }
            a {
                color:#292828
            }
        }
    }
}

@media (max-width:575px ) {
    
    .contact_info {
        padding: 60px 0 20px
    }
}



.careers_page  {
  width: 100%; 
  padding: 50px 0 80px;
}


.career_formsec {
  width: 100%; clear: both;  padding-top: 20px;
  h4 {
    font-size: 26px;
    font-weight: 600; margin-bottom: 40px; border-bottom: 2px solid $themecolor;
    padding-bottom: 20px; display: inline-block;
  }

  label {
    font-size: 16px; font-weight: 500; color:#333;

    span {
      color:#fd0002
    }
  }
}


.site_inputsec {
  width: 100%; margin-bottom: 30px; 

  input {
    color: #444;
    width: 100%;
    background: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 50px;
    padding:0 20px 0 ;
    box-shadow: none;
    outline: none;
    transition: all 0.2s linear;

    
  }
}


.cv_label {
  position: relative;
}

.cv_label br {
  display: none
}


.file-select {
  display: block;
  cursor: pointer;
  position: relative;

  input {
    background: none;
  }
}


.file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
    
    
}

.site_inputsec .file-select input  {
    margin-bottom: 0;
}


button.attach-button {
  background-color: transparent;
  border: none;
  top: 1px; right: 1px;
width:40px; height:48px; 
  position: absolute;
  cursor: pointer;
  pointer-events: none; font-size: 18px;
}

button.attach-button img{
  width: 20px;
}

.form_btn {
  width: 100%; 

  input{
      margin-top: 20px;
    padding: 5px;
    height: 50px;
      width: 100%;
    background: $themecolor;
    color:#fff;
    display: inline-block;
    border-radius: 4px;
    outline: none; box-shadow: none;
    border:0 ;
      text-transform: uppercase;
      line-height: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;

    &:hover {
      background: $themeorange
    }
  }

}

.file-select ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444; }

 
.send_your_resume {
    padding-top: 40px;
    p {
        font-size: 20px; 
        a {
            color:#000; font-weight: 500;
            &:hover {
                color:$themecolor
            }
        }
    }
}



@media (max-width:991px) { 
    .form_btn {
        padding-top: 0px ; margin-bottom: 10px; 
    }
    .send_your_resume {
        text-align: center
    }
}



@media (max-width:575px) { 
    .careers_page {
        padding:30px 0 60px
    }
}


.life_ngi_page {
    width: 100% ; padding: 80px 0 50px
}


.img_albumbox {
    margin-bottom: 30px;
    .comn_img_block {
        display: block; height: 225px;
        background: #000;
        
        img {
              transform: scale(1.01);
              transition: all 0.5s ease-out 0s;
        }
        &:hover {
            img {
                transform: scale(1.03)
            }
        }
        
    }
}

@media (max-width:575px) { 
    .life_ngi_page {
        padding:50px 0 20px
    }
    .img_albumbox .comn_img_block {
        height: 120px
    }
}


.program_detail_page {
    width: 100%; padding: 60px 0
}

.pd_cont_box {
    .in_main_title {
        text-align: center; text-transform: uppercase;
        color:$themecolor; font-size: 40px; line-height: 1.3
    }
}

.pgm_college_list {
    width: 100%; padding: 80px 0 40px; z-index: 1; position: relative;
    
    &:before {
        content: ""; left: 0; top: 0; position: absolute;
        width: 30%; height: 100%; background: $themelight;z-index: -1
    }
    
    .in_main_title {
        font-size: 27px; margin-bottom: 40px; text-align: center;
        text-transform: uppercase;
    }
}

.sic_course_box3 {
    margin-bottom: 30px;
    background: #0368d0;
    padding: 40px 40px 30px;
    h4 {
        font-size: 26px; font-weight: 700; text-transform: uppercase;
        margin-bottom: 15px; line-height: 1.3; color:#fff;
        
        
    }
    p {
            color:#fff; 
        }
}


@media (max-width:991px) {
    .pgm_college_list:before {
        display: none
    }
}



@media (max-width:575px) {
    .pd_cont_box .in_main_title {
        font-size: 30px
    }
    .sic_course_box3 {
        padding: 40px 30px 30px
    }
}


.gallery_landing {
    padding: 80px 0 50px
}


.image-hover {
  width: 100%; 
  margin-bottom: 30px;
}

.image-hover figure figcaption .social li:first-child {
padding-left: 0;
}

.image-hover figure figcaption .social li:last-child {
padding-right: 0;
}

.image-hover figure {
position: relative;
overflow: hidden;
text-align: center;
cursor: pointer;
background: #000;
margin-bottom:0px;
z-index: 1;

&:before {
width: 100%;
height: 100%;
content: "";
position: absolute;
left: 0; top:0;
background-image: linear-gradient(to top, rgba(0,0,0,.8) , rgba(0,0,0,.1));
z-index: 1;
}
}

.image-hover figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.image-hover figure figcaption {
padding: 2em;
color: #fff;
text-transform: capitalize;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.image-hover figure figcaption:before, .image-hover figure figcaption:after {
pointer-events: none;
}

.image-hover figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 11;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}


.image-hover figure figcaption h3 {
font-size: 16px;
text-transform: uppercase;
border-bottom: 1px solid rgba(255,255,255,.9);
display: inline-block;
padding-bottom: 10px;
letter-spacing: 1px;
margin-bottom: 15px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
font-weight: 500;
color:#fff;
line-height: 1.3;
}

.image-hover figure figcaption h5
{
  font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: normal;
letter-spacing: 1px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;

}

.image-hover figure:hover img {
opacity: .7; 
}

.image-hover.effect-1 figure{
    height: 320px
}

.image-hover.effect-1 figure img {
max-width: 100%;
position: absolute; left: 0; top: 0; height: 100%;
    object-fit: cover; object-position: center;
width: calc(100% + 50px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;

}

.image-hover.effect-1 figure figcaption {
text-align: left;
}

.image-hover.effect-1 figure figcaption > div {
position: absolute;
bottom: 0;
left: 0;
padding: 30px 30px 40px;
width: 100%;
z-index: 5;
}

.image-hover.effect-1 figure h3,
.image-hover.effect-1 figure h5
{
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}

.image-hover.effect-1 figure h5
{
  color:rgba(255,255,255,.9);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}

.image-hover.effect-1 figure:hover h3,
.image-hover.effect-1 figure:hover h5
{
opacity: 1;
}

.image-hover.effect-1 figure:hover img,
.image-hover.effect-1 figure:hover h3,
.image-hover.effect-1 figure:hover h5 {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.image-hover.effect-1 figure:hover h5{
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}

@media (max-width:575px) {
.image-hover.effect-1 figure h3 {
font-size: 16px;
}
}

.ga_details {
    padding: 30px 0 50px
}

.albam_backlink {
    margin-bottom: 30px;
    a {
        display: inline-block; font-size: 16px; font-weight: 500;
        color:$themecolor;
        i {
            font-size: 20px; margin-right: 15px; position: relative; top: 1px;
              color:$themeorange
        }
        &:hover {
            color:$themeorange
        }
    }
}


@media (max-width:575px) {
    .gallery_landing {
        padding: 50px 0 20px
    }
    .ga_details {
        padding-bottom: 30px
    }
}



.infrastructure_page {
    width: 100%; padding: 100px 0 60px
}

.facility_cont_box {
    padding: 50px 40px 60px; width: 100%; background: #fff;
    h3 {
        text-transform: uppercase; font-size: 24px;
        font-weight: 700;
        color:$themecolor;
        line-height: 1.4; margin-bottom: 10px
    }
    .theme_btn {
        margin-top: 30px;
        background: $themeorange;
        &:hover {
            background: $themecolor
        }
    }
    h6 {
        font-size: 16px; color:#0a81de; font-weight: 600;
        line-height: 1.5; margin-bottom: 12px
    }
}

.fac_img_block {
    width: 100%; 
    height: 100%;
    overflow: hidden; 
    min-height: 300px
}

.fac_caterow {
    width: 100%; margin-bottom: 40px
}

.fac_caterow:nth-child(even) {
    .row {
        flex-direction: row-reverse;
    }
}


@media (max-width:767px) {
    .facility_cont_box {
        padding: 40px 30px 50px
    }
}


@media (max-width:575px) {
    .facility_cont_box h3 {
        font-size: 20px
    }
    .fac_img_block {
        min-height: 220px
    }
    .infrastructure_page {
        padding: 60px 0 40px
    }
}


.faci_details_page {
    width: 100%; padding: 30px 0 60px
}

.fd_left_imgblock {
    width: 100%; img {
        width: 100%; 
    }
    
}

.fec_detail_right {
     width: 100%; 
    h3 {
        text-transform: uppercase; font-size: 24px;
        font-weight: 700;
        color:$themecolor;
        line-height: 1.4; margin-bottom: 10px
    }
   
    h6 {
        font-size: 16px; color:#0a81de; font-weight: 600;
        line-height: 1.5; margin-bottom: 12px
    }
}


.fd_full_content {
    width: 100%; 
}

.comn_backlink {
    margin-bottom: 30px;
    a {
        display: inline-block; font-size: 16px; font-weight: 500;
        color:$themecolor;
        i {
            font-size: 20px; margin-right: 15px; position: relative; top: 2px;
              color:$themeorange
        }
        &:hover {
            color:$themeorange
        }
    }
}


.fac_img_gallery {
    width: 100%; 
}

.fac_det_first_row {
    padding-bottom: 60px
}

.faci_details_page2 {
    width: 100%; padding: 80px 0 60px;
    
    .fd_full_content {
        padding-top: 30px
    }
    .fac_img_gallery {
        margin-top: 30px
    }
}

.fac_related_links {
    width: 100%; padding: 80px 0 70px; background: #fff;
    h4 {
        margin-bottom: 30px; font-weight: 600; font-size: 20px;
        color:$themecolor
    }
    
    ul {
       
        
        li{ position: relative;
             margin-bottom: 10px; padding-left: 35px; 
            &:before {
                content: "";
                position: absolute;
                left: 0; top: 3px; 
                width: 18px; height: 18px;
                background: url("../images/arrow-up-right.svg") no-repeat center;
                background-size: contain;
                
            }
            a {
                 color:#333; display: inline-block; line-height: 1.5;
                &:hover {
                    color:$themeorange
                }
            }
        }
    }
}

.posit_learning_fea_row {
    margin-bottom: 40px; width: 100%; padding-top: 20px
}

.posit_subtitle {
    font-size: 20px; color:$themecolor ; font-weight: 600; margin-bottom: 20px
}

.posit_shedule {
     width: 100%
}

.bult_style.bult_style_ad {
    li {
        color:#292828;
        &:before {
            font-size: 20px; top: -6px; color:$themecolor
        }
    }
    }

@media (max-width:991px) {
    .fd_left_imgblock {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .fac_det_first_row {
    padding-bottom: 30px
}
    .faci_details_page {
        padding-bottom: 30px
    }
    .faci_details_page2 {
     padding: 50px 0 
}
    .fac_related_links {
        padding: 50px 0 40px
    }
 
  
    .faci_details_page2 .fd_full_content {
        padding-top: 0
    }
}



.in_courses_list {
    width: 100%; overflow: hidden
}


.cour_row {
    margin-bottom: 40px;
    .in_main_title {
        margin-bottom: 30px; font-size: 30px
    }
    
    
}



@media (min-width:576px) {
   .cour_row {
   
    
    .cl_row {
        margin: 0 -30px
    }
    .cl_col {
        padding: 0 30px
    }
} 
}

@media (min-width:1200px) {
   .cour_row {
   
    
    .cl_row {
        margin: 0 -50px
    }
    .cl_col {
        padding: 0 50px
    }
} 
}

.sec_coulist_box{
        margin-bottom: 30px;
    background: none;
    ul {
        li{display: block;
            border-bottom: 1px solid rgba(0,0,0,.3);
            padding-bottom: 10px; color:#333; margin-bottom: 10px;
             font-size: 18px;
            &:last-child {
                border: 0; margin: 0; padding: 0
            }
        }
    }
}

.ug_cours_row {
    width: 100%; padding: 100px 0 50px; 
    position: relative;
    
    .cl_bgimg{
    background: url("../images/sibg1.jpg") no-repeat center;
    background-size: cover;
    }
}

.cl_bgimg{
    position: absolute; right: 0; top: 0;
    width: 33.33%; height: 100%; 
}

.pg_course_row {
    width: 100%; padding: 100px 0 50px; background: $themecolor;
    position: relative;
    
    .sec_coulist_box ul li {
        border-color:rgba(255,255,255,.3);
        color:#fff
    }
    .cour_row .in_main_title {
        color:#fff
    }
    .cl_bgimg{
    background: url("../images/sibg1.jpg") no-repeat center;
    background-size: cover;
        left: 0; right: auto
    }
}

.diploma_cours_row {
    width: 100%; padding: 100px 0 50px; 
}

.cl_row_reverse {
    flex-direction: row-reverse
}



@media (max-width:575px) {
    .pg_course_row, .diploma_cours_row, .ug_cours_row {
        padding: 50px 0 20px
    }
    .sec_coulist_box ul li {
        font-size: 16px
    }
}

.inbnr.comn_inbnr.trasport_page_bnr {
    min-height: 250px
}


.transportation_sec1 {
    width: 100%; padding: 100px 0
}


.trans_right_cont {
    .in_main_title {
        color:$themecolor
    }
    h6 {
            font-size: 16px;
    color: #0a81de;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
    }
}

.bust_rout_sc {
    padding: 80px 0 20px; width: 100%
}

.rout_cate_row {
    margin-bottom: 60px;
      h6 {
            font-size: 20px;
    color: #0a81de;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px; margin-bottom: 30px;
    }
    ul {
        li {
            padding: 40px 30px 40px 100px; background: #fff; 
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11);
            margin-bottom: 30px;
            position: relative;
            &:before {
                content: "\f3c5";
                position: absolute;
                left: 42px; top: 50%; transform: translateY(-50%);
                font-family: 'Font Awesome 5 Free';
                font-size: 30px; color:$themeorange;
                font-weight: 600
            }
        }
    }
}

.rount_cate_title { width: 100%;
    
    .in_main_title {
        text-transform: uppercase; font-size: 30px;
        border-bottom: 2px solid rgba(0,0,0,.2); padding-bottom: 15px;
        margin-bottom: 30px
    }
}

.tm_kerala_rel {
    width: 100%; padding-top: 30px
}


@media (max-width:991px) {
    .trans_leftimg {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .transportation_sec1 {
      padding: 60px 0 50px
    }
    .bust_rout_sc {
        padding: 60px 0 0
    }
    .rout_cate_row ul li:before {
        left: 50%; transform: translate(0, -50%);
        top: 60px
    }
    .rout_cate_row ul li {
        padding: 100px 30px 50px;  text-align: center
    }
}






