/* CSS Document */

@import url("font-awesome.min.css");
body {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.woff2') format('woff2'), url('../fonts/Lato-Black.woff') format('woff'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}


/*Preloader*/


/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }*/

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/preloader.gif) center no-repeat #fff;
}


/*Preloader*/


/*content select*/

::-webkit-selection {
  background: #1a578c;
  color: #fff;
}

::-moz-selection {
  background: #1a578c;
  color: #fff;
}

::-o-selection {
  background: #1a578c;
  color: #fff;
}

::-ms-selection {
  background: #1a578c;
  color: #fff;
}

::selection {
  background: #1a578c;
  color: #fff;
}


/*content select*/


/*page comes with smooth*/

@-moz-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-ms-keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes overlay-hide {
  0% {
    opacity: 1;
    z-index: 100000;
  }
  15% {
    opacity: 1;
    z-index: 100000;
  }
  99% {
    opacity: 0;
    z-index: 100000;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

body:before {
  -moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  color: #e5e6e7;
  content: '\f1ce';
  cursor: default;
  display: block;
  font-size: 2em;
  height: 2em;
  left: 50%;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 2em;
  z-index: -1;
}

body:after {
  -moz-animation: overlay-hide 1.5s ease-in forwards !important;
  -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
  -ms-animation: overlay-hide 1.5s ease-in forwards !important;
  animation: overlay-hide 1.5s ease-in forwards !important;
  background: #ffffff;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}


/*page comes with smooth*/

input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  text-align: center;
  text-decoration: none;
}


/*.formBox-main .formbox input, select{background-color:#a23c3c;}*/


/*top menus*/

.normal {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  height: 107px;
  background: #efefef;
}

.normal .navbar-left {
  padding-top: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-align: right;
  padding-left: 15px;
  line-height: 30px;
}

.normal .navbar-left span {
  display: block;
  font-size: 28px;
  color: #fff;
  text-align: right;
  line-height: 34px;
  font-weight: normal;
}

.normal .navbar-left span strong {
  color: #0ad18b;
  line-height: 24px;
  font-weight: normal;
}

.navbar-brand.left-penal {
  margin-top: 32px;
}

.navbar-brand.left-penal span {
  font-size: 18px;
  color: #005a9e;
  line-height: 21px;
}

.navbar-brand.left-penal span strong {
  display: block;
  color: #004f95;
  font-weight: 900;
  font-size: 17px;
}

.navbar-brand.left-penal span strong.knl {
  font-size: 17px;
  margin-top: 0px;
}

.navbar-brand {
  height: auto;
  text-align: center;
  padding: 0px;
}

.navbar-brand.left-penal {
  display: block;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.navbar-brand img {
  padding: 0px;
  max-height: 90px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  float: left;
}

.navbar-brand span {
  position: relative;
  width: 100%;
  float: left;
}

.shrink {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
  height: 100px;
}

.shrink .navbar-left span {
  color: #fff;
  font-size: 22px;
  padding-top: 0px;
  line-height: 20px;
  display: block;
}

.shrink .navbar-left span img {
  color: #fff;
  font-size: 22px;
  padding-top: 0px;
  line-height: 20px;
  display: inline-block;
}

.shrink .navbar-brand.left-penal {
  display: block;
  padding-top: 0px !important;
}

.shrink .navbar-left {
  padding-top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.shrink .navbar-brand {
  margin-left: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.shrink .navbar-brand img {
  max-height: 80px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}


/*top menus*/

#topHeader {
  display: block;
  z-index: 9999;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

#header-wrap {
  display: block;
  width: 100%;
  background-image: url(../images/banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*background-position: 0 -222%;*/
  height: 600px;
}

#header-wrap .heading {
  background-color: none;
  padding: 0px;
  margin-top: 420px;
  margin-top: 360px;
  padding-left: 0%;
}

#header-wrap .heading span {
  display: block;
  font-size: 38px;
  font-weight: 500;
  color: #FFF;
  line-height: 39px;
  text-align: left;
  padding-bottom: 10px;
  position: absolute;
  padding: 15px 58px 15px 12%;
  margin-top: 0px;
  z-index: 2;
  left: 0px;
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -o-border-radius: 0px 20px 20px 0px;
  overflow: hidden;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, .9);
}

#header-wrap .heading span strong {
  display: block;
  font-size: 40px;
  color: #ffffff;
  line-height: 47px;
  margin: 13px 0;
}

#header-wrap .heading span em {
  color: #fff;
  font-style: normal;
  font-size: 18px;
}

