body {
  padding: 0;
  margin: 0;
  /*  font-family: 'Montserrat', sans-serif;*/
  font-family: 'AvenirNextLTProRegular', sans-serif;
  font-size: 1rem;
  color: #000000;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  line-height: 1.8rem;
  font-weight: 400;
}

body.full-page {
  overflow: hidden !important;
}

html {
  font-size: 16px;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: inherit;
}

input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 3.75rem;
  font-family: 'AvenirNextLTProBold';
  /*     font-weight: 700;*/
}

h2 {
  font-size: 3.5rem;
  font-family: 'AvenirNextLTProBold';
  /*    font-weight: 700;*/
}

h3 {
  font-size: 1.675rem;
  font-family: 'AvenirNextLTProBold';
  /*    font-weight: 700;*/
}

h4 {
  font-size: 1.25rem;
  font-family: 'AvenirNextLTProBold';
}

h5 {
  font-size: 1rem;
  font-family: 'AvenirNextLTProBold';
}

h6 {
  font-size: 0.875rem;
  font-family: 'AvenirNextLTProBold';
}

p {
    font-size: 18px;
}

p.title {
  font-size: 1rem;
}

.block {
  display: block;
}

.italic {
  font-style: italic;
}

button {
  line-height: 1;
}

/*common font family*/
p,
.heading-title>span,
.process-wrapp li>.pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span,
.approach-table .ammount .dur,
.pagination li>a,
.counters .count_nums,
.approach-table .ammount h2,
.approach-table ul li,
.webcats li a>span,
.getin_form .form-control {
  font-family: 'AvenirNextLTProRegular', sans-serif;
}

/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before,
.zeus.tparrows.tp-leftarrow::before,
.approach-table ul li>span::before,
.testimonial-quote h3::before,
.testimonial-quote h3::after,
blockquote.blockquote::before {
  font-family: 'FontAwesome';
}

/* Helper Classes & Shorcodes */
.padLeft {
  padding-left: 0px !important;
}

.padRight {
  padding-right: 0px !important;
}

.padding {
  padding: 7.5rem 0;
}

.padding_top {
  padding-top: 7.5rem;
}

.padding_bottom {
  padding-bottom: 7.5rem;
}

.margin_bottom {
  margin-bottom: 7.5rem;
}

.margin_top {
  margin-top: 7.5rem;
}

.padding_half {
  padding: 4.375rem 0;
}

.padding_bottom_half {
  padding-bottom: 4.375rem;
}

.margin_bottom_half {
  margin-bottom: 4.375rem;
}

.padding_top_half {
  padding-top: 4.375rem;
}

.heading_space {
  margin-bottom: 4.125rem;
}

.bottom5 {
  margin-bottom: 5px;
}

.bottom10 {
  margin-bottom: 10px;
}

.top10 {
  margin-top: 10px;
}

.bottom15 {
  margin-bottom: 15px;
}

.top15 {
  margin-top: 15px;
}

.top20 {
  margin-top: 20px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom25 {
  margin-bottom: 25px;
}

.top25 {
  margin-top: 25px;
}

.bottom30 {
  margin-bottom: 30px;
}

.top30 {
  margin-top: 30px;
}

.bottom35 {
  margin-bottom: 35px;
}

.top40 {
  margin-top: 40px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom45 {
  margin-bottom: 45px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.bottom60 {
  margin-bottom: 60px;
}

.bottom0 {
  margin-bottom: 0;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

.fontbold {
  font-weight: bold;
}

.fontmedium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-xlight {
  font-weight: 200;
}

.bglight {
  background: #f5f7f7;
}

.bgdefault {
  background: #353584;
}

.whitecolor {
  color: #ffffff;
}

.darkcolor {
  color: #000000;
}

.skybluebg {
  background: #00afe5
}

.extradark-color {
  color: #212331;
}

.defaultcolor {
  color: #353584;
}

section {
  position: relative;
}

.center-justified {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.container-padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

/*heading Titles */
.heading-title>span {
  font-size: 1.25rem;
  display: block;
  text-transform: capitalize;
  color: #353584;
}

.whitecolor.heading-title>span {
  color: #fff;
}

.heading-title h2 {
  font-weight: 400;
}

.heading-title h3 {
  font-weight: 700;
  font-size: 36px
}

.heading-title h3 span {
  color: #44c1e2;
  font-weight: 600;
  font-family: 'AvenirNextLTProRegular', sans-serif;
}

/*img wrap*/
.image {
  overflow: hidden;
}

a.image {
  display: block;
}

.image img {
  width: 100%;
  display: block;
}

.image,
.image img {
  position: relative;
}

/*hover on images*/
.hover-effect::before,
.hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}

.hover-effect::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

/*to align elements center*/
.center-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Back To Top*/
.back-top {
  color: #fff;
  right: 25px;
  font-size: 26px;
  position: fixed;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  bottom: 85px;
  /*    background: #fdb11c;*/
  background: #222;

  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  height: 40px;
  border: 2px solid #ffffff;
  width: 40px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.back-top-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.back-top::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: #06332c;
}

.back-top:hover::before,
.back-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.back-top:hover,
.back-top:focus {
  color: #fff;
}

/* transitions common*/
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

i::before,
i::after {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

.navbar-brand {
  margin: 8px 0;
  padding: 0;
  position: relative;
}

.navbar-brand>img {
  max-width: 100% !important;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
  display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
  display: inline-block;
}

/*-------------------------------*/
/*header*/
/*-------------------------------*/
/*
#head-logo {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 0;
    padding: 0px 100px;
    background: #fff;
}
#head-logo .headwrap {
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
}
#head-logo .headwrap .logo img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
*/


header.mob-show {
  display: block;
  position: relative;
}

header.mob-none {
  display: none;

}



header .deskbanner {
  position: relative;
  z-index: -1;
  margin-top: -180px;
}

.floatbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
}

.my-float {
  margin-top: 16px;
}

/*
header {
      z-index: 100;
    position: relative;
    background: #14a693 url("../images/jsbf_banner.jpg") no-repeat;
    background-position: 10% 70%;
    background-size: cover;
    padding: 0px 0;
    min-height: 650px;
}
*/
header .header-text {
  padding: 80px 0px 2px 20px;
}

header .header-text img {
  padding: 0px;
  position: relative;
  max-width: 620px;
  width: 100%;
}

header .top_nav {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

header .top_nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header .top_nav ul li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  position: relative;
  margin-top: 50px;
}

/*header .top_nav ul li:hover img {background: #13e0c3; }*/

/*header .top_nav ul li img:hover {
  background: #13e0c3;
}

header .top_nav ul li a:hover {
  background: #13e0c3;
  color: #000;
}*/

header .top_nav ul li img {
  background: #000000;
  border-radius: 45px 0px 0 45px;
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  top: 0;
  padding: 6px;
}

header .top_nav ul li  {
  padding: 10px 10px 10px 40px;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  position: relative;
}

header .top_nav ul li a {
	text-decoration: none;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

header .top_nav ul li a span {
  display: inline-block;
  font-weight: 400;
  top: 1px;
}

a.logo {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
  /*	padding: 0px;*/

}

a.logo img {
  width: 320px;
  height: auto;
}

/*new npf & form css aded START */
.desktop-npf {
    position: absolute;
    right: 27%;
    top: 0;
    max-width: 380px;
    width: 100%;
    display: block;
    margin: 14% 0 0 0;
}

.query-form {
  max-width: 350px;
  float: right;
  padding: 10px;
  background: rgba(255, 255, 255, .40);
  border: 1px solid #151951;
}

.mobile-npf {
  display: none;
  text-align: center;
  background: #06322c;
  padding: 0px;
  max-width: 100%;
  width: 100%;
}

.mobile-npf h3 {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
}

.mobile-npf p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px
}

.enqu-form {
  position: relative;
  margin: 0px 20px 0 20px;
  padding-top: 50px;
}

/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
.linebreak {
  display: block;
}

.linebreak1 {
  display: block;
}

#program {
  position: relative;
  padding: 50px 0px 10px 0px;

}

#program .prowrap {
  position: relative;
  padding: 0px 20px 0px 20px;
}

#program .prowrap h2 {
  color: #004278;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px 0 30px 0;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#program .prowrap h2::after {
  content: '';
  background: #ffd503;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

/*#program .prowrap  button {padding: 20px 0 !important; margin: 0px;}*/
#program .prowrap .nav-pills .nav-link {
    background: #004278;
  /*    background-color: rgb(0, 0, 0);*/
  color: #fff;
  border: 0;
  border-radius: 0px;
  padding: 15px 1px;
  font-size: 1.1rem;
  /*      font-family: 'AvenirNextLTProBold';*/
  font-family: 'ChunkFiveRegular';
  /*    font-family: 'AvenirNextLTProRegular';*/
}

#program .prowrap .nav-fill .nav-item,
.nav-fill>.nav-link {
  margin: 0 1px;
  /*	padding: 31px 1px;*/
  display: flex;
}

#program .prowrap .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
  background: #e9ae08;
  /*     border: 0;*/
  /*     border-radius: 0px;*/
  font-size: 1.1rem;
  /*    padding: 31px 5px;*/

}

