html{width:100%;
  overflow-x:hidden !important;
  }
  body {
    overflow-x: hidden;
    font-family: 'Titillium Web', sans-serif;
  
  margin:0px !important;
  padding:0px !important;
  box-sizing: border-box;
  }
  
  
  a:focus{
    outline:none;
  }
  .navbar{padding: 0;}
  .mh3bannertext{display: none;}
  .inner-header .text-light {
      font-size: 28px;
      color: #f8f9fa!important;
  }
  .training-text{text-align: justify;}
  h5 span img{
    width: 70px;
  }
  
  #mainNav.navbar-shrink  .top_link {display:none}
  
  
  #mainNav.navbar-shrink  .navbar-brand img {
      width: 250px;
  }
  
  
  
  
  
  
  
  
  
  
  @media screen and (min-width:992px){
  .dropdown-menu li{
    position: relative;
  }
  
  ul.dropdown-menu.submenu {
      top: 0;
      left: 100% !important;
      visibility: hidden !important;
      display: none !important;
  }
  
  }
  
  .modal{z-index: 9999999 !important;}
  
  .navbar-brand img{width: 288px;}
  .footer-logo img{width: 288px;}
  
  .subtabsmainmenu1 span{
    margin-right: 10px;
  }
  .subtabsmainmenu{
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    background: #f4f4f6;
      padding: 15px 0 15px 26px;
      font-weight: bold !important;
      color: #000 !important;
      font-size: 20px;
      cursor: default !important;
      text-transform: capitalize !important;
      margin-bottom: 10px;
  }
  .subtabsmainmenu1{
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    background: #f4f4f6;
      padding: 15px 0 15px 20px;
      font-weight: bold !important;
      color: #000 !important;
      font-size: 20px;
      cursor: default !important;
      text-transform: capitalize !important;
      margin-bottom: 10px;
  }
  .flex-row{
    width: 100%;
  }
  .btn-box{
    font-weight: bold;
    padding: 25px 20px;
    background-color: #416aef !important;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    margin: 10px 0;
  
  }
  .btn-box a{
    color: #fff;
  }
  .applybtn{
    color: #fff !important;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 5px;
    background-color: #dca317;
  }
  .viewbtn{
    text-decoration: underline;
    color: #fff !important;
    padding: 10px 20px;
    margin-top: 5px;
    background-color: ;
  }
  .form-group-01 {
      margin-bottom: 0.3rem;
  }
  
  .btn-fin{
    vertical-align: middle;
      height: 100%;
      width: 100%;
      padding: 25px 0 20px;
    background-color: #416aef !important;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    margin: 10px 0;
  }
  .btn-fin:hover{
    color: #fff;
  }
  
  
  
  #nav-tabs .nav-link{font-size: 14px; border: 1px #ccc solid;}
  #nav-tabs .nav-link.active{background-color:#6c93f7;color:#fff; }
  
  #PGDM #nav-tabs .nav-link.active{background-color:#b7b9bd;color:#fff; }
  #MBA #nav-tabs .nav-link.active{background-color:#b7b9bd;color:#fff; }
  #nav-tabs .nav-link {
      color: #222;
      font-size: 14px;
      border: 1px #ccc solid;
  }
  .preloader {
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 99999999999;
      background-color: rgba(255,255,255,1);
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../img/loader.gif);
  }
  
  @media screen and (min-width:992px){
    .dropdown:hover > .dropdown-menu{
      display:block;}
  #sm_menu_ham {
      display: none;
  }
  
  #mobile_menu{
  display: none;
  }
  #mobilenavmenu{display: none;}
  
  
  }
  
  .dropdown-item {
    padding: 8px 15px;
      text-transform: capitalize;
  }
  p {
    line-height: 1.75;
    margin-bottom: 10px;
  }
  
  .internalpage{position: relative;}
  .internalpage p, .internalpage li{
    line-height: 28px;
    font-size: 16px;
  }
  
  a:hover {
      color: #fec503;
  }
  a:hover {
      color: #0056b3;
      text-decoration: none;
  }
  
  .text-primary {
    color: #fed136 !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
  }
  
  
  /*header.masthead {
    text-align: center;
    color: white;
    background-image: url("../img/banner1.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  */
  
  section h3.section-subheading {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Titillium Web', sans-serif;
  }
  
  
  ::-moz-selection {
    background: #fed136;
    text-shadow: none;
  }
  
  ::selection {
    background: #fed136;
    text-shadow: none;
  }
  
  img::selection {
    background: transparent;
  }
  
  img::-moz-selection {
    background: transparent;
  }
  
  #mainNav {
      background-color: #212529;
  }
  #mainNav .navbar-toggler {
    font-size: 20px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    cursor: pointer;
    /*background-color: #f5be36;*/
    font-family: 'Titillium Web', sans-serif;
  }
  
  #mainNav .navbar-brand {
    color: #fed136;
    font-family: 'Titillium Web', sans-serif;
  }
  
  #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fec503;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 3px solid transparent;
    color: white;
    font-family: 'Titillium Web', sans-serif;
  }
  
  .navbar-nav .dropdown-menu{
    width: 215px;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    border-bottom: 3px solid #f5be36;
  }
  
  .dropdown-item:hover{
      color: #fff;
      text-decoration: none;
      background-color: #007bff;
  }
  .dropdown-item:focus {
      color: #fff;
      text-decoration: none;
      background-color: #248eff;
  }
  
  .dropdown-menu {
      margin: 0 !important;
  }
  
  @media (min-width: 992px) {
    #mainNav {   
      -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
      -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
      transition: padding-top 0.3s, padding-bottom 0.3s;
      border: none;
     background-color: transparent;
      padding-top: 25px;
      padding-bottom: 25px;
     
    }
    #mainNav .navbar-brand {
      font-size: 1.75em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 0;
      margin: 0 11px;
      line-height: 40px;
    }
  
    #mainNav.navbar-shrink {
      padding-top: 0;
      padding-bottom: 0;
      background-color: #212529;
    }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.25em;
      padding: 4px 0;
    }
  }
  
  
  header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  
  header.masthead .intro-text .intro-lead-in {
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  @media screen and (max-height: 575px){
  #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
  }
  
  @media (min-width: 768px) {
    header.masthead .intro-text {
      padding-top: 300px;
      padding-bottom: 200px;
    }
  
    header.masthead .intro-text .intro-lead-in {
      font-size: 40px;
      font-style: italic;
      line-height: 40px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    header.masthead .intro-text .intro-heading {
      font-size: 75px;
      font-weight: 700;
      line-height: 75px;
      margin-bottom: 50px;
      font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
  }
  
  
  
  section#contact {
    background-color: #212529;
    background-image: url("../img/map-image.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  section#contact .section-heading {
    color: #fff;
  }
  
  section#contact .form-group {
    margin-bottom: 25px;
  }
  
  section#contact .form-group input,
  section#contact .form-group textarea {
    padding: 20px;
  }
  
  section#contact .form-group input.form-control {
    height: auto;
  }
  
  section#contact .form-group textarea.form-control {
    height: 248px;
  }
  
  section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
  }
  .form-control:focus {
    border-color: #53b9fa !important;
    box-shadow: none;
  }
  section#contact ::-webkit-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  section#contact :-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 18- */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  section#contact ::-moz-placeholder {
    font-weight: 700;
    color: #ced4da;
    /* Firefox 19+ */
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  section#contact :-ms-input-placeholder {
    font-weight: 700;
    color: #ced4da;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  
  
  /*custom 22-03-2018*/
  
  .blueheader {
      height: 40px;
      background: linear-gradient(-90deg, #7d97f7, #5169eb);
      color: #fff;
  }
  .redheader {
      padding-top:0px;
      color: #fff;
      font-size: 16px;
      height: 40px;
      background: linear-gradient(-90deg, #7d97f7, #5169eb);
  }
  .blueheader h1 {
      font-size: 18px;
      margin-top: 10px;
  }
  .redheader a {
      color: #fff;
  }
  .arrow2:before {
      content: '';
      position: absolute;
      left: 100%;
      top: 25%;
      margin-top: -13px;
      border-left: 0;
      border-bottom: 25px solid transparent;
      border-top: 25px solid transparent;
      border-left: 26px solid #7d97f7;
      z-index: 99;
  }
  
  #threesectionParallax{
    /*background-image: url(../img/training.png),linear-gradient(-90deg, #4a9bf5, #41474a);*/
    background-image: url("../img/training.png"),linear-gradient(-90deg, #292929, #292922);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      background-position: center center;
    padding: 50px 0;
    color: #fff;
  }
  
  
  
  #CoreValues{
    padding: 50px 0;
    color: #000;
  }
  .service-heading {
      font-size: 15px;
      margin: 15px 0;
      text-transform: uppercase;
      font-weight: 400;
  }
  #training {
      padding: 50px 0;color:black
  }
  .btn {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
  }
  
  .btn-xl {
      font-size: 16px;
      padding: 10px 24px;
  }
  .btn-primary {
    background-color:#4a9bf5;
    border-color: #4a9bf5;
  }
  
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #64aeff !important;
    border-color: #64aeff !important;
    color: #fff;
  }
  
  .btn-primary:active, .btn-primary:focus {
      box-shadow: none !important;
  }
  #Pedagogies{
    padding: 50px 0;
    /*background-image: url(../img/Pedagogiesbg.png),linear-gradient(-90deg, #f5ba03, #f5ba03);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;*/
  }
  #Pedagogies .btn-primary1, #training .btn-primary1{
      background-color: #fff;
      border-color: #fff;
      color: #000;
  }
  #Pedagogies .btn-primary1:hover, #training .btn-primary1:hover {
      background-color: #fff;
      border-color: #fff;
      color: #3476b5;
  }
  #CorporateEventshome .CorporateEventsDtl p b {
      display: inline-block;
      margin-right: 10px;
      width: 40px;
  }
  #Pedagogies h2{
    color: #fff;
  }
  #Pedagogies h4{
    color: #fff;
    margin: 15px 0;
    font-size: 20px;
  }
  #Pedagogies p{
    color: #fff;
    font-size: 14px;
  }
  .owl-nav{
    display: none;
  }
  section h2.section-heading {
    text-transform: uppercase;
      font-size: 36px;
      margin-top: 0;
      margin-bottom: 40px;
  }
  
   /*==========================================================
                             counter section style
              ============================================================*/
  
              .main_counter_area{
  
                  background-size: cover;
                  overflow: hidden;
              }
              .main_counter_area .main_counter_content .single_counter{
               background: transparent;
      color: #fff;
              }
              .main_counter_area .main_counter_content .single_counter i{
                  font-size:36px;
              }
  .p-y-2 {
      padding-top: 28px;
      padding-bottom: 28px;
  }
  .p-y-3 {
      padding-top: 45px;
      padding-bottom: 45px;
  }
  .m-b-1 {
      margin-bottom: 18px;
  }
  .m-t-1 {
      margin-top: 18px;
  }
  
  #counter{
    padding: 50px 0;
    display:none;
  
  }
  
  #counter{
    background-image: url(../img/ranking.png),linear-gradient(-90deg, #54bdfb, #3c7eff);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
  }
  
  
  /*
  #counter h2{
    font-weight: bold;
    font-size: 54px;
    margin: 20px 0;
  }*/
  #counter p{
    font-size: 18px;
      font-weight: 800;
  }
  
  #Placement .Placement-text {
      background-image: url(../img/placement1.png);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      padding: 0 0 75px 50px;
  }
  #Placement h2{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin: 20px 0;
  }
  
  #Placement .owl-stage-outer {
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
     /* -webkit-transform: translate3d(0,0,0);*/
  }
  .Placement-text .Placement-box {
      margin-top: 80px;
        padding: 0px 40px 0px 80px;
      text-align: justify;
  }
  #Placement p{
    color: #fff;
  }
  #Placement .owl-carousel {
      padding: 50px 0;
      margin-top: 40px;
      margin-left: 30px;
      margin-bottom: 0;
  }
  /*news-events*/
  
  #news-events{
    padding: 50px 0;
    background-color: #ebebeb;
  }
  .news-date {
      position: absolute;
      left: 0;
      top: -2px;
  }
  
  .news-box p{
    font-size: 15px;
        margin: 0;
      line-height: 1.5;
  }
  .news-box{
    margin-bottom: 20px;
  }
  .event-date {
      height: 86px;
      font-weight: bold;
      background: #181818;
      position: absolute;
      top: -2px;
      text-align: center;
      padding: 15px;
      color: #fff;
      padding: 24px 16px;
  }
  
  .event-box p{
    font-size: 15px;
        margin: 0;
      line-height: 1.5;
  }
  .event-box a{
    font-weight: bold;
    color: #000;
  }
  .event-box a:hover{
    color: #333;
  }
  .event-box {
      display: inline-flex;
      margin-bottom: 35px;
  }
  .announcement-box p{
    margin-bottom: 0px;
  
  }
  #carouselannouncement {
      height: 550px;
      padding: 25px 20px;
      background-color: #f1eff0;
      color: #888;
      box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
      border-radius: 15px;
  }
  
  #carouselannouncement .carousel-indicators li {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 14px;
      height: 14px;
      border: 2px solid #888;
      border-radius: 50% !important;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      background-color: rgba(255,255,255,.5);
      cursor: pointer;
  }
  #carouselannouncement .carousel-indicators li.active {
      border: 2px solid #2345f1;
  }
  
  
  
  /*blogs*/
  #blogs{
    padding: 50px 0;
  }
  
  #blogs h4 {
    color: #000;
      margin-top: 10px;
      font-size: 20px;
  }
  #blogs p {
      color: #fff;
      font-size: 14px;
  }
  #blogs .btnblog{ 
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000;
  }
  #blogs .btnblog:hover{ 
    background-color: #fff !important;
    border-color: #fff !important;
    color: #3476b5;
  }
  .testimonial-Slider{
    padding: 50px 0;
  }
  .threesectionParallaxlast{
    background-image: url(../img/testimonial.png),linear-gradient(-90deg,  #7c96f6, #4e69eb);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
  }
  .testimonial-Slider h2{
    color:#fff;
    margin-bottom: 40px;
  }
  #carouselExampleIndicators{
  height: 320px;
    -webkit-box-shadow: -5px 9px 70px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: -5px 9px 70px -8px rgba(0,0,0,0.3);
  box-shadow: -5px 9px 70px -8px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 42px 0px 20px 40px;
    background: linear-gradient(-90deg,  #7c96f6, #4e69eb);
  }
  #carouselExampleIndicators .carousel-inner,#carouselExampleIndicators1 .carousel-inner{
  
  }
  
  .modal-title{
    color: #000 !important;
  }
  #carouselExampleIndicators .carousel-item img, #carouselExampleIndicators1 .carousel-item img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  }
  .modal .modalimgtest img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  }
  #carouselExampleIndicators1{
    height: 320px;
    -webkit-box-shadow: -5px 9px 70px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: -5px 9px 70px -8px rgba(0,0,0,0.3);
  box-shadow: -5px 9px 70px -8px rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 42px 0px 20px 40px;
    background: linear-gradient(-90deg, #4e69eb, #7c96f6);
  }
  /*
  #carouselExampleIndicators .carousel-caption {
      position: relative;
      right: 15%;
      bottom: 20px;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left;
  }*/
  
  
  #carouselExampleIndicators .h4, #carouselExampleIndicators h4 {
      font-size: 18px;
      margin: 0;
      color: #fff;
  }
  #carouselExampleIndicators .testimonial_subtitle{
     line-height: 1.2;
      font-size: 13px;
      color: #fff;
  }
  #carouselExampleIndicators p{
      font-size: 15px;
      color: #fff;
  }
  #carouselExampleIndicators1 .h4, #carouselExampleIndicators1 h4 {
      font-size: 18px;
      margin: 0;
      color: #fff;
  }
  #carouselExampleIndicators1 .testimonial_subtitle{
     line-height: 1.2;
      font-size: 13px;
      color: #fff;
  }
  #carouselExampleIndicators1 p{
      font-size: 15px;
      color: #fff;
  }
  
  #carouselExampleIndicators .carousel-item, #carouselExampleIndicators1 .carousel-item{
    height: 230px;
  }
  
  #carouselExampleIndicators .carousel-control-next, 
  #carouselExampleIndicators .carousel-control-prev, 
  #carouselExampleIndicators1 .carousel-control-next, 
  #carouselExampleIndicators1 .carousel-control-prev {
      position: relative;
      top: 0px;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: inline;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: 1;
  }
  
  /*
  #carouselExampleIndicators .testimonial-Slider .carousel-control-next, #carouselExampleIndicators .testimonial-Slider .carousel-control-prev {
      position: relative;
      top: 115px;
      bottom: 0px;
      left:0px;
      right: 0px;
      display: -webkit-box;
      display: -ms-inline;
      display: inline;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: 1;
  }
  #carouselExampleIndicators1 .testimonial-Slider .carousel-control-next,#carouselExampleIndicators1 .testimonial-Slider .carousel-control-prev {
      position: relative;
      top: 90px;
      bottom: 0px;
      left:0px;
      right: 0px;
      display: -webkit-box;
      display: -ms-inline;
      display: inline;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: 1;
  }*/
  .textimonial-box{
    padding: 0 40px;
  }
  
  /*gallery*/
  
  
  .gallery{
    padding: 50px 0;
    background-color: #fff;
  }
  .gallery img{
    border-radius: 10px;
  }
  
  /*.gal {
  
    -ms-column-count: 3;
    -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
  
  
    } */
    .gal img{ width: 100%; padding: 7px 0;}
  @media (max-width: 500px) {
      .gal {
    -ms-column-count: 1;
    -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  
  
    }
  
  select.form-control:not([size]):not([multiple]) {
      height: calc(1.1rem + 7px);}
    }
  
  
    /* CSS used here will be applied after bootstrap.css */
  .ekko-lightbox-nav-overlay a {
      color: goldenrod;
  }
  .gallery-title {
      text-align: center;
    font-weight: 500;
    border-bottom: 1px dotted orange;
    margin-top: 1em;
  }
  
  .h426{
    height: 426px;
  }
  
  
  /*footer*/
  footer .footertop {
  background-color: #1f232e;
      padding: 50px 0;
  
  }
  footer .footerbottom {
  color: #fff;
      background-color: #15171d;
      padding: 12px 0 0;
  
  }
  .footer-logo .address {
      margin-top: 45px;
  }
  
   
  
  .footer-box .social-icon{
  
  }
  
  /*.footer-box .social-icon i {
          width: 40px;
      height: 40px;
      color: #fff;
      border-radius: 50%;
      border: 1px solid #fff;
      padding: 12px;
      font-size: 16px;
  }*/
  .footer-box .social-icon i {
      text-align: center;
      width: 40px;
      height: 40px;
      color: #fff;
      border: 0px solid #fff;
      padding: 10px 0px;
      margin: 6px 0;
      font-size: 20px;
      border-radius: 6px;
  }
  
  .footer-box ul .list-inline-item:first-child i {
      background: #3b5998;
  }
  .footer-box ul .list-inline-item:nth-child(2) i {
      background: #1da1f2;
  }
  .footer-box ul .list-inline-item:nth-child(3) i {
      background: #0077b5;
  }
  .footer-box ul .list-inline-item:nth-child(4) i {
      background: #bd081c;
  }
  .footer-box ul .list-inline-item:nth-child(5) i {
      background: #ff0000;
  }
  .footer-box ul .list-inline-item:nth-child(6) i {
        background-image: linear-gradient(71deg,#7837ab,#e62129,#f6d907);
  }
  .footer-box ul .list-inline-item:nth-child(7) i {
      background: #dd4b39;
  }
  
  .address h3{
    color: #fff;
    font-weight: 600;
  }
  .address p{
    color: #888;
    font-weight: 400;
    font-size: 16px;
  }
  footer .quicklinks {
      padding: 0px 0px 0px 30px;
  }
  .quicklinks h4{
    padding-right: 40px;
    text-align: center;
  }
  .quicklinks a{
    color: #888;
    font-weight: 400;
    font-size: 16px;
  }
   .quicklinks ul li {
      line-height: 34px;
      color: #888;
      font-weight: 400;
      font-size: 16px;
  }
  footer h4{
    font-size: 18px;
      margin-bottom: 30px;
      font-weight: 600;
  }
  
  .quicklinks ul{
    list-style: none;
      padding: 0;
  }
  
  .address .add-mp p {
      margin: 0;
      line-height: 36px;
  }
  .address .add-a p {
      margin: 0;
      line-height: 1.5;
  }
  
  
  .quicklinks ul li.col-md-6{
      padding: 0;
      line-height: 34px;
  }
  .Legal ul{
    list-style: none;
      padding: 0;
  }
  .Legal a{
    color: #888;
    font-weight: 400;
    font-size: 16px;
  }
  .Legal ul li{
      line-height: 34px;
      color: #888;
    font-weight: 400;
    font-size: 16px;
  }
  .enquire{display: none;}
  
  .chatimg{
      width: 70px;
      position: fixed;
      right: 4%;
      bottom: 2px;
      z-index: 9999;
  }
  .applayimg1 {
      width: 120px;
      position: fixed;
      right: 12%;
      bottom: 9px;
      z-index: 9999;
    height: 52px;
  }
  .applayimg2 {
      width:120px;
      position: fixed;
      right: 4%;
      bottom: 9px;
      z-index: 9999;
    height: 50px;
  }
  .banner-section
  {
    position: relative;
  }
  .banner-text
  {
    position: absolute;
    top: 0;
    height: 100%;
    width: 70%;z-index:9999999;
    float: left;
    left: 7%;
  }
  .banner-form
  {
    position: absolute;
    top: 0;
    height: 100%;
    width: 70%;
    float: left;
    right: 11%;
  }
  .banner-text
  {
    padding-top: 2%;
  }
  .carousel-item .banner-text.text1, .carousel-item .banner-text.text2 {
      margin-top: 150px;
  }
   
  .banner-text.text2 h3{font-size: 36px; text-shadow: 0px 3px 3px #444;}
  .banner-text.text1 h3{font-size: 40px;text-shadow: 0px 3px 3px #444;}
  .carousel-item .banner-text a{
    position: relative;
    z-index: 99999 !important;
  }
  
  #pibmslider .banner-text a
  {
    position: relative;
    z-index: 99999 !important;
  }
  .banner-text h3{font-size: 50px;text-shadow: 0px 3px 3px #444;}
  #pibmslider .banner-text .btn
  {
    cursor: pointer !important;
    background: linear-gradient(-90deg,#54bcfa, #4290f4);
    border-color:linear-gradient(-90deg,#54bcfa, #4290f4);
  }
  #pibmslider .banner-text .btn:hover
  {
    opacity: 0.8;
    border-color:linear-gradient(-90deg,#4290f4,#54bcfa);
    background: linear-gradient(-90deg,#4290f4,#54bcfa);
    color: #fff !important;
  
  }
  .banner-form{padding-top: 5%;}
  .banner-form h4
  {
      border-bottom: 1px solid #58c5fc;
      box-shadow: 0px 1px 1px #4a9bf542;
      font-size:18px;
  }
  .banner-form input,.banner-form textarea
  {
    border-radius: 0;
  }
  .banner-form-sub{border-radius: 10px;}
  .banner-form .btn
  {
    border-color: linear-gradient(-90deg,#54bcfa, #4290f4);
    background: linear-gradient(-90deg,#54bcfa, #4290f4);
  }
  .banner-form .btn:hover
  {
    background: linear-gradient(-90deg,#54bcfa, #4290f4);
    opacity: 0.8;
    border-color: linear-gradient(-90deg,#54bcfa, #4290f4);
  }
  .btn {
      border-radius: 1px;
  }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #ccc !important;
  }
  
  input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #ccc !important;
  }
  
  input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #ccc !important;
  }
  
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc !important;
  }
  .banner-form .form-control {
      display: block;
      width: 100%;
      padding: .25rem .50rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #003;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ccc;
      border-radius: 1px;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
  .banner-social-icon {
  position: fixed;
  top: 25%;
  left: -110px;
  z-index: 9999;
  background-color:transparent;
  width: 100px; }
  
  
   .banner-arrow {
      position: absolute;
      background: linear-gradient(-90deg,#54bcfa, #4290f4);
      border-radius: 50%;
      width: 100px;
      height: 100px;
      top: 86px;
      left: 55%;
      z-index: 999;
  }
  
  .banner-arrow .arrow1{
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
  .banner-arrow .arrow1 img {
      width: 25px;
      margin-left: 63%;
      margin-top: -82px;
  }
  /*.banner-arrow1 {
      position: absolute;
      background: linear-gradient(-90deg,#54bcfa, #4290f4);
      border-radius: 50%;
      width: 100px;
      height: 100px;
      top: 88px;
      left: 55%;
      z-index: 999;
  }
  .banner-arrow1 img {
      width: 25px;
      margin-left: 63%;
      margin-top: 37px;
  }*/
  
  .banner-arrow i {
      width: 0;
      margin-left: 70%;
      margin-top: 44px;
      font-size: 16px;
  }
  
  .banner-social-icon a {
      color: #fff;
  }
  
  .banner-social-icon .fa-facebook:hover,
  .banner-social-icon .fa-pinterest:hover,
  .banner-social-icon .fa-twitter:hover,
  .banner-social-icon .fa-linkedin:hover, 
  .banner-social-icon .fa-youtube:hover{
    color: rgba(255, 255, 255, 0.7);
  }
  /*.banner-social-icon .fa-pinterest:hover{
    color: #bd081c;
  }
  .banner-social-icon .fa-twitter:hover{
    color: #1da1f2;
  }
  .banner-social-icon .fa-linkedin:hover{
    color: #0077b5;
  }
  .banner-social-icon .fa-youtube:hover{
    color: #ff0000;
  }
  */
   .banner-arrow img {
      width: 25px;
      margin-left: 63%;
      margin-top: 37px;
  }
  .circle {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.27);
  position: relative;
  border: 0px solid #fff;
  padding: 0;
  margin: 1em auto;
  width: 14em;
  height:15em;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  }
  .circle li {
    overflow: hidden;
    position: absolute;
    top: 0; right: 0;
    width: 50%; height: 50%;
    transform-origin: 0% 100%;
    background-color: #fff;
  }
  
  .circle .text {
      font-size: 18px;
      color: #ccc;
      position: absolute;
      left: -100%;
      width: 200%;
      height: 200%;
      text-align: center;
      -webkit-transform: skewY(60deg) rotate(15deg);
      -ms-transform: skewY(60deg) rotate(15deg);
      transform: skewY(60deg) rotate(15deg);
      padding-top: 20px;
  }
  
  .circle  li:first-child i{
    width: 40px;
    height: 40px;
        background: #3b5998;
        border-radius: 50%;
        padding: 10px;
    }
    .circle  li:nth-child(2) i{
     width: 40px;
    height: 40px;
        background: #1da1f2;
        border-radius: 50%;
        padding: 10px;
    }
    .circle  li:nth-child(3) i{
     width: 40px;
    height: 40px;
        background: #0077b5;
        border-radius: 50%;
        padding: 10px;
    }
    .circle  li:nth-child(4) i{
     width: 40px;
    height: 40px;
        background: #ff0000;
        border-radius: 50%;
        padding: 10px;
    }
    .circle  li:nth-child(5) i{
     width: 40px;
    height: 40px;
        background: #bd081c;
        border-radius: 50%;
       padding: 10px;
    }
  
  .circle  li:first-child {
      -webkit-transform: rotate(0deg) skewY(-60deg);
      -ms-transform: rotate(0deg) skewY(-60deg);
    transform: rotate(0deg) skewY(-60deg);
  }
  .circle  li:nth-child(2) {
  
      -webkit-transform: rotate(37deg) skewY(-60deg);
      -ms-transform: rotate(37deg) skewY(-60deg);
    transform: rotate(37deg) skewY(-60deg);
  }
  .circle  li:nth-child(3) {
  
      -webkit-transform: rotate(73deg) skewY(-60deg);
      -ms-transform: rotate(73deg) skewY(-60deg);
    transform: rotate(73deg) skewY(-60deg);
  }
  .circle  li:nth-child(4) {
      -webkit-transform: rotate(109deg) skewY(-60deg);
      -ms-transform: rotate(109deg) skewY(-60deg);
    transform: rotate(109deg) skewY(-60deg);
  }
  .circle  li:nth-child(5) {
  
      -webkit-transform: rotate(150deg) skew60);
      -ms-transform: rotate(150deg) skewY(-60deg);
    transform: rotate(150deg) skewY(-60deg);
  }
  /*.banner-social-icon
  {
      position: absolute;
      top: 36%;
      z-index: 999;
  }
  
  .banner-social-icon {
      transform: scale(1);
      width: 250px;
      height: 250px;
      border-radius: 50%;
      transition: all 5s;
  }
  .bubble.animate {
      transform: scale(0);
  }
  .bubble.animate.displayd {
      transform: scale(1);
  }*/
  
  /*.social-icon_control i{
      position: absolute;
  }
  .social-icon_control{
    right: 0;
      top: -140px;
      height: 90px;
      width: 90px;
      background: aqua;
  }*/
  
  @media (min-width: 1440px){
  .container {
      max-width: 1300px !important;
  }
  }
  
  .Copyright{
    display: none;
  }
  
  
  @media screen and (min-width: 991px) and (max-width: 1024px){
  
  .carousel-item .banner-text.text1, .carousel-item .banner-text.text2 {
      margin-top: 50px !important;
  }
  .banner-form .form-control {    
      font-size: 10px;
      line-height: 1.1;
  }
  .banner-text.text1 h3, .banner-text.text2 h3 {
      font-size: 24px !important;
  }
  select.form-control:not([size]):not([multiple]) {
      height: calc(1.1rem + 7px);}
  
  #carouselExampleIndicators, #carouselExampleIndicators1 {
      height: 360px !important;
  }
  #carouselExampleIndicators .carousel-item,
   #carouselExampleIndicators1 .carousel-item {
      height: 260px !important;
  }
  .btn-box {
      width: 400px;
  }
  
  .img-container {
      margin: 10px 0;
      height: 200px !important;
      overflow: hidden;
  }
  .navbar-brand img {
      width: 230px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 11px !important;
      padding: 0;
      margin: 5px !important;
      line-height: 40px;
  }
  
  .form-group {
      margin-bottom: 5px;
  }
  
  .banner-text h3 {
      font-size: 31px !important;
  }
  .banner-text {
      padding-top: 15%;
  }
  #map {margin-top: 10px !important;}
  
  .searchBox {
      right: -35px !important;
      top: 11px !important;
  }
  
  }
  @media screen and (min-width: 1024px) and (max-width: 1199px){
  
  .searchBox {
      right: -50px !important;
      top: 5px !important;
  }
  select.form-control:not([size]):not([multiple]) {
      height: calc(1.1rem + 7px);}
  .banner-form .form-control {    
      font-size: 10px;
      line-height: 1.1;
  }
  .form-group {
      margin-bottom: 5px;
  }
  #Placement h2 {
      color: #fff;
      font-weight: bold;
      font-size: 26px;
      margin: 10px 0;
  }
  .banner-text h3 {
      font-size: 32px !important;
  }
  .btn-box {
      width: 400px;
  }
  .navbar-brand img {
      width: 234px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 10px !important;
      padding: 0;
      margin: 5px !important;
      line-height: 40px;
  }
  #map {margin-top: 20px !important;}
  #pills-tab .nav-link {
      width: 142px !important;
      margin: 7px 8px !important;
      font-size: 11px !important;
  }
  
  }
  @media screen and (min-width: 1200px) and (max-width: 1366px){
  
  #pills-tab .nav-link {
      width: 176px !important;
      margin: 7px 10px !important;
      font-size: 13px !important;
  }
  select.form-control:not([size]):not([multiple]) {
      height: calc(1.1rem + 7px);}
    
  .banner-form .form-control {    
      font-size: 10px;
      line-height: 1.1;
  }
  
  
  .btn-box {
      width: 360px;
  }
    .banner-text h3 {
      font-size: 48px;
  }
  #Placement h2 {
      font-size: 32px;
  }
  .btn-fin {
      height: 120px !important;
  
  }
  .navbar-brand img {
      width: 240px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 12px !important;
      padding: 0;
      margin: 0 10px !important;
      line-height: 40px;
  }
  
  }
  
  
  
  .top_link {
    margin:0;
    padding:0;
    position:absolute;
    top:-26px;
    right:10px;
    text-transform:none;
  -webkit-transition:all .3s;
  transition:all .3s;
  -moz-transition:all .3s;
    z-index:100
  }
  .error404 a, .error404 h1, .sliding_form_box p, .top_link li.college {
    text-transform:uppercase
  }
  .search_icon .search_box, .sliding_form {
    overflow:hidden;
  -webkit-transition:all .3s
  }
  .top_link li {
    display:inline-block;
    vertical-align:top;
    font-size:13px;
    font-weight:400;
    padding:0 2px;
    color:#fff;
    position:relative
  }
  .top_link li .sub_menu {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    width:200px
  }
  .top_link li .sub_menu li {
    padding:0;
    display:block;
    position:unset
  }
  .top_link li:hover .sub_menu {
    display:block
  }
  #mainNav .top_link li .sub_menu a {
    display:block;
    padding:10px 15px;
    color:#000;
    border-bottom:1px solid #eee
  }
  #mainNav .top_link li .sub_menu a:hover {
    background:#ae161c;
    color:#fff
  }
  .top_link li.college {
    color:#ffb1b4
  }
  .top_link li.college span {
    color:#fff
  }
  .search_icon a {
    width:13px;
    height:18px;
    display:block;
    border-left:1px solid #fff;
    padding-left:10px
  }
  .search_icon a .lnr {
    position:relative;
    top:2px
  }
  .search_icon .search_box.open {
    margin-top:0
  }
  body.noScroll {
    height:100%;
    overflow:hidden
  }
  .search_icon .search_box {
    width:100%;
    position:fixed;
  transition:all .3s;
  -moz-transition:all .3s;
    top:0;
    right:0;
    background:rgba(0, 0, 0, .95);
    height:100vh;
    margin-top:-100vh;
    z-index:1000;
    display:flex;
    align-items:center
  }
  .search_icon .search_box input[type=text] {
    width:100%;
    max-width:610px;
    border:none;
    outline:0;
    padding:0 45px 0 0;
    font-size:24px;
    font-weight:400;
    line-height:50px;
    height:50px;
    background:url(../images/search-icon.png) 97.5% 10px no-repeat;
    color:#fff;
    margin:0 auto;
    border-bottom:1px solid #fff
  }
  
  .top_link li a{color:white;}
  .search_icon .search_box .close_btn {
    background:url(../images/sprite.png) -278px -31px no-repeat;
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:40px;
    right:40px;
    cursor:pointer;
    border-left:none;
    margin:0
  }
  
  
  .aboutus{padding: 40px 0px 30px;}
  
  .masthead .carousel-item:after, .masthead:before {
    position:absolute;
    top:0;
    left:0;
    right:0;
    content:''
  }
  .masthead .carousel-item:after {
    bottom:0;
    background:rgba(0, 0, 0, .2);
    border-bottom:9px solid #e11c24
  }
  .masthead:before {
    background:-moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background:-webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background:linear-gradient(to bottom, rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
    height:200px;
    z-index:10
  }
  
  .sp{padding-left:40px;padding-right:40px}
  
  @media screen and (min-width: 1366px) and (max-width: 1439px){
  .navbar-brand img {
      width: 66%;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 19px !important;
      padding: 0;
      margin: 0 10px !important;
      line-height: 40px;
      font-weight: 100;
  }
  
  
  }
  
  
  .left-sidebar{
    background-color: #f4f4f6;
  }
  
  @media screen and (min-width: 320px) and (max-width: 767px){
  .gallerybox {
      margin-bottom: 20px;
  }
  .flex-row{
    display: block !important;
  }
  .enquiryBox {
      margin-bottom: 30px !important;
  }
  #map {margin-top: 20px !important;}
  
  }
  .mh3btext{display: none;}
  
  @media screen and (max-width: 768px){
  
  #scrollTop {
  display: none !important;
  }
  .banner-form .form-control {    
      font-size: 10px;
      line-height: 1.1;
  }
  .applayimg1 {
      width: 120px;
      position: fixed;
      right: 30%;
      bottom: 9px;
      z-index: 9999;
      height: 50px;
    }
  .enquire{
    display: inline-block !important;
      width: 70px;
      position: fixed;
      right: 4%;
      bottom: 62px;
      z-index: 9999;
  }
  
  .banner-text h3, .banner-text.text1 h3,.banner-text.text2 h3 {
      font-size: 30px;
  }
  .carousel-inner .carousel-item img{
    min-height: auto !important;
  }
  .mh3btext{display: block !important;padding: 0;}
   .banner-text {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100% !important;
      float: left;
    
      left: 0 !important;
  }
  .btn-box{
  width: 410px;
  }
  .internalpage .tab-content {
      padding: 10px 20px;
      font-size: 16px;
  }
  .internalpage .nav-tabs .nav-item {
      width: auto !important;
      margin-bottom: -1px;
  }
  .enquiryBox {
      padding: 5px 0px !important; 
  }
  
  
  /*.flex-row{
    display: block !important;
  }*/
  /*.navbar.fixed-top {
      position: relative !important;
    }*/
  .banner-section .banner-form.d-sm-block {
      display: none !important;
  }
  .banner-text h3 {
      font-size: 32px;
      text-align: center;
  }
  .banner-text{
    text-align: center;
  }
  #Placement .Placement-text {
      background-image: linear-gradient(-90deg,#54bcfa, #4290f4) !important;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 0;
  }
  #Placement h2 {
      color: #fff;
      font-weight: bold;
      font-size: 30px !important;
      margin: 20px 0;
  }
  .Placement-text .Placement-box {
      margin-top: 40px;
      padding:10px 15px !important;
  }
  #Placement .owl-carousel {
      padding: 50px 0;
      margin-top: 0 !important;
      margin-left: 0 !important;
      margin-bottom: 0;
  }
  section h2.section-heading {
      font-size: 30px !important;
      margin-top: 0;
      margin-bottom: 15px !important;
  }
  
  #training .pt-5{
    margin:0 !important;
  }
  .h426 {
      height: 232px !important;
  }
  
  h4.section-heading.mb-5 {
      margin-bottom: 15px !important;
  }
  #carouselannouncement {
      height: auto !important;
    }
  .news-box p, .event-box p {
      font-size: 14px !important;
  }
  .textimonial-box {
      padding: 60px 10px !important;
  }
  .img-container {
      margin: 10px 0;
      height: 144px !important;
      overflow: hidden;
  }
  #carouselExampleIndicators {
      padding: 38px 6px 0 !important;
    }
    #carouselExampleIndicators1 {
      padding: 38px 6px 16px !important
    }
  #carouselExampleIndicators .carousel-control-next, #carouselExampleIndicators .carousel-control-prev {
      position: relative;
      top: 45px;
  }
  #carouselExampleIndicators1 .carousel-control-next, #carouselExampleIndicators1 .carousel-control-prev {
      position: relative;
      top: 56px;
  }
  .blueheader h1 {
      font-size: 13px !important;
      margin-top: 18px !important;
  }
  .redheader a {
      font-size: 14px;
      color: #fff;
      font-weight: 600;
  }
  section h3.section-subheading {
      font-size: 14px !important;
      font-weight: 600;
      margin-bottom: 50px !important;
  }
  .quicklinks a {
      font-size: 14px;
  }
  .Legal a {
      font-size: 14px;
  }
  
  
  
  
  }
  
  @media screen and (max-width: 320px) {
  .internalpage .tab-content {
      padding: 0px 5px !important;
      font-size: 14px;
  }
  .banner-text {
      padding-top: 19% !important;
  }
  .banner-text h3, .banner-text.text1 h3, .banner-text.text2 h3 {
      font-size: 13px !important;
      margin-bottom: 10px !important;
  }
  #pills-tab .nav-link {
      line-height: 1.2;
      margin: 6px 4px !important;
      width: 124px !important;
      height: 48px;
  }
  }
  
  @media screen and (min-width: 325px) and (max-width: 375px) {
  #pills-tab .nav-link {
      line-height: 1.2;
      margin: 6px 4px !important;
      width: 146px !important;
      height: 48px;
  }
  }
  
  @media screen and (min-width: 376px) and (max-width: 425px){
  #pills-tab .nav-link {
      line-height: 1.2;
      margin: 6px 4px !important;
      width: 146px !important;
      height: 48px;
  }
  
  }
  @media screen and (min-width: 320px) and (max-width: 425px){
  .navbar-brand img, .footer-logo img {
      width: 225px !important;
  }
  .banner-text h3, .banner-text.text1 h3, .banner-text.text2 h3 {
      font-size: 14px !important;
      margin-bottom: 10px !important;
  }
  .banner-text {
      padding-top: 18%;
  }
  
  
  }
  
  @media screen and (min-width: 480px) and (max-width: 536px){
  #pills-tab .nav-link {
      width: 178px !important;
    }
  
  
  }
  
  @media screen and (min-width: 481px) and (max-width: 768px){
  #map {margin-top: 20px !important;}
  .parallax {
      margin: 60px auto 0 !important;
  }
  
  .headerInner #mainNav {   
      padding-top: 0px !important;
      padding-bottom: 0px !important;
  }
  .breadcrumb li a, .breadcrumb>li{
      font-size: 15px;
  }
  .h2, h2 {font-size: 24px;}
  .inner-header .title {font-size: 26px !important;}
  #carouselExampleIndicators .carousel-item, #carouselExampleIndicators1 .carousel-item {
      height: 300px;
  }
  #carouselExampleIndicators, #carouselExampleIndicators1{
    height: 400px !important;
  }
  #carouselExampleIndicators .carousel-control-next, 
  #carouselExampleIndicators .carousel-control-prev,
  #carouselExampleIndicators1 .carousel-control-next, 
  #carouselExampleIndicators1 .carousel-control-prev  {
      position: relative;
      top: 0;
  }
  .carousel-item .banner-text.text1, .carousel-item .banner-text.text2 {
      margin-top: 50px !important;
  }
  .banner-text h3, .banner-text.text1 h3,.banner-text.text2 h3 {
      font-size: 20px !important;
  }
  #pibmslider {
      margin-top: 60px !important;
  }
  
  }
  @media screen and (min-width: 320px) and (max-width: 480px){
  
  #mainNav .navbar-brand {
      padding: 10px 4px;
  }
  #pibmslider{margin-top: 48px !important;}
  .banner-section {
      position: relative;
  }
  .sm_menu_outer .mobile_menu a {    
      font: 300 12px/100% "Lato", sans-serif !important;    
  }
  .parallax {
      margin: 54px auto 0 !important;
  }
  .headerInner #mainNav {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
  }
  .breadcrumb li a, .breadcrumb>li{font-size: 14px;}
  .inner-header .title {margin-top: 42px;font-size: 20px !important;}
  .sm_menu_outer {    
      bottom: -5px !important;
      padding: 10px 0;
  }
  #sm_menu_ham{top:4% !important;}
  .internalpage h1, .internalpage h2,.internalpage h3, .internalpage h3.mb-4 {
      margin-bottom: 23px !important;
  }
  
  #carouselExampleIndicators .carousel-item, #carouselExampleIndicators1 .carousel-item {
      height: 300px;
  }
  
  .internalpage table td, .internalpage table th {
      border-color: #ccc !important;
      text-align: center;
      vertical-align: middle;
      font-weight: 400;
      font-size: 14px;
      line-height: 26px;
      width: 300px;
  }
  .internalpage .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .internalpage .tab-content {
      padding: 0px 20px;
      font-size: 16px;
  }
  .btn-box {
      width: 270px !important;
      padding: 30px 12px;
  }
  #carouselExampleIndicators1 .carousel-control-next, #carouselExampleIndicators1 .carousel-control-prev {
      position: relative;
      top: 40px !important;
  }
  #carouselExampleIndicators .carousel-control-next, #carouselExampleIndicators .carousel-control-prev{
    position: relative;
      top: 40px !important;
  }
  #carouselExampleIndicators, #carouselExampleIndicators1{
    height: 360px !important;
  }
  
  .banner-section img.w-100.img-fluid.bannerImage {
      min-height: 200px !important;
  }
  .img-container
  {
    margin:10px 0;
      height: auto !important;
      overflow: hidden;
  }
  
  .customer-list1>li {
      padding: 10px 0 !important;
      /* box-shadow: 0px 2px 9px 0px; */
      margin: 0px !important;
      border: 1px solid #ccc;
      display: inline-block;
      background: #fff;
      width: 100%;
  }
  
  .divider .container {
      margin-top: 30px !important;
      padding-bottom: 30px;
  }
  
  .h2, h2 {
      font-size: 18px;
  }
  .h4, h4, .h5, h5 {
      font-size: 15px;
  }
  .h3, h3 {
      font-size: 17px;
  }
  .banner-social-icon{
    display: none;
  }
  .banner-text {
      padding-top: 20%;
  }
  .banner-text h3, .banner-text.text1 h3,.banner-text.text2 h3 {
      font-size: 16px;
      margin-bottom: 10px !important;
  }
  .carousel-item .banner-text.text1, .carousel-item .banner-text.text2 {
      margin-top: 0;
  }
  .btn{
    font-size: 12px;
  }
  .arrow2:before{
    display: none;
  }
  .blueheader h1 {
      font-size: 16px !important;
  }
  #training .pt-5 {
      padding: 0 !important;
      margin: 0 !important;
  }
  .mb-5, .my-5 {
      margin-bottom: 1rem!important;
  }
  footer .quicklinks {
      padding: 0;
  }
  .quicklinks ul {
      list-style: none;
      padding: 0;
  }
  footer h4 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .quicklinks ul li.last {
      padding: 0;
      margin-bottom: 20px;
  }
  
  #carouselExampleIndicators .carousel-item{
    text-align: center;
    padding: 10px;
  }
  #carouselExampleIndicators1 .carousel-item{
    text-align: center;
    padding: 10px;
  }
  .testimonial-Slider {
      padding: 50px 0 ;
  }
  .Placement-text .Placement-box {
      margin-top: 0;
      padding: 25px 15px !important;
  }
  #Placement h2 {
      color: #fff;
      font-weight: bold;
      font-size: 30px !important;
      margin: 10px 0;
  }
  #carouselannouncement .carousel-indicators {
      bottom: 0;
  }
  .Copyright{
    display: block !important;
  }
  .address .add-mp p {
      font-size: 14px;
      margin: 0px 0px 15px;
      line-height: 1.2;
  }
  
  
  }
  
  .hdd #mainNav {
      -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
      -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
      transition: padding-top 0.3s, padding-bottom 0.3s;
      border: none;
      /* background-color: transparent; */
      
  }
  
  
  /*internal page*/
  .parallax {
      width: 100%;
      height: 100%;
      margin: 0px auto 0;
      background-size: cover;
      background-attachment: scroll;
      background-repeat: repeat;
      background-position: 50% 50% !important;
  }
  .layer-overlay {
    position: relative;
    /* overlay-dark */
    /* overlay-white */
  }
  .layer-overlay::before {
    /*background: linear-gradient(bottom to top, #fff 0%, #000 90%); none repeat scroll 0 0;*/
    /*background-image: linear-gradient(bottom to top, transparent 0%, #000 90%);*/
     background: linear-gradient(0deg, #0000, #000000b5 70%);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
  }
  .inner-header .title {
    text-shadow: 0px 3px 3px #444;
    /*text-transform: capitalize;*/
      font-size: 36px;
      font-family: 'Titillium Web', sans-serif;
  }
  .breadcrumb {
      background-color: transparent;
      padding-left: 0;
      text-align: center;
  }
  .text-white {
      color: #fff !important;
  }
  .breadcrumb {
      border-bottom: 1px solid #ccc;
      padding: 5px 0px;
      margin-bottom: 20px;
      list-style: none;
      border-radius: 0;
  }
  .breadcrumb>li {
      display: inline-block;
  }
  .breadcrumb li a {
      color: #fff;
      font-weight: 300;
  }
  .divider .container {
      margin-top: 150px;
      padding-bottom: 30px;
  }
  .divider, .parallax {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      position: relative;
      overflow: hidden;
      width: 100%;
  }
  
  
  .internalpage .nav-tabs .nav-item {
      margin-bottom: -1px;
  }
  
  .internalpage .tab-content .tab-content {
      box-shadow: none;
      background: none;
  }
  
  .internalpage .tab-content{
      /*padding: 0 0 0 50px;*/
      padding: 6px 15px;
      background: #fff;
      font-size: 16px;
  }
  .internalpage .tab-content h2 {
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: bold !important;
  }
  .internal-mgmt1 p{
    margin:0;
    line-height: 1.5 !important;
  }
  
  @media screen and (min-width: 1025px) and (max-width: 1100px){
  
  #map {margin-top: 20px !important;}
  #carouselExampleIndicators, #carouselExampleIndicators1 {
      height: 380px !important;
  }
  #carouselExampleIndicators .carousel-item,
   #carouselExampleIndicators1 .carousel-item {
      height: 340px !important;
  }
  .banner-form .form-control {    
      font-size: 10px;
      line-height: 1.1;
  }
  
  .img-container {
      margin: 10px 0;
      height: 200px !important;
      overflow: hidden;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 10px !important;
      padding: 0;
      margin: 0 5px !important;
      line-height: 40px;
  }
  
  .dropdown-menu {
      margin-left: 2px !important;
  }
  .banner-text {
      padding-left: 3% !important;
      padding-top: 15% !important;
  }
  
  }
  
  @media screen and (min-width: 1101px) and (max-width: 1200px){
  .img-container {
      margin: 10px 0;
      height: 200px !important;
      overflow: hidden;
  }
  #map {margin-top: 20px !important;}
  
  }
  @media screen and (min-width: 1201px) and (max-width: 1366px){
  .img-container {
      margin: 10px 0;
      height: 230px !important;
      overflow: hidden;
  }
  
  
  }
  
  @media screen and (min-width: 1101px) and (max-width: 1199px){
  
  
  
  .btn-fin {
      height: 120px !important;
  
  }
  
  
  }
  
  
  /*
  @media screen and (min-width: 1101px) and (max-width: 1199px){
  
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 12px !important;
      padding: 0;
      margin: 8px !important;
      line-height: 40px;
  
  }
  #mainNav {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
  .dropdown-menu {
      margin-left: 5px !important;
  }
  .banner-text {
      padding-left: 3% !important;
      padding-top: 15% !important;
  }
  }
  
  @media screen and (min-width: 1200px) and (max-width: 1300px){
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 14px !important;
      padding: 0;
      margin: 8px !important;
  }
  #mainNav {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
  .banner-text {
      padding-left: 3% !important;
      padding-top: 15% !important;
  }
  .banner-text h3 {
      font-size: 38px !important;
  }
  }
  
  
  
  
  */
  
  .home_customers-content {
     /* position: relative;
      min-height: 1px;*/
    /*  padding-left: 15px;
      padding-right: 15px;
      text-align: center;*/
  }
  @media (min-width: 768px){
  .home_customers-content {
      float: left;
      width: 100%;
  }
  
  }
  .customer-list1{
    padding: 0px;
  }
  
  .customer-list1 img{
       width: 70%;
      margin: 0 auto;
      display: block;
  }
  .customer-list1>li{
      padding: 30px 0px;
      /*box-shadow: 0px 2px 9px 0px;*/
      margin: 3px;
      border: 1px solid #ccc;
      display: inline-block;
      background: #fff;
  }
  .home_customers-content {
      /*position: relative;*/
  
      /*padding-left: 15px;
      padding-right: 15px;*/
      /*text-align: left;*/
  }
  
  
  /** css 25-04-2018 */
  
  #Recognitions-carousel1.owl-carousel .owl-item img {
    margin: 0 auto;
      display: block;
      width: auto !important;
  }
  #Recognitions-carousel1 h4, #Recognitions-carousel1{
    margin: 10px 0;
    color: #fff !important;
  }
  
  #Recognitions-carousel1.owl-theme .owl-dots .owl-dot.active span,
  #Recognitions-carousel1.owl-theme .owl-dots .owl-dot:hover span {
      border: 2px solid #fff;
  }
  #Recognitions-carousel1.owl-theme .owl-dots .owl-dot span {
      border: 2px solid #66b5ef;
  }
  
  hr{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(78, 78, 78, 0.28), rgba(0, 0, 0, 0)) !important;}
  hr{
      border: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.28), rgba(0, 0, 0, 0)) !important;
  }
  
  #counter hr{
      border: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0)) !important;
  }
  
  #Number-carousel1.owl-carousel .owl-item img {
    margin: 0 auto;
      display: block;
      width: auto !important;
  }
  #Number-carousel1 h4, #Recognitions-carousel1{
    margin: 10px 0;
    color: #fff !important;
  }
  
  #Number-carousel1.owl-theme .owl-dots .owl-dot.active span,
  #Number-carousel1.owl-theme .owl-dots .owl-dot:hover span {
      border: 2px solid #fff;
  }
  #Number-carousel1.owl-theme .owl-dots .owl-dot span {
      border: 2px solid #66b5ef;
  }
  
  
  #Placement-carousel.owl-carousel .owl-item img {
    margin: 0 auto;
      display: block;
      width: 100px !important;
  }
  
  @media (min-width: 768px){
  .modal {
      position: fixed;
      top: 100px !important;
      z-index: 99999 !important;
      display: none;
      overflow: hidden;
  }
  }
  .img-container
  {
    margin:10px 0;
      height: 270px;
      overflow: hidden;
  }
  
  .modal-backdrop{
    z-index: 999;
     /* display: none !important;*/
  }
  
  .modalimgtest{
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
  }
  .modalimgtest .testimonial_subtitle{
    margin-left: 20px;
  }
  .modalimgtest .float-left {
      margin-right: 20px;
      float: left!important;
  }
  
  button:focus {
      outline: 0px dotted !important;
      outline: 0px auto -webkit-focus-ring-color !important;
  }
  strong{
    color: #c1a559 !important;
  }
  .internalpage h1, .internalpage h2, .internalpage h3 {
    margin-bottom: 40px !important;
    padding: 5px 0px;
    display: inline-block;
    border-bottom: 2px solid #4b74f1;
    font-weight: bold !important;
    text-transform: uppercase;
  }
  
  .internalpage .tab-content p {
      text-align: justify;
  }
  .affix1{
   position:fixed;
   top: 105px;
   z-index:1;
   height:460px;
  
  }
  .affix2{
    position: absolute;
    bottom: 0;
    z-index:1;
   height:460px;
  }
  .navbar.affix{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background: #fff;
    transition: all .35s ease;
  }
  
  .mainleftsidebar.affix-top,
  .mainleftsidebar.affix-bottom {
    position: static;
  }
  .mainleftsidebar.affix-top, .mainleftsidebar.affix {
    position: static;
  }
  
  .mainleftsidebar.affix-bottom {
    position: relative;
  }
  
  @media (min-width: 768px) {
      .mainleftsidebar.affix {
        position: fixed;
        top: 100px;
      }
  }
  
  
  @media (max-width: 768px) {
  .dlab-box-bg{display:none;}
  .navbar-nav .dropdown-menu {
      width: 100%;
  }
  
  .dropdown-toggle::after {
      display: inline-block;
      width: 0;
      margin-top: 9px;
      float: right;
      height: 0;
      margin-left: .255em;
      vertical-align: 0.255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
      font-size: 14px;padding:6px 20px;
      font-weight: bold;
      letter-spacing: 1px;
      border-bottom: 3px solid #fdfdfd30;
      color: white;
      font-family: 'Titillium Web', sans-serif;
  }
  
  .t11 p b{font-size:16px}
  .masthead .carousel-item:after, .masthead:before {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      content: '';
  }}
  
  
  .mainleftsidebar{
    width:283px !important;
  }
  /*@media screen and (min-width:1900px){
    .affix1{width:284px;}
  }
  @media screen and (min-width:1600px) and (max-width:1899px){
    .affix1{width:19%;}
  }*/
  
  .internalpage .nav-tabs .nav-item {
      margin-bottom: -1px;
  }
  
  /*internal page css*/
  
  @media (min-width: 1440px){
    .internalpage .container {
      max-width: 1400px !important;
    }
  
  }
  
  .headerInner #mainNav {
  background: linear-gradient(0deg, #0000, #161c1db5 70%) !important;
  margin-bottom: 0;
  padding-top: 20px;
      padding-bottom: 20px;
  }
  .internalpage .nav-tabs .nav-link {
  border: 0px solid transparent;
  }
  .internalpage .nav-tabs--vertical {
  background-color: #f4f4f6;
  border-bottom: none;
  border-right: 0px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  }
  .internalpage .nav-tabs--left {
  padding: 10px;
  height: auto;
  margin: 0 10px;
  }
  .internalpage .nav-tabs--left .nav-item + .nav-item {
  margin-top: .25rem;
  }
  .internalpage .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #e1e1e3;
  }
  .internalpage .nav-tabs--left .nav-link span {
  padding-top: 8px;
  }
  .internalpage .left-sidebar  .nav-tabs--left .nav-link {
  padding:10px 0;
  border-bottom: 1px solid #e1e1e3 !important;
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  }
  .internalpage .nav-tabs--left .nav-link:hover {
    padding-left: 5px;
  background-color: #f7f7f7;
  color: #3277ae;
  border-color: transparent;
  }
  .internalpage .nav-tabs--left .nav-link.active {
  font-weight: bold;
  color: #416aef;
  background-color: #f4f4f6;
  border-radius: 0px;
  margin-right: -1px;
  }
  
  
  
  @media screen and (max-width:767px){
  
  .contact .addressBox address{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent; 
    height: auto !important;
    padding: 10px 0;
  }  
    .mainleftsidebar{display: none;}
  footer .footerbottom p{text-align:center !important;}
  .internalpage .tab-content{padding:0px;}
  footer .quicklinks{padding:0px;}
  }
  @media screen and (min-width:768px) and (max-width:991px){
  #mainNav {
      background-color: #212529;
      height: 75px !important;
  }
  .banner-form .form-control {    
      font-size: 10px;
      line-height: 1.1;
  }
  .sm_menu_outer .mobile_menu li.hasChild>a {
      background: url(../img/next.png) no-repeat scroll 97% center / 3% auto !important;
  } 
  .sm_menu_outer .mobile_menu li.back a {
      padding: 20px 5px 20px 70px !important;
      background: url(../img/back.png) no-repeat scroll 15px center / 3% auto !important;
  }
  #sm_menu_ham{top: 30px !important;}
  .banner-text h3, .banner-text.text1 h3,.banner-text.text2 h3 {
      font-size: 25px !important;
  }
  }
  @media screen and (min-width:768px) and (max-width:990px)
  {
  .breadcrumb li a, .breadcrumb>li{font-size: 16px;}
  .h2, h2 {font-size: 26px;}
  .inner-header .title {font-size: 28px !important;}
  
  
    .contact .addressBox address{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent; 
    height: 300px !important;
    padding: 10px 0;
  }
  .banner-form .form-control {    
      font-size: 10px;
      line-height: 1.1;
  }
  .banner-form .form-group {
      margin-bottom: 10px;
  }
  .btn{font-size: 13px;}
  .banner-text h3, .banner-text.text1 h3,.banner-text.text2 h3 {
      font-size: 30px;
  }
  
  .mainleftsidebar {
    width: 190px !important;
  }
  .internalpage .container{max-width: 760px;}
  .internalpage p, .internalpage li {
      line-height: 28px;
      font-size: 12px;
    }
  }
  @media screen and (min-width:991px) and (max-width:1200px)
  {
  .breadcrumb li a, .breadcrumb>li{font-size: 16px;}
  .h2, h2 {font-size: 26px;}
  .inner-header .title {font-size: 28px !important;}
  
  .mainleftsidebar {
      width: 230px !important;
  }
  .internalpage .nav-tabs--left{padding:10px 0px;}
  #Placement .Placement-text{background-image:none;}
  .Placement-text .Placement-box {background-color:#000;padding: 0px 12px;}
  }
  
  @media screen and (max-width:750px){
  .arrow2:before{display:none;}
  address p .fa-icon{font-size: 16px;}
  
  }
  
  #map-canvas {
    height: 600px;
    width: 100%;
    margin: 0px;
    padding: 0px
  }
  .form-check-input{
    width:20px;
    height:20px;
  }
  #contactform .form-control{
    border-radius: 1px;
  }
  
  .contact .addressBox address{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent; 
    height: 230px;
  }
  .contact address h5{
    color: #c1a559;
  }
  .contact address i{color: #666;}
  
  .contact address p:nth-child(1) {
    display: inline-flex;
  }
  .contact address p .fa-icon{
    font-size: 20px;
    margin-right: 10px;
    color: #666;
  }
  .enquiryBox{padding: 5px 60px;}
  .enquiryBox a{color: #fff !important;margin-top: 20px;}
  
  
  .logotools{border:1px solid #ccc; margin-bottom: 20px;}
  
  .btndownload{
    word-wrap: normal;
    white-space: normal;
    word-break: normal;
    color: #fff !important;
    background-color: #4a9bf5;
      border-color: none;
      box-shadow: none !important;
      font-size: 16px;
      padding: 10px 24px;
      text-transform: uppercase!important;
  }
  .btndownload:hover,.btndownload:focus{opacity: 0.8;}
  .rankingBox{
    min-height: 285px;
      border: 1px solid #ccc;
      margin-bottom: 30px;
      padding: 10px;
  }
  .imgbox{
    display: inline-block;
      border: 1px solid #eee;
      padding: 0px;
      margin-bottom: 10px;
  }
  .imgbox p{padding: 5px;}
  
  
  .panelOuter,.eventOuter{
        box-shadow: 0 6px 11px 0px rgba(17, 17, 17, 0.12);
      border: 2px solid #ccc;
      margin-bottom: 30px;
  }
  .eventOuter1{
    box-shadow: 0 6px 11px 0px rgba(17, 17, 17, 0.12);
    border: 2px solid #ccc;
   margin-bottom: 30px;
  }
  .eventDtl1 {
    border: 0px solid #4873f0;
      min-height: 210px;
      padding: 7px;
  }
  .visitDtl {
    border: 0px solid #4873f0;
      min-height: 55px;
      padding: 7px;
  }
  
  .planelDtl{
    border: 0px solid #4873f0;
    min-height: 150px;  
      padding: 7px;
  }
  .weekenedDtl {
    border: 0px solid #4873f0;
      min-height: 84px;
      padding: 7px;
  }
  .eventDtl {
    border: 0px solid #4873f0;
      min-height: 114px;
      padding: 7px;
  }
  .planelDtl p, .eventDtl p, .eventOuter1 p, .visitDtl p, .weekenedDtl p{
      line-height: 23px;
      text-align: left !important;
      font-size: 13px;
      color: #666;
      margin-bottom: 5px !important;
  }
  .linkb{
    color: #665;
    font-size: 14px;
      height: 80px;
      padding: 8px 20px;
      background: #e9eff4;
      vertical-align: middle;
      align-items: center;
  }
  .linkb a{color: #222 !important;vertical-align: middle;
      align-items: center;font-size: 14px;
  }
  
  .result-gallery .lightbox img:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 15px rgba(0,0,0,0.3);
  }
  .result-gallery .lightbox img {
      width: 100%;
      margin-bottom: 30px;
      transition: 0.2s ease-in-out;
      box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  }
  .result-gallery img {
      border-radius: 4px;
  }
  
  #carouselGuest .carousel-indicators li {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 14px;
      height: 14px;
      border: 2px solid #888;
      border-radius: 50% !important;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      background-color: rgba(255,255,255,.5);
      cursor: pointer;
  }
  #carouselGuest .carousel-indicators li.active {
      border: 2px solid #2345f1;
  }
  #carouselGuest .carousel-indicators {
      position: relative;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 15;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none;
  }
  
  
  /*28-06-2018 Rakesh*/
  
  /*#training{
    padding: 50px 0;
    background-image: url(../img/training.png),linear-gradient(-90deg, #4a9bf5, #41474a);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    transform: translate3d(0,0,0);
  }
  */
  
  #scrollTop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    background-image: url(../img/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(123, 123, 123, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
  }
  
  #scrollTop:hover {
    background-color:#0066cc;
  }
  
  
  .CorporateEventsDtl h5,.CorporateEventsDtl p{
    margin: 0;
    padding: 0
    line-height:1.5;
  
  }
  
  #CorporateEventshome{
    padding: 50px 0;
    /*background-image: url("../img/corporateEvents/Corporatebg.png"),linear-gradient(-90deg, #292929, #292922);*/
    background-image: url(../img/corporateEvents/Corporatebg.png),linear-gradient(-90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0.95));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
  }
  #CorporateEventshome .btn-primary1 {
      background-color: #fff;
      border-color: #fff;
      color: #000;
  }
  #CorporateEventshome .btn-primary1:hover {
      background-color: #fff;
      border-color: #fff;
      color: #3476b5;
  }
  
  #CorporateEventshome h2{
    color: #fff;
  }
  #CorporateEventshome h4{
    color: #fff;
    margin: 15px 0;
    font-size: 20px;
  }
  #CorporateEventshome p{
    color: #fff;
    font-size: 14px;
  }
  #CorporateEventshome img{margin-bottom: 20px;}
  
  .internalpage .CorporateEventsDtl p{
    text-align: left;
  }
  
  .internalpage .CorporateEventsDtl{
    text-align: left;
    min-height: 543px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.27);
  }
  .internalpage .CorporateEventsDtl h5{margin: 15px 0 0;}
  .internalpage .DetailsCorporate img{margin-bottom: 20px;}
  
  #pills-tab .nav-link {
      width: 215px;
      margin: 7px 15px;
      font-weight: bold;
      color: #222;
      font-size: 14px;
      border: 1px #ccc solid;
      padding: 6px 3px;
      text-align: center;
  }
  
  #pills-tab .nav-link.active {
      background-color: #6c93f7;
      color: #fff;
  }
  .trainerDtl h4,h5{font-size: 16px;margin:10px 0;}
  .trainerDtl p{
    line-height: 1.2;
  }
  .trainerDtl{padding: 10px;}
  .trainersdiv{
        box-shadow: 0 6px 11px 0px rgba(17, 17, 17, 0.12);
      border: 2px solid #ccc;
      margin-bottom: 30px;
    display: inline-block;
      padding: 0px;
  }
  .trainersdiv img{
    width: 100%;
  }
  
  .trainerDtl .viewtrainer{
    cursor: pointer;
    color: #416aef !important;
    margin: 10px 0;
    font-weight: bold;
  }
  
  
  @media (min-width: 768px){
  .lifePIBM .modal-dialog, .CorporateEvents .modal-dialog,{
      max-width: 90% !important;
      margin-top: 70px;
  }
  
  }
  
  .lifePIBM .modal,.CorporateEvents .modal{top:20px !important;}
  .lifePIBM .modal-header, .CorporateEvents .modal-header{
      margin-top: 10px;
  }
  .lifePIBM .modal-header, .CorporateEvents .modal-header{
      padding: 15px;
      border-bottom: 1px solid #e5e5e5;
  }
  
  .fancybox-container{z-index: 9999999 !important;}
  .img-container img{
    width: 100%;
    height: 240px;
  }
  .grid.row figcaption a{color: #fff !important;outline: none !important;text-align: center;}
  .grid.row figcaption{
    padding: 5px;
    margin:10px;
   width: 100%;
      height: 100px;
      background: #007bff;
      color: #fff !important;
      border-radius: 20px;
  }
  .indi {bottom: 70px;}
  .t11{padding-top:20%;}
  
  .t11 h4{text-shadow: 0px 3px 3px #444;}
  .t11 p{line-height:40px; text-shadow: 0px 3px 3px #444;}
  
  @media only screen and (max-width:768px){
  .navbar-brand img, .footer-logo img {
      width:290px !important;
  }
  .t11{padding-top:0%;}
  .carousel {
      position: relative;
      margin: 84px 0px 0px 0px;
  }
  .top_link{display:none}
  }
  
  /*search box*/
    
  .module {
    display: inline-block;
    position: relative
  }
  
  .module span.title {
    display: none
  }
  
  .module-search .search-icon {
    line-height: 94px;
    cursor: pointer;
  }
  
  .module-search .search-icon i {
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 23px;
  }
  
  .module-search .search-icon:hover i {
    color: #ffc527;
  }
  
  .module-search .search-box .search-form {
    margin-bottom: 0
  }
  
  .module-search .search-box .search-form .input-group {
    height: 100%;
  }
  
  .module-search .search-box .search-form .btn {
    background-color: #2d2929;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff
  }
  
  .module-search .search-box .search-form input {
    border: none;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #9e9e9e;
    height: 100%;
    padding-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  @media only screen and (min-width: 992px){
  
  .module-search:hover .search-box {
      opacity: 1;
      visibility: visible;
      display: block;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
  }
  }
  .module-search .search-box{
      background: linear-gradient(-90deg, #7d97f7, #5169eb) !important;
  }
  .module-search .search-box .search-form {
      margin-bottom: 0;
  }
  @media only screen and (min-width: 992px){
  .module-search .search-box {
      position: absolute;
      display: block;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-top: 2px solid #f5be36;
      right: 0;
      width: 270px;
      padding: 20px;
      box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
      -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
      -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
      z-index: 99;
      margin-top: -2px;
      transform: translateY(10%);
      -webkit-transform: translateY(10%);
      -moz-transform: translateY(10%);
      -o-transform: translateY(10%);
      -ms-transform: translateY(10%);
      border-radius: .25rem;
  }
  }
  .module-search .search-box .search-form input {
      border: none;
      font-size: 13px;
      text-transform: capitalize;
      margin-bottom: 0;
      color: #9e9e9e;
      height: 100%;
      padding-right: 0;
      padding-top: 9px;
      padding-bottom: 9px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
  }
  .module-search .search-icon{
    line-height: 43px;
    color: #fff;
  }
  
  .module-search .search-icon i {
    color: #fff;
  }
  .module-search .search-icon i {
      border-left-color: rgba(49, 49, 49, 0.1);
  }
  .module-search .search-icon i {
      font-size: 14px;
      color: #fff;
      border-left: 0px solid #fff;
      padding-left: 10px;
      padding-right: 20px;
      line-height: 23px;
  }
  /*end search box*/
  /*gallery*/
  .galleryimgage{
      box-shadow: 0 6px 11px 0px rgba(17, 17, 17, 0.12);
      border: 2px solid #ccc;
      margin-bottom: 30px;
      min-height: 290px;
  }
  .galleryimgage p{
    padding: 0 10px;
    line-height: 23px;
      text-align: left !important;
      font-size: 12px;    
      margin-bottom: 5px !important;
  }
  .galleryimgage h6{margin: 10px 5px 8px;}
  .galleryimgage img{
    height: 200px;
  }
  
  .galleryimgage:hover {
      transform: scale(1.1);
  }
  .galleryimgage {
      padding: 0px;
      transition: transform .2s;
  }
  
  /*search new*/
  
  .search-form{position: relative;}
  .search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
  }
  .search-form .form-group input.form-control {
  
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 1px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-bottom: 3px;
      padding-top: 3px;
    padding-right: 20px;
    border: 0 none;
    box-shadow: none;
  }
  
  .search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
  }
  .search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
  }
  .search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
  }
  .search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
  }
  .search-form .form-group:hover,
  .search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
  }
  .search-form .form-group span.form-control-feedback {
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #546dec;
    left: initial;
    font-size: 14px;
  }
  .navbar-collapse{position: relative;}
  .searchBox{
    position: absolute;
    right: -60px;
    top: 5px;
    z-index: 9999;
  }
  .carporate-person p{
      text-align: center !important;
      text-transform: uppercase;
      line-height: 1.5;
      margin-bottom:0px;
      font-size: 13px;
    }
  .carporate-person h5{color:#000;font-size:600;}
  .carporate-person .position{}
  .carporate-person .company{color: #381877;font-weight: 900;}
  
  .zoom {
      padding: 8px;
      transition: transform .2s; /* Animation */    
      margin: 0 auto;
  }
  
  .zoom:hover {
      transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  
  @media (min-width:993px) and (max-width:1024px) {
    
  .applayimg1 {
      width: 120px;
      position: fixed;
      right: 17%;
      bottom: 9px;
      z-index: 9999;
      height: 52px;
    }
  .applayimg2 {
      width: 120px;
      position: fixed;
      right: 5%;
      bottom: 9px;
      z-index: 9999;
    height: 50px;
    }
  
  }
  @media (max-width:767px) {
  .applayimg1 {
      width: 120px;
      position: fixed;
      right: 37%;
      bottom: 9px;
      z-index: 9999;
      height: 50px;
    }
  .wow{margin:0px !important;}
  body {
    overflow-x: hidden;
    margin:0px;
    padding:0px
  }
  
  }
  
  
  ::-webkit-scrollbar {
      display: none;
  }
  
  /*Prospectus*/
  
  #bt-Prospectus a {
    position: absolute;
    right: -48px;
    transition: 0.2s;
    padding:3px;
    width: 120px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    z-index: 1000;
    text-align:center;
  }
  
  #bt-Prospectus a:hover {
    right: 5;
  }
  
  #Prospectus {
    top: 50%;
    right:0;
    background-color: #0066cc;
    transform: rotate(270deg);
    color: white;
  }
  
  #apply {
    top: 30%;
    right:0;
    background-color: #f5d76e;
    transform: rotate(270deg);
    color: #273342;
  }
  
  /*Social side bar*/
  
  .section1{
    position:relative;
    height:600px;
    background:#F1F5F8;
    padding:10px 0px;
    width:100%;
  }
  .section1 h2{
    text-align:center;
    font-size:40px;
  }
  .section1 p{
    text-align:center;
    padding:0px 70px;
    color:grey;
  }
  .sticky-social{
    position:fixed;
    top:200px;
    left:-40px;
    padding:0px;
    margin:0px;
  }
  .social{
    list-style:none;
  }
  .social li{
    padding:5px 5px;
    font-size:25px;
    transition:all 0.1s ease-in-out;
  }
  .social li:hover{
      margin-right:-30px;
   box-shadow:2px 5px 10px grey;
  }
  .social li:hover .fa{
      margin-left:20px;
    
  }
  .fa{
    color:#fff;
    transition:all 0.3s ease-in-out;
  }
  .fb{
    background-color:#3C5A98;
  }
  .twitter{
      background-color:#1EA1F2;
  }
  .link-d{
      background-color:#0077b5;
  }
  .y-tube{
      background-color:#ff0000;
  }
  .insta{
      background-color:#c9274c;
  }
  
  /*popup*/
  #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.3;
  -khtml-opacity: 0.3;
  opacity: 0.7;
  z-index: 100;
  display: none;
  }
  .cnt223 a{
  text-decoration: none;
  }
  .popup{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  background-color: #fff;
  opacity:90%;
  }
  
  .cnt223{
  min-width: 600px;
  width:50%;
  min-height: 150px;
  margin:100px auto;
  background-color: #000;
  position: relative;
  opacity: 100%;
  z-index: 10000;
  padding: 15px 35px;
  border-radius: 5px;
  /*box-shadow: 0 2px 5px #000;*/
  }
  
  .cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
  }
  .cnt223 .x:hover{
  cursor: pointer;
  }
  .close {
      float: right;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1;
      color: #d5c050 !important;
      text-shadow: 0 1px 0 #fff;
      opacity: 1;
  }