#header-wrap .heading span label {
  font-size: 30px;
  color: #ffffff;
  line-height: normal;
  margin: 0;
  display: block;
  font-weight: 400;
}

#header-wrap .heading span label em {
  color: inherit;
  font-style: inherit;
  font-size: 25px;
  line-height: 1;
  display: block;
}


/*#header-wrap .heading span + span{ font-size:18px; border-bottom:0px; text-transform:none; padding:80px 10px 20px 10px; line-height:24px; font-weight:300;  left:0px; z-index:1; font-weight:bold;}*/

#header-wrap .heading span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 ,122, 153, .7);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-radius: 0px 0px 20px;
  -webkit-border-radius: 0px 0px 20px;
  -moz-border-radius: 0px 0px 20px;
  -o-border-radius: 0px 0px 20px;
  z-index: -1;
}

#header-wrap .nospace {
  padding-left: 0px;
  padding-right: 0px;
}

.nospace {
  padding-left: 0px;
}

.nospace-right {
  padding-right: 0px;
}

.formBox-main {
  z-index: 999;
}

.formBox-main .formbox {
  display: block;
  padding: 20px 0px;
  background-color: rgba(000, 000, 000, 0.8);
  width: 100%;
  margin-left: 0%;
  margin-top: 123px;
}

.formBox-main .formbox .form-group {
  padding-left: 10px;
  padding-right: 10px;
}

#header-wrap .col-lg-7.col-md-7.col-sm-7 {
  /*width:64%;*/
  position: absolute;
  left: 0%;
}

#header-wrap .col-lg-5.col-md-5.col-sm-5 {
  width: 26%;
  position: absolute;
  right: 10.3%;
}

.formBox-main .formbox h4 {
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  margin: 0;
  line-height: 1;
}

.formBox-main .formbox .form-group {
  margin-bottom: 6px;
}

.formBox-main .formbox .form-control {
  height: 32px;
  border-radius: 0px;
  font-size: 12px;
  background-color: #c8c8c8;
  box-shadow: none;
  color: #003b6f;
}


/*.formBox-main .formbox .form-control select option{background-color:#c7c7c7;}*/

.formBox-main .formbox .ht {
  min-height: 70px;
}