#program .prowrap .nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
  color: #000;
  background: #e9ae08;
  /*	padding: 15px 1px;*/
}


#program .prowrap .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
    clear: both;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: left;
    border: solid 1px #fff;
    font-size: 16px;
    font-family: 'AvenirNextLTProBold';
    padding: 15px;
}
#program .prowrap .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    top: 24px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e9ae08;
    clear: both;
    z-index: 111;
    right: -14px;
    transform: rotate(-90deg);
}

#program .prowrap .tab-content {
  padding: 20px 60px;
  background: #fff;
  position: relative;
  display: block;
  /*    width: 99.7%;*/
  /*    height: auto;*/
  /*    margin-left: 1px;*/

}

#program .prowrap .tab-content p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
  font-family: 'AvenirNextLTProRegular';
  text-align: left;
  margin: 0 0 15px 0;
  padding: 0px;
}

#program .prowrap .tab-content .tab-pane .leftdiv {
 float: left;
  padding-bottom: 30px;
}

#program .prowrap .tab-content .tab-pane .leftdiv h3 {
    font-size: 19px;
    font-family: 'AvenirNextLTProBold';
    color: #004278;
    line-height: 1.5;
    margin: 0 0 13px 0;
    padding: 0px;
}

#program .prowrap .tab-content .tab-pane .leftdiv ul {
  margin: 0px 0;
  list-style: none;
  padding: 0;
}

#program .prowrap .tab-content .tab-pane .leftdiv ul li {
    padding-left: 15px;
    color: #3b3b39;
    font-size: 1.1rem;
    position: relative;
    font-family: 'AvenirNextLTProRegular';
    display: inline-block;
    width: 100%;
    text-align: left;
    float: none;
    font-weight: 600;
}

#program .prowrap .tab-content .tab-pane .leftdiv ul li::before {
  content: '\f105';
  font-size: 1rem;
  line-height: 1;
  padding: 0px 10px 0 0;
  color: #3b3b39;
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: bolder;
  left: 0;
  top: 3px;
}

#program .prowrap .tab-content .tab-pane p.video {
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  border: 1px solid #f1f1f1;
  padding: 20px 20px 10px 20px;
  margin: 0;
  font-family: 'AvenirNextLTProRegular';
  box-shadow: 0px 0px 5px 2px #f1f1f1;
  width: fit-content;
}



#program .prowrap .tab-content .tab-pane p.video a {
  font-weight: 700;
  color: red;
  line-height: 1;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 2rem;
}
#program .prowrap .tab-content .tab-pane .prog-part {
  font-weight: 700;
  display: flex;
  width: fit-content;
  justify-content: space-around;
  align-items: center;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  border: 1px solid #f1f1f1;
  padding: 10px;
  margin: 0;
  box-shadow: 0px 0px 5px 2px #f1f1f1;
  color: #004278;
  font-family: 'ChunkFiveRegular';
}

#program .prowrap .tab-content .tab-pane .prog-part p {
  font-weight: 700;
  text-align: left;
  margin-right: 20px;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.4;
  color: #004278;
  font-family: 'ChunkFiveRegular';
}




#program .prowrap .tab-content .tab-pane .leftdiv ul h6 {
  font-size: 1rem;
  /*  font-family: 'AvenirNextLTProRegular';*/
  font-family: 'Avenir Next LT Pro';
  color: #004278;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px;
  padding: 15px 0px 0 0px;
}

#program .prowrap .tab-content .tab-pane .leftdiv ul h6::before {
  content: '\f105';
  padding: 5px;
  font-size: .9rem;
  line-height: 1;
  color: #004278;
  font-family: 'FontAwesome';
}

#advantage {
  position: relative;
  padding: 30px 0px 0px 0px;
}

#advantage .advwrap {
  position: relative;
  padding: 0px 20px 0px 20px;
  margin: 0 auto;
}

#advantage .advwrap h2 {
  color: #004278;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px 0 40px 0;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#advantage .advwrap h2::after {
  content: '';
  background: #e9ae08;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#advantage .advwrap .boxgray {
  position: relative;
  -webkit-box-shadow: -13px -13px 0px -3px rgba(59, 59, 57, 1), 0px 8px 8px -4px rgba(210, 210, 210, 0.97);
  -moz-box-shadow: -13px -13px 0px -3px rgba(59, 59, 57, 1), 0px 8px 8px -4px rgba(210, 210, 210, 0.97);
  box-shadow: -13px -13px 0px -3px rgba(59, 59, 57, 1), 0px 8px 8px -4px rgba(210, 210, 210, 0.97);
  /* box-shadow: -15px -14px 0px -3px rgba(59,59,57,1);*/
  /*	https://box-shadow.dev/*/
  background: #fff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  min-height: 293px;
  height: 100%;
}

#advantage .advwrap .boxgray p {
  font-family: 'AvenirNextLTProRegular';
  font-size: .9rem;
  color: #004278;
  line-height: 1.3;
  margin: 0px;
  padding: 0px 0 15px 0px;
  text-align: left;
}

#advantage .advwrap .boxgray h3 {
  font-family: 'ChunkFiveRegular';
  font-size: 1.2rem;
  color:#004278;
  line-height: 1.3;
  min-height: 4rem;
  margin: 0px;
  padding: 10px 0 15px 0px;
  text-align: left;
  margin-bottom: 0px;
}

#advantage .advwrap .boxgray ul {
  margin: 0px 0;
  list-style: none;
  padding: 0;
}

#advantage .advwrap .boxgray ul li {
  margin: 0px;
  padding: 0px 0 5px 15px;
  line-height: 1.4;
  color: #000;
  font-size: .9rem;
  position: relative;
  font-family: 'AvenirNextLTProRegular';
}

#advantage .advwrap .boxgray ul li:before {
  position: absolute;
  color: #004278;
  content: '\2022';
  font-size: 1.3rem;
  line-height: 1;
  top: 2px;
  left: 0;
}


#advantage .advwrap .advantage-slider {
  padding: 10px 10px;
}

/* the slides */
.advantage-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.advantage-slider .slick-list {
  margin: 0px 10px;
}

.advantage-slider .slick-next {
  right: -35px;
  height: auto;
}

.advantage-slider .slick-prev {
  left: -40px;
  height: auto;
}

.advantage-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.advantage-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.advantage-slider img {
  width: 100%
}

.advantage-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.advantage-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #004278;
}

.advantage-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.advantage-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}




#ranking {
    position: relative;
    padding: 35px 0px 308px 0px;
    background: #fff url(../images/bg-1.webp) top / cover no-repeat;
    margin: 33px 0 0 0;
}

#ranking .rankwarp {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
  margin: auto auto;
}

#ranking .rankwarp h2 {
  color: #ffd503;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#ranking .rankwarp h2::after {
  content: '';
  background: #ffd503;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#ranking .rankwarp .rank-slider div img {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.11);
  -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);
  box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);
}

#ranking .rankwarp .rank-slider {
  padding: 10px 10px;
}

/* the slides */
.rank-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.rank-slider .slick-list {
  margin: 0px 10px;
}

.rank-slider .slick-next {
  right: -35px;
  height: auto;
}

.rank-slider .slick-prev {
  left: -40px;
  height: auto;
}

.rank-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.rank-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.rank-slider img {
  width: 100%
}

.rank-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.rank-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #004278;
}

.rank-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.rank-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}

#intercol {
    position: relative;
    padding: 50px 0;
    background: none;
    margin: -11% 0 0 0;
}
#intercol .interwrap {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
}

#intercol .interwrap h2 {
    color: #004278;
    text-transform: inherit;
    font-size: 2.5rem;
    font-family: 'ChunkFiveRegular';
    margin: 0 0 48px 0;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

#intercol .interwrap h3 {
  color: #e9ae08;
  text-transform: inherit;
  font-size: 1.5rem;
  font-family: 'AvenirNextLTProBold';
  margin: 0px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}

#intercol .interwrap h2::after {
  content: '';
  background: #e9ae08;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#intercol .interwrap .inter-slider {
  position: relative;
  background: #004278;
  padding: 20px 20px 50px 20px;
  border: solid 1px #000;
  -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.19);
  -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
}

#intercol .interwrap .inter-slider div {
  position: relative;
  margin: 1px 2px;
  /*    border-radius: 10px;*/
  /*    -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.11);*/
  /*    -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);*/
  /*    box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.11);*/
}

/*
#intercol .interwrap .inter-slider {
    padding: 10px 10px;
}
*/
/* the slides */
.inter-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.inter-slider .slick-list {
  margin: 0px 10px;
}

.inter-slider .slick-next {
  right: -35px;
  height: auto;
}

.inter-slider .slick-prev {
  left: -40px;
  height: auto;
}

.inter-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.inter-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.inter-slider img {
  width: 100%
}

.inter-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.inter-slider .slick-dots li, .inter-colla .slick-dots li  {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
    background: #004278;
  border: solid 1px #fff;
}

 .inter-colla .slick-dots li.slick-active { border: solid 1px #004278 !important;  background: #fff;}
 .inter-colla .slick-dots li.slick-active button



.inter-slider .slick-dots li.slick-active button::before, .inter-colla .slick-dots li.slick-active button::before  {
  opacity: 0;
}

.inter-slider .slick-dots li button::before, .inter-colla .slick-dots li button::before  {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /*    border: solid 1px #004278;*/
  /*    border-radius: 100%;*/
}


#leadership {
    position: relative;
    padding: 35px 0px 86px 0px;
    /* background: #fff url(../images/bg-2.webp) top / cover no-repeat; */
    margin: 33px 0 0 0;
}
#leadership .leadwrap {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
}

#leadership .leadwrap h2 {
  color: #ffd503;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#leadership .leadwrap h2::after {
  content: '';
  background: #ffd503;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#leadership .leadwrap .leader-item {
  text-align: center;
min-height: 492px;	
  height: 100%;
  background: #ffffff;
  padding: 20px 10px;
  border-radius: 10px;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  border-collapse: separate;
  box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  margin-top: 20px;
  display: block;
}

#leadership .leadwrap .leader-item img {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 190px;
    min-height: 190px;
    border-radius: 50%;
}

#leadership .leadwrap .leader-item h4 {
  color: #004278;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem
}

#leadership .leadwrap .leader-item p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProRegular';
}

#leadership .leadwrap .leader-item .smsize-only {
  font-size: 14px;
}

#leadership .leadwrap .leader-item .programhead {
  color: #000;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1rem
}


#leadership .leadwrap .leader-slider {
  padding: 10px 10px;
}

/* the slides */
.leader-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.leader-slider .slick-list {
  margin: 0px 10px;
}

.leader-slider .slick-next {
  right: -35px;
  height: auto;
}

.leader-slider .slick-prev {
  left: -40px;
  height: auto;
}

.leader-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.leader-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.leader-slider img {
  width: 100%
}

.leader-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.leader-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #004278;
}

.leader-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.leader-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}

#place-alu {
  position: relative;
  padding: 40px 0px 70px 0px;
}

#place-alu .placwarp {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
}

#place-alu .placwarp h2 {
  color: #004278;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding: 0px 0px 15px 0;
  position: relative;
  text-align: left;
}

#place-alu .placwarp h2::after {
  content: '';
  background: #004278;
  position: absolute;
  margin: 0px auto;
  left: 0;
  height: 5px;
  bottom: 0;
  right: auto;
  width: 11%;
}

#place-alu .placwarp .place-slider div {
  padding: 1px 0px;
  position: relative;
}

#place-alu .placwarp .place-slider div img {
    position: relative;
    border: 1px solid #a9a9a9;
    padding: 10px;
    border-radius: 10px;
}

#place-alu .placwarp .place-slider {
  padding: 10px 10px;
  margin: 0px;
}

/* the slides */
.place-slider .slick-slide {
  margin: 10px 5px;
  padding: 0px;
}

/* the parent */
.place-slider .slick-list {
  margin: 0px 10px;
}

.place-slider .slick-next {
  right: -35px;
  height: auto;
}

.place-slider .slick-prev {
  left: -40px;
  height: auto;
}

.place-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.place-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.place-slider img {
  width: 100%
}

.place-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.place-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #004278;
}

.place-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.place-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}

#place-alu .placwarp .alumni-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: -10px;
}

#place-alu .placwarp .alumni-item img.alupic {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  min-height: 270px;
  height: 100%;
}

#place-alu .placwarp .alumni-item .text-data img {
  width: 90%;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  border-radius: 8px;
  box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  margin-top: 25px;
}

#place-alu .placwarp .alumni-item .text-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 0 0 10px;
}

#place-alu .placwarp .alumni-item .text-data h4 {
  color: #004278;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem;
  text-align: left;
}

#place-alu .placwarp .alumni-item .text-data p {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProRegular';
  text-align: left;
}


#place-alu .placwarp .alumni-item .text-data .gaftext {
  margin: 0;
  padding: 13px 0 0 0;
  display: inline-block;


}

#place-alu .placwarp .alumni-slider {
  padding: 10px 10px;
  margin-left: -20px;
}

/* the slides */
.alumni-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.alumni-slider .slick-list {
  margin: 0px 10px;
}

.alumni-slider .slick-next {
  left: 180px;
  /*    height: auto;*/
  top: 310px;
}