.formBox-main .formbox .btclr {
  display: block;
  width: 38%;
  border: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 900;
  background: #49722e;
  font-size: 18px;
  padding: 7px 10px 7px;
  border: 1px solid #b0acac;
  color: #fff;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  background: rgba(1, 143, 251, 1);
  background: -moz-linear-gradient(top, rgba(1, 143, 251, 1) 0%, rgba(7, 130, 218, 1) 42%, rgba(13, 122, 190, 1) 54%, rgba(13, 122, 190, 1) 71%, rgba(13, 122, 190, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1, 143, 251, 1)), color-stop(42%, rgba(7, 130, 218, 1)), color-stop(54%, rgba(13, 122, 190, 1)), color-stop(71%, rgba(13, 122, 190, 1)), color-stop(100%, rgba(13, 122, 190, 1)));
  background: -webkit-linear-gradient(top, rgba(1, 143, 251, 1) 0%, rgba(7, 130, 218, 1) 42%, rgba(13, 122, 190, 1) 54%, rgba(13, 122, 190, 1) 71%, rgba(13, 122, 190, 1) 100%);
  background: -o-linear-gradient(top, rgba(1, 143, 251, 1) 0%, rgba(7, 130, 218, 1) 42%, rgba(13, 122, 190, 1) 54%, rgba(13, 122, 190, 1) 71%, rgba(13, 122, 190, 1) 100%);
  background: -ms-linear-gradient(top, rgba(1, 143, 251, 1) 0%, rgba(7, 130, 218, 1) 42%, rgba(13, 122, 190, 1) 54%, rgba(13, 122, 190, 1) 71%, rgba(13, 122, 190, 1) 100%);
  background: linear-gradient(to bottom, rgba(1, 143, 251, 1) 0%, rgba(7, 130, 218, 1) 42%, rgba(13, 122, 190, 1) 54%, rgba(13, 122, 190, 1) 71%, rgba(13, 122, 190, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#018ffb', endColorstr='#0d7abe', GradientType=0);
}

.formBox-main .formbox .btclr:hover {
  background: #0c7ac0;
}

.formBox-main .formbox:hover {
  background-color: rgba(000, 000, 000, 1);
}

.formBox-main .formbox .form-control:hover {
  background: #e1dede;
}

.formBox-main .formbox .styled-select .form-control:hover {
  background: #e1dede url(../images/arrow.png) 97% center no-repeat;
}

.formBox-main .formbox .checkbox label {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
}

.formBox-main .formbox .form-group-nospac {
  padding: 0px;
}

.styled-select select {
  background: none;
  width: 100%;
  /*padding: 10px;*/
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 32px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: url(../images/arrow.png) no-repeat 95% center;
}

.styled-select {
  width: 100%;
  height: 32px;
  margin-bottom: 1px;
  overflow: hidden;
  /*background-color:#a23c3c;*/
}

.formBox-main .formbox:hover,
.formBox-main .formbox,
.formBox-main .formbox .form-control:hover,
.formBox-main .formbox .form-control,
#infrastructure .setwidth:hover,
#infrastructure .setwidth {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#bidding {
  background-image: url(../images/mba.jpg);
  background-size: 100%;
  height: 791px;
  width: 100%;
  display: block;
}

#bidding img {
  text-align: center;
  margin: auto;
}

#infrastructure {
  background: #007a99;
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-top: 0px;
}

#infrastructure h1 {
  width: 42%;
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-bottom: 80px;
  background: url(../images/dgn.png) left 10px no-repeat, url(../images/dgn.png) right 10px no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#infrastructure .setwidth {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
  border-radius: 10px 15px;
  -moz-border-radius: 10px 15px;
  -webkit-border-radius: 10px 15px;
  -o-border-radius: 10px 15px;
  border: 3px solid #fff;
  background: #86e4e2;
  padding: 20px;
  min-height: 170px;
  height: 170px;
  margin-bottom: 50px;
  @-webkit-keyframes swing {
    15% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
      -moz-transform: translateX(5px);
      -o-transform: translateX(5px);
    }
    30% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
      -moz-transform: translateX(-5px);
      -o-transform: translateX(-5px);
    }
    50% {
      -webkit-transform: translateX(3px);
      transform: translateX(3px);
      -moz-transform: translateX(3px);
      -o-transform: translateX(3px);
    }
    65% {
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px);
      -moz-transform: translateX(-3px);
      -o-transform: translateX(-3px);
    }
    80% {
      -webkit-transform: translateX(2px);
      transform: translateX(2px);
      -moz-transform: translateX(2px);
      -o-transform: translateX(2px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
    }
  }
  @keyframes swing {
    15% {
      -webkit-transform: translateX(5px);
      transform: translateX(5px);
      -moz-transform: translateX(5px);
      -o-transform: translateX(5px);
    }
    30% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px);
      -moz-transform: translateX(-5px);
      -o-transform: translateX(-5px);
    }
    50% {
      -webkit-transform: translateX(3px);
      transform: translateX(3px);
      -moz-transform: translateX(3px);
      -o-transform: translateX(3px);
    }
    65% {
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px);
      -moz-transform: translateX(-3px);
      -o-transform: translateX(-3px);
    }
    80% {
      -webkit-transform: translateX(2px);
      transform: translateX(2px);
      -moz-transform: translateX(2px);
      -o-transform: translateX(2px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
    }
  }
}