.alumni-slider .slick-prev {
  left: 118px;
  /*    height: auto;*/
  top: 310px
}

.alumni-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f178';
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #004278;
  border-radius: 5px;
}

.alumni-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f177';
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #004278;
  border-radius: 5px;
}

.alumni-slider img {
  width: 100%
}

.alumni-slider .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    right: 0;
}

.alumni-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  background: #004278;
}

.alumni-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.alumni-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}



#studentspeak .studwarp .alumni-ref-slider{
  padding: 10px 0px 40px 0;
  margin-left: 0px;
}

/* the slides */
.alumni-ref-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.student-slider .slick-list {
  margin: 0px 10px;
}

.alumni-ref-slider .slick-next {
  left: 95%;
  right: 0;
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.alumni-ref-slider .slick-prev {
  right: 10%;
  left: auto;
  /*	right: 0;*/
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.alumni-ref-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f178';
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.alumni-ref-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f177';
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.alumni-ref-slider img {
  width: 100%
}

.alumni-ref-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  right: 0%;
}

.alumni-ref-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  border: 1px solid #ffffff;
  background: #004278;
}

.alumni-ref-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.alumni-ref-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}




#intercol .interwrap .trips-slider {
  position: relative;
  background: #004278;
  padding: 20px 20px 50px 20px;
  border: solid 1px #000;
  -webkit-box-shadow: 0px 0px 15px 36px rgba(119, 119, 119, 0.19);
  -moz-box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 15px 3px rgba(119, 119, 119, 0.19);
  text-align: center;
}


#intercol .interwrap .trips-slider .item{
  background-color: #ffffff;
  padding: 20px 20px 45px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  
}


#intercol .interwrap .trips-slider img.alupic {
  display: inline-block;
  max-width:120px;
  width: 100%;
  min-height: 120px;
  height: 100%;
  margin-bottom: 0px;
}

#intercol .interwrap .trips-slider .text-data {
  padding: 0px 0 0 0px;
}

#intercol .interwrap .trips-slider .text-data h4 {
  color: #004278;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem;
  text-align: center;
}

#intercol .interwrap .trips-slider .text-data p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProRegular';
  text-align: center;
  margin: 0px;
}

#intercol .interwrap .trips-slider p.gaftext {
  margin-top:5px;
  color: #000000;
  font-weight: gold;
  font-family: 'AvenirNextLTProBold';
}

.trips-logo { 
  position: absolute;
  left: 0;
  right: 0;
  bottom:-25px;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px #cccccc;
  margin: 0px auto;
  width: fit-content;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
 }


  .trips-logo img {   display: inline-block; width: 120px;}
    

  /* the slides */
  .trips-slider  .slick-slide {
    margin: 0 15px;
}

/* the parent */
.trips-slider .slick-list {
    margin: 0 -15px;
}


.trips-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.trips-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;

  margin: 0 3px;
  border: solid 1px #fff;
}

.trips-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  border: none;
}

.trips-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;

  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}






#studentspeak {
  position: relative;
  padding: 40px 0px 50px 0px;
  margin: 20px 0 0px 0;
  /*	background: #004278;*/
  background: #e9ae08;
  
}

#studentspeak .studwarp {
  position: relative;
}
#studentspeak .studwarp .subhead {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 3rem;
}

#studentspeak .studwarp .subhead h2 {
  color: #004278;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding: 0px;
  position: relative;
}

#studentspeak .studwarp .subhead h2::after {
  content: '';
  background: #004278;
  position: absolute;
  height: 5px;
  bottom: -15px;
  left: 0;
  width: 40%;
  margin: 0px auto;
}

#studentspeak .studwarp .student-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;

}

#studentspeak .studwarp .student-item img.alupic {
  display: inline-block;
  max-width: 270px;
  width: auto;
  min-height: 270px;
  height: 100%;
  border-radius: 10px;
}
#studentspeak .studwarp .student-item .text-data img.quote {
  width: 24px;
}


#studentspeak .studwarp .student-item .text-data img {
  width: 120px;
  border-radius: 5px;
}
.placement-img {
  padding: 5px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 700;
  background-color: #ffffff;
}

#studentspeak .studwarp .student-item .text-data .company-logo {
  width: 80px;
  padding: 0px;
  display:flex;
 
  height: auto;
}


#studentspeak .studwarp .student-item .text-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 10px 0 20px;
}

#studentspeak .studwarp .student-item .text-data h4 {
  color: #000;
  line-height: 1.3;
  margin: 0px;
  padding-top: 20px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProBold';
  font-size: 1.2rem;
  text-align: left;
}

#studentspeak .studwarp .student-item .text-data h5 {
  color: #000;
  line-height: 1.3;
  margin: 0px;
  text-transform: inherit;
  font-family: 'AvenirNextLTProRegular';
  font-size: .9rem;
  text-align: left;
}

#studentspeak .studwarp .student-item .text-data p {
  margin: 0;
  padding: 8px 0;
  color: #000000;
  font-size: .9rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProRegular';
  text-align: left;
}

#studentspeak .studwarp .student-slider {
  padding: 10px 0px 40px 0;
  margin-left: 0px;
}

/* the slides */
.student-slider .slick-slide {
  margin: 10px 10px;
  padding: 0px;
}

/* the parent */
.student-slider .slick-list {
  margin: 0px 10px;
}

.student-slider .slick-next {
  left: auto;
  right: 5%;
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.student-slider .slick-prev {
  left:auto;
  right: 13%;
  /*	right: 0;*/
  /*    height: auto;*/
  bottom: 50px;
  top: auto;
  z-index: 101;
}

.student-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f178';
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.student-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f177';
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  font-family: 'FontAwesome';
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
}

.student-slider img {
  width: 100%
}

.student-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  right: 0%;
}

.student-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  border: 1px solid #ffffff;
  background: #004278;
}

.student-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.student-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border: solid 1px #004278;
  /*    border-radius: 100%;*/
}

#aboutmore {
  position: relative;
  padding: 20px 0px 30px 0px;
  background: #fff url("../images/webp/jsbf_aboutus_bg.webp") top/cover no-repeat;
}

#aboutmore .aboutwrp {
  position: relative;
  /*	padding: 0px 20px 0px 20px;*/
}

#aboutmore .aboutwrp h2 {
  color: #004278;
  text-transform: inherit;
  font-size: 2.5rem;
  font-family: 'ChunkFiveRegular';
  margin: 0px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

#aboutmore .aboutwrp h2::after {
  content: '';
  background: #004278;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: 0;
  width: 11%;
  margin: 0px auto;
}

#aboutmore .aboutwrp .about-item {
  text-align: center;
  /*  min-height: 350px;*/
  /*	height: 100%;*/
  /*  background: #ffffff;*/
  padding: 20px 10px;
  /*	border-radius: 10px;*/
  margin: 0px;
  /*  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);*/
  /*  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);*/
  /*  border-collapse: separate;*/
  /*  box-shadow:0px 0px 18px -2px rgba(119, 119, 119, .3);*/
  /*	margin-top: 20px;*/
  display: block;
}

#aboutmore .aboutwrp .about-item a img {
  display: block;
  /*
  border-radius: 100%;
*/
  margin-bottom: 20px;
}

#aboutmore .aboutwrp .about-item a {
  display: block;
  cursor: pointer;
  position: relative;
}

#aboutmore .aboutwrp .about-item a i {
  z-index: 100;
  border-radius: 100%;
  background: #ffffff;
  color: #000000;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0px auto;
  line-height: 50px;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s;
}

#aboutmore .aboutwrp .about-item:hover a img {
  filter: grayscale(100%);
}

#aboutmore .aboutwrp .about-item a:hover i {
  background: #004278;
  color: #FFF;
}

/*#aboutmore .aboutwrp .about-item:hover p {color:#fff;}*/
#aboutmore .aboutwrp .about-item p {
  margin: 0;
  padding: 20px 0 0 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4;
  font-family: 'AvenirNextLTProBold';
  /*	transition: 1s;*/
}

#aboutmore .aboutwrp .about-slider {
  padding: 10px 10px;
  margin: 0px;
}

/* the slides */
.about-slider .slick-slide {
  margin: 10px -5px;
  padding: 0px;
}

/* the parent */
.about-slider .slick-list {
  margin: 0px 10px;
}

.about-slider .slick-next {
  right: -35px;
  height: auto;
}

.about-slider .slick-prev {
  left: -40px;
  height: auto;
}

.about-slider .slick-next:before {
  /*  content: url("../images/nutm_nextbtn_sm.png");*/
  content: '\f054';
  font-size: 2rem;
  color: #2e6eb0;
  font-weight: bold;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.about-slider .slick-prev:before {
  /*  content: url("../images/nutm_prevbtn_sm.png");*/
  content: '\f053';
  font-size: 2rem;
  font-weight: bold;
  color: #2e6eb0;
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
}

.about-slider img {
  width: 100%
}

.about-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  left: 0;
}

.about-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 7px;
  /*    margin: 0;*/
  padding: 0;
  cursor: pointer;
  opacity: 1;
  margin: 0 3px;
  /*    background: #004278;*/
  border: solid 1px #fff;
}

.about-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.about-slider .slick-dots li button::before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 7px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /*    border: solid 1px #004278;*/
  /*    border-radius: 100%;*/
}

#admission-tour {
    position: relative;
    padding: 20px 0px 0 0px;
    background: #004278;
    z-index: 22;
}

#admission-tour .adtourwrap {
  position: relative;
  padding: 0px 50px 0px 20px;
}

#admission-tour .adtourwrap h2 {
    color: #e9ae08;
    text-transform: inherit;
    font-size: 1.5rem;
    font-family: 'ChunkFiveRegular';
    margin: 0px;
    padding-bottom: 0;
    position: relative;
    text-align: left;
}

#admission-tour .adtourwrap h2.pdleft {
  padding-left: 0;
}

#admission-tour .adtourwrap h2::after {
  content: '';
  background: #004278;
  position: absolute;
  left: 0;
  height: 5px;
  bottom: 0;
  right: auto;
  width: 11%;
  margin: 0px auto;
	display:none;
}

.row.hline {position: relative;}
#admission-tour .adtourwrap .hline::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background: #e9ae08;
  top: 34%;
  left: 10%;
  right: 0;
  z-index: -1;
}

#admission-tour .adtourwrap .boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

#admission-tour .adtourwrap:nth-child(1) .tooltip2::after {
  display: none;
}

#admission-tour .adtourwrap .tooltip1::after {
  color: #e9ae08;
  /*	padding: 5px;*/
  content: '\f0da';
  /*	height: 5px;*/
  position: absolute;
  /*	width: 100px;*/
  left: -125%;
  top: 8px;
  font-family: 'FontAwesome';
  text-align: left;
}

#admission-tour .adtourwrap .boxes p.numbox {
  text-decoration: none;
  color: #3b3b39;
  font-size: 1.5rem;
  font-family: 'ChunkFiveRegular';

  background: #e9ae08;
  padding: 8px 15px;
  text-align: center;
  margin: 0px;
  border-radius: 5px;
  position: relative;
  display: inline-block;

  cursor: pointer;

}

#admission-tour .adtourwrap .boxes h4 {
  color: #fff;
  font-family: 'AvenirNextLTProBold';
  font-size: .85rem;
  padding: 15px 0 0 0;
}

#admission-tour .adtourwrap .boxes p.numbox a {
  text-decoration: none;
  color: #3b3b39;
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 290px;
  height: 140px;
  background-color: #fff;
  font-size: .70rem;
  font-family: 'AvenirNextLTProRegular';
  color: #000;
  line-height: 1.2;
  /*	font-weight: bold;*/
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0%;
  margin-left: -95px;
  cursor: text !important;
  -webkit-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  -moz-box-shadow: 0px 0px 18px -2px rgba(119, 119, 119, .3);
  box-shadow: 0px 2px 15px 2px rgba(21, 170, 149, .9);
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 strong {
  display: contents;
  font-family: 'AvenirNextLTProBold';
}


#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 a {
  color: #0808c9;
  display: contents;
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1 a:hover {
  text-decoration: underline;
}


#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#admission-tour .adtourwrap .boxes p.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first {
  left: auto;
}

#admission-tour .adtourwrap .boxes p.tooltip1:hover .tooltiptext_first::after {
  content: "";

  left: 45%;

}

#admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first::after {
  content: "";

  left: 45%;

}





#admission-tour .adtourwrap .virtualbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*    position: relative;*/
  flex-direction: column;

}

#admission-tour .adtourwrap .virtualbox .top-left1 {
  position: absolute;
  bottom: 0px;
  left: 10px;

}

#admission-tour .adtourwrap .virtualbox a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#admission-tour .adtourwrap .virtualbox img {
  position: absolute;
  width: 95%;


}

#admission-tour .adtourwrap .virtualbox .top-left1 p {
  color: #fff;
  font-family: 'Avenir Next LT Pro';
  font-size: 1rem;
  line-height: 1.3;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  display: block;
}

#admission-tour .adtourwrap .virtualbox a:hover img {
  filter: grayscale(100%);
}


/***************************************/
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
  background: #000;
  color: #fff;
  padding: 0px 0;
  margin: 0px;
  position: relative;
}

.site-footer .footer-wrap {
  padding: 20px 60px;
  margin: 0px;
}

.site-footer .copyrights1 {
  text-align: left;
  font-size: .9rem;
  padding: 5px 0;
  margin: 0px;
  color: #fff;
  font-weight: 400;
}

.site-footer ul.footer-social {
  float: right;
  list-style: none;
  margin: 0px;
  overflow: hidden;
  padding: 0;
}

.site-footer ul.footer-social li {
  float: left;
  text-align: center;
  margin-left: 10px;
}

.site-footer ul.footer-social li a {
  font-size: 20px;
  display: block;
  color: #b0b0b1;
  line-height: 38px;
  width: 34px;
  border-radius: 10px;
  background: #dddede;
  height: 34px;
}

.site-footer ul.footer-social li a:hover {
  font-size: 18px;
  display: block;
  background: #004278;
  color: #fff;

  /*
    background: #ffffff;
    color: #000000;
*/
}

/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/***151123*******/
.query-form {
    position: absolute;
    right: 10%;
}

.ftrlog {
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    margin: 0 0 0 20%;
    max-width: 207px;
}

.ftrlog img {width: 100%;}


/**********JSAA*****************/
.aboutsection {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto 80px;
}
.widixe {
    background: #fff;
    overflow: hidden;
	  -webkit-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
	  -moz-box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
  box-shadow: 0px 0px 10px 6px rgba(119, 119, 119, 0.19);
}

.nav.nav-pills.nav-fill.mb-0  {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

#program .prowrap .tab-content {display: inline-block;
    width: 70%;
    float: left;}

.freose {
    display: block;
    clear: both;
    border: solid 1px #004278;
    width: fit-content;
    font-size: 19px;
    text-transform: uppercase;
    padding-right: 18px;
    margin: 20px auto;
}