#infrastructure .setwidth:hover.setwidth img {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -moz- animation: swing 1s ease;
  -o- animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  -moz--webkit-animation-iteration-count: 1;
  -o--webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#infrastructure .setwidth:hover {
  background: #58d2cf;
}

#infrastructure .setwidth:hover.bgwhite {
  background: #ddd6d6;
}

#infrastructure .setwidth img {
  margin-top: -60px;
}

#infrastructure .setwidth.bgwhite {
  background: #efefef;
}

#infrastructure .setwidth p {
  font-size: 15px;
  font-weight: normal;
  padding-top: 15px;
}

#eligibility {
  background: #dddddd;
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 30px;
}

#eligibility h2 {
  width: 33%;
  text-align: center;
  font-size: 26px;
  color: #000;
  margin-bottom: 30px;
  background: url(../images/dgn2.png) left 10px no-repeat, url(../images/dgn2.png) right 10px no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#eligibility .eligibin {
  display: block;
  text-align: center;
  background: url(../images/dvdr.png) left 0px no-repeat;
  min-height: 90px;
}

#eligibility .eligibin:first-child {
  background: none;
}

#eligibility .eligibin p {
  color: #000;
  font-size: 15px;
  padding: 20px 5px 0px 5px;
}

#career {
  background: #3d373f;
  padding-top: 10px;
  height: 480px;
  width: 100%;
  display: block;
}

#career h3 {
  width: 35%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  background: url(../images/dgn.png) left 10px no-repeat, url(../images/dgn.png) right 10px no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#career p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-bottom: 30px;
  font-weight: bold;
}

#academ {
  background: #dddddd;
  width: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

#academ .plc-logo {
  padding: 17px 0 0 0;
  width: 100%;
  height: 95px;
  position: relative;
  overflow: hidden;
}

#academ h4 {
  width: 54%;
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
  background: url(../images/dgn2.png) left 10px no-repeat, url(../images/dgn2.png) right 10px no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#recruiters {
  background-image: url(../images/recruiter.png);
  background-size: 100% 100%;
  height: 309px;
  width: 100%;
  display: block;
}

#recruiters .colin {
  width: 34%;
  text-align: center;
  font-weight: 900;
  font-size: 26px;
  color: #000;
  margin-bottom: 30px;
  background: url(../images/dgn2.png) left 10px no-repeat, url(../images/dgn2.png) right 10px no-repeat;
  margin-left: auto;
  margin-right: auto;
}

.carousel-inner .active.left {
  left: -25%;
}

.carousel-inner .next {
  left: 25%;
}

.carousel-inner .prev {
  left: -25%;
}

.carousel-control {
  width: 4%;
}

.carousel-control.right {
  margin-right: -25px;
  background-image: none;
  color: #036;
}

.carousel-control.left {
  margin-left: -25px;
  background-image: none;
  color: #036;
}

#recruiters .carousel .carousel-inner>.item .col-lg-3.col-md-3.col-sm-3.col-xs-6 {
  display: block;
  text-align: center;
}

#recruiters .carousel .carousel-inner>.item .col-lg-3.col-md-3.col-sm-3.col-xs-6 img {
  display: inline-block;
  text-align: center;
}

#recruiters .carousel-control.right {
  margin-right: -10px;
  background-image: none;
  color: #000;
}

#recruiters .carousel-control.left {
  margin-left: -10px;
  background-image: none;
  color: #000;
}

#recruiters .carousel-control .glyphicon-chevron-left,
#recruiters .carousel-control .glyphicon-chevron-right,
#recruiters .carousel-control .icon-next,
#recruiters .carousel-control .icon-prev {
  font-size: 22px;
}

#alumniBox {
  background-image: url(../images/alumni.jpg);
  background-size: 100% 100%;
  height: 340px;
  width: 100%;
  display: block;
}

#alumniBox h2 {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 0px;
  color: #fff;
  padding-left: 26px;
  text-align: center;
}

#alumniBox .left-arrow {
  display: block;
  position: absolute;
  left: -6px;
  top: 40%;
}