.freose span {
    display: inline-block;
    background: #004278;
    color: #fff;
    padding:11px 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
}

.btnoxe {
    display: block;
    width: fit-content;
    margin: 30px 0 0 0;
}

.btnoxe a {
    display: inline-block;
    background: #e9ae03;
    color: #000 !important;
    text-decoration: none;
    padding: 6px 24px;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 20px;
    text-transform: uppercase;
}

/****model***/
.modal-content .modal-header {    border: none !important;
    padding: 0;}
.modal-content .close{
    position: absolute;
    right: 0;
    background: #004278;
    opacity: 1;
    color: #fff;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 38px;
    border-radius: 50%;
	    z-index: 2;
}

.modal-content .close span {
    line-height: 37px;
    margin: 0 0 14px 0;
    display: block;
    padding: 0 0 0 0;
}
/****model end***/

.heowod {
    padding: 0;
    display: block;
}

.heowod h5 {
    color: #000;
    background: #ffcc00;
    width: fit-content;
    padding: 10px 25px;
	    margin: 0;
}

.dle {
    width: 33%;
    vertical-align: top;
    float: left;
}

#program .prowrap .tab-content .dle p  {
    padding:15px 15px 0;
	margin: 0;
}

.dle h6 {
    display: block;
    width: fit-content;
    background: #ffcc00;
    font-weight: 400;
    font-family: 'AvenirNextLTProRegular';
    padding: 6px 14px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.dle:nth-child(2) {
    margin-top: 31px;
}

.dle strong {
    padding-top: 18px;
}

#pills-exp .dle:nth-child(2) strong  {padding-top: 6px;}

.licrd {
    border: solid 1px #004278;
    overflow: hidden;
    padding: 15px;
}

.sride {
    background: #004278;
    width: 100%;
    color: #ffcc00;
    font-size: 15px;
    position: relative;
    padding: 7px 23px 0 18px;
    min-height: 62px;
    vertical-align: middle;
    display: block;
}


.sride span {
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 7px;
    line-height: 38px;
}
.dle p strong  {
    display: block;
}
.degoxe ul {margin: 0; padding: 0;}
.degoxe ul li::before {
  content: '\f0da';
    font-size: 1rem;
    line-height: 1;
    padding: 0px 10px 0 0;
     color: #ffd503;
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: bolder;
    left: 0;
    top: 3px;
}

.degoxe ul li {
    padding-left: 15px;
    position: relative;
}

    .programmepops .modal .modal-dialog {
        max-width: 838px !important;
        margin-right: auto;
        margin-left: auto;
        width: 90% !important; 
    }
.inter-colla .slick-slide img {
    display: block;
    width: 94%;
    height: 122px;
    object-fit: contain;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
.about-slider {    margin: 0 auto 40px; }

.about-slider .slick-slide img {
    /* margin: 0 10px; */
    width: 90%;
    margin: 0 auto 40px;
	border:solid 10px #e9ae08;
}

.vdie {    position: relative;}
.vdie p{color:#fff;}
.vdie img {
    width: 413px;
    position: absolute;
    top: -51px;
}

.modal-content {
    margin-top: 60px;
}

/**********JSAA*END****************/


/***********video************/
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

/*.btn-close {--bs-btn-close-bg: url(../images/download.svg); margin: 0 -11px 0 0;}*/

.close.btn-close {
    margin: -14px -13px 0 0;
}
/***********************/
.hoavfee {
    max-width: 100%;
    text-align: left;
    width: 100%;
    margin: 8px 0 0 0;
}

.hoavfee h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 16px 0 8px 0;
}

/***slider text*****/

.admitond {
    position: absolute;
    top: 0;
    right: 36%;
    margin: 17% 0 0 0;
    color: #fff;
}

.admitond h1 {
    text-transform: inherit;
    font-size: 3.5rem;
    font-family: 'ChunkFiveRegular';
    color: #003b7e;
}

.urbodne {
    display: block;
    background: #ffd503;
    width: fit-content;
    color: #303030;
    font-family: 'ChunkFiveRegular';
    padding: 7px 13px;
    font-size: 34px;
}

.smde {
    color: #303030;
    font-size: 22px;
    display: block;
    margin: 3px 0 0 0;
}

.admitond ul li {
    position: relative;
    margin: 0 0 6px 0;
    font-size: 21px;
    padding: 0 0 9px 30px;
    border-bottom: solid 1px #ccc;
}
.admitond ul li:last-child {border: none;}

.admitond ul  {
    margin: 0;
    padding: 0;
    list-style: none;
}

.admitond ul li::before {content: ""; background: url("../images/webp/yl-icon.webp") no-repeat top center/ cover; height: 25px; width: 25px; position: absolute; left: 0; top: 4px;}


.dudxe {
    background: #004278;
    color: #fff;
    text-align: center;
    padding: 38px 0 10px;
    border-radius: 10px;
    min-height: 288px;
}

.slick-slide .dudxe img{
    background: #004278;
    color: #fff;
	width: auto;
	margin: 0 auto;
}
.detils {
    display: block;
    margin: 20px 0;
}
.detils strong {
    display: block;
    color: #ffd503;
    font-size: 38px;
}

.fulime {
    width: 100%;
    margin: 50px 0 40px;
}
	
.phoede {
    width: fit-content;
    background: #e9ae08;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.phoede  a {
    color: #000000 !important;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}

.phoede  a i {color:#004278; }

/*********accordion****************/

.jsgpnine {
    display: block;
    width: 100%;
    clear: both;
    max-width: 1035px;
    margin: 0 auto 32px;
}
#admission-tour .col-12.col-sm-12.col-md-8   h2.pdleft {
    padding-left: 78px;
}
.jsgpnine .accordion{
    margin: 0;
}

#admission-tour .jsgpnine  h2 {
    padding-bottom: 0;
}
.jsgpnine .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    overflow-anchor: none;
	
    transition: var(--bs-accordion-transition);
    border-radius: 0;
	    background: #e9ae08;
    color: #3b3b39;
    font-size: 16px;
    margin-bottom: 0;
	outline: none; 
	border: none; 
}
.accordion-button:not(.collapsed), .jsgpnine .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
   background: #e9ae08;
    color: #3b3b39;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.jsgpnine .accordion-button:focus {box-shadow: none; border: none;}

.jsgpnine .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {border-radius: 5px;	}

.jsgpnine .accordion-item {
    background: none;
    border: none;
}
.jsgpnine .accordion-body {
    font-size: 17px;
    border: none;
    background: #fff;
    border-radius: 3px;
    margin: 14px 0 0 0;
}
 .hoavfee  h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 5px 0;
}
.accordion {
    --bs-accordion-btn-icon: url(../images/download.svg);
    --bs-accordion-btn-active-icon: url(../images/download.svg);
}