/*#recruiters{display:block; width:100%; background-image:url(../images/bot.png); background-size:100% 100%; height:400px; padding-top:90px; margin-top:-90px;}
#recruiters .tranbg{background:rgba(255, 255, 255, 0.8); padding-top:30px; padding-bottom:30px;}
#recruiters h2{display:block; font-weight:900; text-align:center; font-size:26px; color:#00427b; padding-bottom:30px;}*/


/*Alumni*/

.testimonial {
  margin: 0 15px;
  padding: 10px 0 20px 0px;
}

.testimonial .testimonial-profile {
  float: left;
  width: 160px;
  /*border: 2px solid #fff;*/
  margin-right: 0%;
}

.testimonial .testimonial-profile img {
  width: 100%;
  height: auto;
  transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -webkit-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
}

.testimonial .testimonial-content {
  position: relative;
  overflow: hidden;
  /*padding-left: 10px;*/
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 15px 20px;
  min-height: 190px;
  border-left: 22px solid #373942;
}


/*.testimonial .testimonial-content:before{
    content: "10d";
    font-size: 35px;
    font-family: fontawesome;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 20px;
    left: 30px;
}*/

.testimonial .testimonial-title {
  margin: 60px 0 8px 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 3px;
}

.testimonial .testimonial-post {
  display: block;
  color: #fff;
  margin-bottom: 2px;
  font-size: 16px;
  /*font-style:italic;*/
  font-weight: 300;
}

.testimonial .testimonial-description {
  font-size: 14px;
  color: #000;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

.owl-theme .owl-controls {
  position: absolute;
  bottom: -16%;
  right: 50%;
}

.owl-theme .owl-controls .owl-buttons div {
  border: 1px solid #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  float: left;
  padding: 5px 10px;
  background: transparent;
  margin-right: 5px;
}


/*.owl-prev:before,
.owl-next:before{
    content: "053";
    font-family: 'FontAwesome';
    color: #fff;
}
.owl-next:before{
    content: "054";
}*/

@media only screen and (max-width:767px) {
  .testimonial .testimonial-profile {
    float: none;
    margin: 0 0 15px 0;
  }
  .testimonial .testimonial-content {
    padding-left: 25px;
  }
  .testimonial-content:before {
    left: 10px;
  }
  .owl-theme .owl-controls {
    left: 3%;
  }
}

.nospces {
  padding: 0px;
  margin: 0px;
}

.nospace2 {
  padding-left: 0px;
  padding-right: 0px;
}


/*next*/

#botm {
  background: #3d373f;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 20px 5px 20px 5px;
}

#recruiters-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 15px;
  margin: 0px;
  border-radius: 0px;
  padding: 0px 5px;
  background-color: transparent;
  font-size: 40px;
  color: #000;
}

#collaborations-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 5px;
  margin: 0px;
  border-radius: 0px;
  padding: 0px 5px;
  background-color: transparent;
  font-size: 40px;
  color: #000;
}

#recruiters-slider.owl-theme .owl-nav .owl-prev {
  left: -30px;
}

#recruiters-slider.owl-theme .owl-nav .owl-next {
  right: -30px;
}

#collaborations-slider.owl-theme .owl-nav .owl-prev {
  left: 0px;
}

#collaborations-slider.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.join-content h1 {
  color: #FFF;
  font-size: 35px;
}


/*.js .animated {
  opacity: 0;
}*/

.section4.mbacore {
  width: 100%;
  display: table;
  padding: 40px 0;
  position: relative;
  background: #d2d0d0;
  /*background: #cbc9c9;
            background: -moz-linear-gradient(left, #cbc9c9 0%, #f0efef 40%, #f0efef 68%, #cbc9c9 100%);
            background: -webkit-linear-gradient(left, #cbc9c9 0%,#f0efef 40%,#f0efef 68%,#cbc9c9 100%);
            background: linear-gradient(to right, #cbc9c9 0%,#f0efef 40%,#f0efef 68%,#cbc9c9 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc9c9', endColorstr='#cbc9c9',GradientType=1 );*/
}

#inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}

.student_area {
  padding-top: 60px;
  width: 100%;
  display: table;
}

.student_area .left {
  width: 25%;
  float: left;
}

.student_area .middle {
  width: 50%;
  float: left;
}

.student_area .middle img {
  width: 100%;
}

.student_area .left {
  text-align: right;
}

.student_area .left h4 {
  color: #3e7996;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 133px;
}

.student_area .left ul {
  position: relative;
  list-style: none;
}

.student_area .left ul li {
  width: 100%;
  background: #33b4e2;
  color: #FFF;
  font-size: 22px;
  line-height: 22px !important;
  font-weight: 500;
  padding: 15px 30px;
  height: 75px;
}

.student_area .left ul li:nth-child(1) {
  position: absolute;
  right: -129px;
  top: 0px;
}

.student_area .left ul li:nth-child(2) {
  position: absolute;
  right: -51px;
  top: 96px;
  background: #5488a0;
  line-height: 53px;
}

.student_area .left ul li:nth-child(3) {
  position: absolute;
  right: 13px;
  top: 190px;
  background: #32b4e2;
}

.student_area .left ul li:nth-child(4) {
  position: absolute;
  right: -45px;
  top: 289px;
  background: #5488a0;
}

.student_area .left ul li:nth-child(5) {
  position: absolute;
  right: -135px;
  top: 387px;
  background: #32b4e2;
}

.student_area .right {
  width: 25%;
  float: right;
}

.student_area .right h4 {
  color: #3e7996;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  top: 0px;
  right: 133px;
}

.student_area .right ul {
  position: relative;
  list-style: none;
}

.student_area .right ul li {
  width: 100%;
  background: #2c77b0;
  color: #FFF;
  font-size: 22px;
  line-height: 22px !important;
  font-weight: 500;
  padding: 15px 30px;
  height: 75px;
}

.student_area .right ul li:nth-child(1) {
  position: absolute;
  left: -125px;
  top: 0px;
  background: #5488a0;
  line-height: 53px;
}

.student_area .right ul li:nth-child(2) {
  position: absolute;
  left: -44px;
  top: 96px;
  background: #32b4e2;
  line-height: 53px;
}

.student_area .right ul li:nth-child(3) {
  position: absolute;
  left: 13px;
  top: 190px;
  background: #5488a0;
  line-height: 53px;
}

.student_area .right ul li:nth-child(4) {
  position: absolute;
  left: -45px;
  top: 289px;
  background: #32b4e2;
  line-height: 53px;
}

.student_area .right ul li:nth-child(5) {
  position: absolute;
  left: -98px;
  top: 387px;
  background: #5488a0;
  line-height: 53px;
}

.student_area .left ul li:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 75px;
  background-color: #d2d0d0;
  right: -10px;
  top: 0px;
  border-radius: 50%;
}

.student_area .right ul li:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 75px;
  background-color: #d2d0d0;
  left: -10px;
  top: 0px;
  border-radius: 50%;
}

.student_area .right ul li.center,
.student_area .left ul li.center {
  padding-top: 25px;
}


/*nits*/

form#formID {
  padding: 0;
  width: 100%;
}

.dflexCNTR,
.dflexSTRH {
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  flex-direction: row;
}

.dflexSTRH {
  align-items: stretch;
  position: relative;
}

.dflexCNTR>div,
.dflexSTRH>div,
.dflexCNTR>li,
.dflexSTRH>li {
  margin-left: -1px;
}


/*.navbar-brand>img.excellencelogo, .excellencelogo {
    position: absolute;
    width: 94px;
    top: -14px;
    right: 0px;
  }*/

.navbar-brand>img.excellencelogo,
.excellencelogo {
  position: absolute;
  width: 94px;
  top: -24px;
  right: 0px;
}

.shrink .navbar-brand>img.excellencelogo,
.shrink .excellencelogo {
  width: 74px;
}

.navbar-brand.left-penal span.subpad {
  padding-right: 84px;
}