footer {
    background: #262626;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.linkss {text-decoration: none; color: #000; font-weight: 600;}
/****************thankyou********************/
.linkbxe {
    text-align: center;
    margin: 50px 0 0;
}
.linkbxe a{
    display: inline-block;
    background: #213a89;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
	    width: 34%;
}

.linkbxe a:hover {
    background: #1b2f6e;
}
 

/*******jgumphthree***************/
.jgumphthree {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}
.jgumphthree  .fullimg {
    position: absolute;
    top: 0;
}
.jgumphthree .nav-tabs .nav-item {
    width: 25%;
}
.jgumphthree  .nav-tabs .nav-link {
    background: #ffffff;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    width: 99.7%;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -9px 10px #e9e9e9;
    padding: 15px 0;
    text-transform: uppercase;
	font-family: 'AvenirNextLTProBold';
	    outline: none;
    box-shadow: none;
    border: none;
}
.jgumphthree .nav-tabs .nav-item.show .nav-link, .jgumphthree .nav-tabs .nav-link.active {
    color: #000;
    background-color: #ffd503;
}
.tab-pane {
	/* background: #fff; */
}
.desde {
    font-size: 18px;
    color: #3b3b39;
    background: #fff;
    padding: 19px;
    margin-top: 2px;
}
.desde ul {
    margin: 0;
    padding: 0;
}
.desde ul li {
    position: relative;
    padding: 0 0 0 22px;
    margin-bottom: 5px;
}
.desde ul li span {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #ffd503;
    position: absolute;
    left: 0;
    top: 9px;
}
.deskd strong {
 text-transform: uppercase;
 font-weight: 900;
}
/*******jgumphthree***end*********/
@media (max-width: 1599px) {header .deskbanner {
    position: relative;
    z-index: -1;
    margin-top: -180px;
    object-fit: cover;
    height: 719px;
}}


@media (max-width: 1367px) {
  #admission-tour .adtourwrap .hline::after {

    top: 56%;
  }

  #admission-tour .adtourwrap .tooltip1::after {

    top: 8px;
  }


  #advantage .advwrap .boxgray ul.margin-1366 {
    margin-top: -22px;
  }


  #admission-tour {
    position: relative;
    padding: 80px 0px 60px 0px;
  }


  #place-alu .placwarp .alumni-item img.alupic {
    display: inline-block;
    max-width: 260px;
    height: 100%;
    min-height: auto;
    width: 100%;
   
  }

  .alumni-slider .slick-next {
    left: 172px;
    top: 290px;
  }

  .alumni-slider .slick-prev {
    left: 115px;

    top: 290px
  }





  /*
.student-slider .slick-next {
    right: 643px;
    height: auto;
	top:390px;
}
.student-slider .slick-prev {
    left: 643px;
 
    height: auto;
	top:390px
}	
*/


  #leadership .leadwrap .leader-item .smsize-only {
    font-size: 12px;
  }



}


/*Large devices (desktops, less than 1260px)*/
@media (max-width: 1281px) {

  header .top_nav ul li {

    margin-top: 40px;
  }

  .query-form {
    margin-top: 30px;
  }

 .desktop-npf {
        position: absolute;
        right: 6%;
        top: -45px;
    }

  #advantage .advwrap .boxgray h3 {
    font-size: 1rem;
   
  }

  #advantage .advwrap .boxgray ul li {
    font-size: .8rem;
  }

  #advantage .advwrap .boxgray p  {
    font-size: .8rem;
  }


  #studentspeak {
    position: relative;
    padding: 40px 0px 40px 0px;
    margin: 0px 0 0px 0;
  }


}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
	.dle:nth-child(2) {
    margin-top: 30px;
}
	.dle {
    width: 100%;
    vertical-align: top;
    float: left;
    margin: 0 0 15px;
}
	#pills-exp .dle:nth-child(2) strong {
    padding-top: 19px;
}
	.btnoxe a {
    margin-bottom: 10px;
}
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 14px;
  }

  .heading-title>span {
    font-size: 1rem;
  }

.sride {
    background: #004278;
    width: 100%;
    color: #ffcc00;
    font-size: 15px;
    position: relative;
    padding: 0 51px 10px 19px;
    min-height: auto;
    vertical-align: middle;
    display: block;
}
.dle strong {
    padding-top: 10px;
}
.sride span {
    font-size: 32px;
    position: absolute;
    right: 4px;
    top: 0;
    line-height: 34px;
}
    .linkbxe a {
        margin: 10px 0;
        width: 100%;
    }}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 991px) {
  html {
    font-size: 15px;
    overflow-x: hidden;
  }



  .mobile-npf {
    display: block;
    /*    padding: 20px;*/
  }

  a.logo img {
    width: 280px;
    height: auto;
  }

  header .top_nav ul li img:hover {
    background: #000;
    border-radius: 100%;
  }

  header.mob-show {
    display: block;
    position: relative;
  }

  header.mob-none {
    display: block;

	 
  }
	   /*  .header.mob-none .container-fluid {
        background: #098977;
    }*/

  header .deskbanner {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  
  header .header-text img {

    max-width: 350px;
    width: 100%;
  }

  /*
	
	header .top_nav ul li img:hover  {background: #13e0c3;}
*/

  header .top_nav ul li a:hover {
    background: none;
  }

  header .top_nav ul li a img {
    border-radius: 0px;
  }

  header .top_nav ul li a img:hover {
    border-radius: 0px;
    background: #13e0c3;
  }

  header .top_nav ul li a span {
    display: none;
  }

  header .top_nav ul li a {
    background: none;
  }



  #admission-tour .adtourwrap .hline::after {
    display: none;
  }

  #admission-tour .adtourwrap .tooltip1::after {
    display: none;
  }

  #admission-tour .adtourwrap .boxes::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #004278;
    top: 30%;
    left: 0%;
    right: 0;
    z-index: -1;
  }

  #admission-tour {

    padding: 50px 0px 150px 0px;
  }

  #admission-tour .adtourwrap {

    padding: 0px 20px 0px 20px;
  }


  #admission-tour .adtourwrap .virtualbox img {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }


  #aboutmore {

    padding: 30px 0px 30px 0px;
  }


  #admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first {
    left: 0;
  }



  #studentspeak {
    background: #fff;
  }

  #studentspeak .studwarp .student-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #studentspeak .studwarp {
    position: relative;
    background: #fff;
    padding: 0px;
  }

  .student-slider .slick-dots {

    bottom: -15px;
  }


  .alumni-slider .slick-dots {
    right: 0;
  }


  #admission-tour .adtourwrap .boxes p.tooltip1 .tooltiptext_first::after {
    content: "";

    left: 50%;

  }

  #admission-tour .adtourwrap .boxes p.tooltip1:hover .tooltiptext_first::after {
    content: "";

    left: 50%;

  }


  #place-alu .placwarp .alumni-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  #place-alu {
    padding: 20px 0px 50px 0px;
  }

  #place-alu .placwarp h2 {
    text-align: center;
    padding: 10px 0px 15px 15px;
  }

  #place-alu .placwarp h2.alu767 {
    text-align: center;
    padding: 40px 0px 15px 15px;
  }

  #place-alu .placwarp h2::after {

    margin: 0 auto;
  }

  #advantage .advwrap .boxgray ul.margin-1366 {
    margin-top: 0px;
  }
	#program .prowrap .tab-content .tab-pane .prog-part {display: block;}


#program .prowrap .tab-content {
    display: inline-block;
    width: 70%;
    float: left;
    padding: 15px;
}
header .top_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 100%;
}
    header .top_nav ul li {
        margin-top: 40px;
        display: block;
        margin: 10px;
		        overflow: hidden;
		
    }
header .top_nav ul li a span {
        display: block;
    }
.btnoxe a {
    display: inline-block;
    background: #e9ae03;
    color: #000 !important;
    text-decoration: none;
    padding: 4px 16px;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
}
#program .prowrap .tab-content .tab-pane .leftdiv ul li {
    width: 100%;
    text-align: left;
    float: none;
}
	#program .prowrap .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    font-size: 13px;
    padding: 10px;
}

	.advantage-slider .slick-dots li button::before {}

#place-alu .placwarp h2::after {
    right: 0;
}
    #admission-tour .adtourwrap .boxes::after {
        background: #e9ae08;
    }
    header .top_nav ul li {
        border-radius: 0;
    }
header .top_nav ul li img {
    background: #000000;
    border-radius: 0;
    position: absolute;
    left: 0;
    width: auto;
    height: auto;
    top: 0;
    padding: 12px 9px 22px 5px;
}}

@media (max-width: 576px) {

  a.logo img {
    width: 240px;
    height: auto;
	          margin: 0 0 27px 0;
  }

  .linebreak1 {
    display: inline;
  }

  #program .prowrap h2,
  #advantage .advwrap h2,
  #ranking .rankwarp h2,
  #intercol .interwrap h2,
  #leadership .leadwrap h2,
  #place-alu .placwarp h2,
  #place-alu .placwarp h2,
  #studentspeak .studwarp .subhead h2,
  #aboutmore .aboutwrp h2 {
    font-size:1.5rem;
  }

  #advantage .advwrap .boxgray {
    min-height: 215px;
    height: 100%;
  }


  #program .prowrap .nav-pills .nav-link {
    padding: 5px;
    font-size: 1rem;
  }

  #program .prowrap .tab-content {
    padding: 20px 20px;
  }

  #intercol .interwrap h3 {
    font-size: 1.1rem;
  }

  #studentspeak .studwarp .subhead {

    width: 70%;
  }


  #studentspeak .studwarp .student-item img.alupic {
    min-height: auto;
    
  }


  #admission-tour .adtourwrap .virtualbox {
    margin-top: 50px;
  }

  #admission-tour .adtourwrap .boxes h4 {
    font-size: 1rem;
  }

  .site-footer .copyrights1 {
    text-align: center;

    padding: 5px 0 10px 0;
  }

  .site-footer ul.footer-social {
    padding: 0px;
    display: flex;
    justify-content: center;
    float: none;
    margin-top: 5px;
  }


  #program .prowrap .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    font-size: 1rem;
  }


  #place-alu {
    position: relative;
    padding: 30px 0px 50px 0px;
  }


  #place-alu .placwarp .alumni-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -10px; */
    flex-direction: column;
  }

  #place-alu .placwarp .alumni-item .text-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #place-alu .placwarp .alumni-item .text-data img {
    width: 80%;
  }


  #place-alu .placwarp .alumni-item .text-data p {
    text-align: center;
  }



  /*#place-alu .placwarp .alumni-item .text-data p {padding: 10px 0px 10px 0px;}*/

  #place-alu .placwarp h2::after {
    margin: 0 auto;
  }

  /*
	#place-alu .placwarp h2 {
    text-align: center;
		padding: 10px 0px 15px 0px;}
*/

.ftrlog {
    margin: 0 auto;
}

#program .prowrap .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        padding: 5px;
        font-size: 11px;
        line-height: 14px;
    }
	    #program .prowrap .nav-pills .nav-link.active::after {
        top: 41%;
    }
#program .prowrap .tab-content {
        padding: 0 10px 10px 10px;
    }
.h5, h5{
    font-size: 14px;
}
	#program .prowrap .tab-content p, #program .prowrap .tab-content .tab-pane .leftdiv ul li {
    font-size: 12px;
}
	    .btnoxe a {
        margin: 12px 0 0 0;
    }
	#program .prowrap .tab-content .tab-pane .leftdiv {
    float: left;
    padding-bottom: 0;
}
	.inter-colla .slick-slide img {
    height: 65px;
}
	    #studentspeak {
        background: #e9ae08;
    }
	    #studentspeak .studwarp {
        position: relative;
       background: #e9ae08; 
        padding: 0px;
    }
	    #studentspeak .studwarp .subhead {
        width: 70%;
        margin-top: 35px;
    }
	header .top_nav {
    padding: 5px 0;
    display: block;
    justify-content: space-between;
}

    header .deskbanner {
        position: relative;
        z-index: -1;
        margin-top: -63%;
    }
    .dle,     .dle:nth-child(2) {
        margin: 10px 0;
    }
.freose {
    font-size: 12px;
    margin: 3px auto;
}
.modal-content .close {
    right: 13px;
    top: -14px;
}
    #advantage .advwrap .boxgray {
        min-height: 262px;
        height: 100%;
    }	}

@media (max-width: 426px) {

  /*
	header {
          z-index: 100;
        position: relative;
         background: #14a693 url("../images/jsbf_banner.jpg") no-repeat;
        background-position:  25% 10%;
        background-size: cover;
        padding: 0px 0;
        min-height: 400px;
    }
*/

  header .header-text img {

    max-width: 250px;
    width: 100%;
  }

  #program .prowrap {
    padding: 0px;
  }

  #advantage .advwrap {
    padding: 0px;
  }

  #program .prowrap .nav-pills .nav-link {
    padding: 5px;
    font-size: 1rem;
  }


  


  #program .prowrap .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    padding: 15px 5px;
  }


  #program .prowrap .nav-fill .nav-item .nav-link,
  .nav-justified .nav-item .nav-link {
    padding: 10px;
    border: solid 1px #fff;
    margin: 2px 0;
  }


  /*
	#place-alu .placwarp h2 {padding-top: 20px;}
	
	#place-alu .placwarp .alumni-item img.alupic {min-height: auto;}
*/

  #studentspeak .studwarp .student-item img.alupic {
    min-height: auto;
    position: relative;
    padding-top: 0;
    margin-bottom:11px;
  }

	


  /*
	#place-alu .placwarp .place-slider {
		padding: 10px 0px;}
	
	#place-alu .placwarp h2 {padding: 7px 0px 15px 5px;}
	
	
	#place-alu {
  position: relative;
  padding: 30px 0px 50px 0px;
}
*/

  #admission-tour {
    padding: 30px 0px 100px 0px;
  }

  #ranking .rankwarp .rank-slider {
    padding: 10px 0px;
  }


  #program .prowrap h2::after,
  #advantage .advwrap h2::after,
  #ranking .rankwarp h2::after,
  #intercol .interwrap h2::after,
  #leadership .leadwrap h2::after,
  #place-alu .placwarp h2::after,
  #place-alu .placwarp h2::after,
  #aboutmore .aboutwrp h2::after {
    width: 30%;
  }


  a.logo {


    margin-left: 5px;
  }
	



.ftrlog {
    margin: 0 auto;
}

	header .top_nav ul li {
    padding: 10px 10px 10px 47px;
}
	.h5, h5 {
    font-size: 1rem !important;
}
	.vdie img {
    width: 316px;
    position: absolute;
    top: -51px;
}
	.vdie {
    position: relative;
    margin-bottom: 51px;
}
}

@media (max-width: 480px) {

     header .top_nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: block;
        justify-content: none;
    }

  #admission-tour .adtourwrap .virtualbox .top-left1 p {
    font-size: .9rem;
  }


  .alumni-slider .slick-dots li {

    width: 17px;
    height: 7px;
  }

  .alumni-slider .slick-dots li button::before {

    width: 17px;
    height: 7px;
  }

.ftrlog {
    margin: 0 auto;
}
    #admission-tour {
        padding: 50px 0px 42px 0px;
    } .header .mob-none.container-fluid  {background: #098977;}
.vdie {
    position: relative;
    margin-bottom: 51px;
}
    header .deskbanner {
        margin-top: -65%;
    }}

@media screen and (max-width:380px) {

    header .deskbanner {
        margin-top: -67%;
    }
    a.logo img {
        width: 169px;
        height: auto;
        margin: 0 0 12px 0;
    }}

